aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2022-01-17 12:44:41 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2022-01-17 13:20:25 +0000
commitcca75762435aeecbc560d54800a8fdac115a8e32 (patch)
tree5c8601bdab3749e987e2a370fa9c82b0ef761968
parenta180b4ade278bcfcd43afc8b8ffa69bbbcaadc77 (diff)
downloadports-cca75762435aeecbc560d54800a8fdac115a8e32.tar.gz
ports-cca75762435aeecbc560d54800a8fdac115a8e32.zip
CHANGES: Catch up to fca135644fd02bc1e2c81dc59f61c93148f64d5d
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 06d80ace394d..7e9485d08391 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20220117:
+AUTHOR: tobik@FreeBSD.org
+
+ Standalone USE_GL, USE_GNOME, USE_MATE, USE_PHP, USE_SDL,
+ USE_XORG have been deprecated for a while. For migration
+ purposes the framework automatically loaded the corresponding
+ USES={gl,gnome,mate,php,sdl,xorg} with a warning. The migration
+ period is now over and you must add the USES manually for USE_*
+ to have any effect.
+
20220111:
AUTHOR: se@FreeBSD.org