summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-08-08 16:17:10 +0200
committerStefan Eßer <se@FreeBSD.org>2022-08-08 16:17:10 +0200
commit14c8b9f26c9228b9eedce8289686328eee7fb4f6 (patch)
treec4269ff4f5af467e70de65e4fdc488b7606b2f12 /UPDATING
parent1ef64bc6e23cff8cd39454bf306e4f607f573d67 (diff)
downloadfreebsd-ports-14c8b9f26c9228b9eedce8289686328eee7fb4f6.zip
UPDATING: updating x11-servers/xorg-server from a port
Mention that the new library dependency x11/libxcvt cannot be installed unless the previous version of xorg-server has been deinstalled.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 25f23d648185..d6881fdb6549 100644
--- a/UPDATING
+++ b/UPDATING
@@ -35,6 +35,16 @@ you update your ports collection, before attempting any port upgrades.
The environment variable M2_HOME has been replaced with more common
MAVEN_HOME which can be used to pass a custom Maven home directory.
+20220629:
+ AFFECTS: updating x11-servers/xorg-server from a port
+ AUTHOR: se@FreeBSD.org
+
+ The xorg-server port now has a library dependency on x11/libxcvt,
+ which cannot be installed when the previous version of xorg-server
+ is present. To be able to update xorg-server from a port, the
+ previous version needs to be manually deinstalled to allow libxcvt
+ to be installed.
+
20220628:
AFFECTS: users of Erlang and Elixir
AUTHOR: dch@FreeBSD.org