diff options
author | adamw <adamw@FreeBSD.org> | 2017-12-15 04:35:39 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-12-15 04:35:39 +0800 |
commit | 3c96fbecaa0084655cb0e6ac11308b5df269b075 (patch) | |
tree | 5bd51abe3d8dc2861b5b592835ef00d1587c03af /CHANGES | |
parent | 20ad9bdbc7787fc33dc98751076476810c6db6ac (diff) | |
download | freebsd-ports-gnome-3c96fbecaa0084655cb0e6ac11308b5df269b075.tar.gz freebsd-ports-gnome-3c96fbecaa0084655cb0e6ac11308b5df269b075.tar.zst freebsd-ports-gnome-3c96fbecaa0084655cb0e6ac11308b5df269b075.zip |
Move the deprecated variables announcement from CHANGES to UPDATING.
These are user variables, not just developer variables.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -10,25 +10,6 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. -20171214: -AUTHOR: adamw@FreeBSD.org - - Support for some deprecated variables is going to be removed soon. If - you use any of the following constructs (usually in /etc/make.conf), - you must switch to the new incantations: - - OLD NEW - ------------------------------- ------------------------------ - WITH_[...] OPTIONS_SET= [...] - WITHOUT_[...] OPTIONS_UNSET= [...] - WITHOUT_NLS OPTIONS_UNSET= NLS - NOPORTDOCS OPTIONS_UNSET= DOCS - NOPORTEXAMPLES OPTIONS_UNSET= EXAMPLES - WITH_BDB_VER=[...] DEFAULT_VERSIONS+= bdb=[...] - OVERRIDE_LINUX_BASE_PORT=[...] DEFAULT_VERSIONS+= linux=[...] - WITH_OPENSSL_BASE DEFAULT_VERSIONS+= ssl=base - WITH_OPENSSL_PORT DEFAULT_VERSIONS+= ssl=port - 20171130: AUTHOR: mat@FreeBSD.org |