git: 14c8b9f26c92 - main - UPDATING: updating x11-servers/xorg-server from a port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Aug 2022 14:19:54 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=14c8b9f26c9228b9eedce8289686328eee7fb4f6
commit 14c8b9f26c9228b9eedce8289686328eee7fb4f6
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-08-08 14:17:10 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-08-08 14:17:10 +0000
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.
---
UPDATING | 10 ++++++++++
1 file changed, 10 insertions(+)
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