aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-12-14 20:35:39 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-12-14 20:35:39 +0000
commite018bfc0ab688767e615275fd48a59e54056beaa (patch)
tree5bd51abe3d8dc2861b5b592835ef00d1587c03af /UPDATING
parent606a3cac9d1ddbf9fed95dfd3ba75b933b43fd59 (diff)
downloadports-e018bfc0ab688767e615275fd48a59e54056beaa.tar.gz
ports-e018bfc0ab688767e615275fd48a59e54056beaa.zip
Move the deprecated variables announcement from CHANGES to UPDATING.
These are user variables, not just developer variables.
Notes
Notes: svn path=/head/; revision=456352
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fc578e8d1857..d79ed66fd0d4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,26 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20171214:
+ AFFECTS: all ports users
+ 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
+
20171205:
AFFECTS: users of dns/powerdns
AUTHOR: krion@FreeBSD.org