diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-08-08 16:17:10 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-08-08 16:17:10 +0200 |
commit | 14c8b9f26c9228b9eedce8289686328eee7fb4f6 (patch) | |
tree | c4269ff4f5af467e70de65e4fdc488b7606b2f12 /UPDATING | |
parent | 1ef64bc6e23cff8cd39454bf306e4f607f573d67 (diff) | |
download | freebsd-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-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |