From e018bfc0ab688767e615275fd48a59e54056beaa Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 14 Dec 2017 20:35:39 +0000 Subject: Move the deprecated variables announcement from CHANGES to UPDATING. These are user variables, not just developer variables. --- CHANGES | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index b153c380eb16..920bfd75ddb4 100644 --- a/CHANGES +++ b/CHANGES @@ -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 -- cgit v1.2.3