svn commit: r456325 - head

Adam Weinberger adamw at FreeBSD.org
Thu Dec 14 18:05:37 UTC 2017


Author: adamw
Date: Thu Dec 14 18:05:36 2017
New Revision: 456325
URL: https://svnweb.freebsd.org/changeset/ports/456325

Log:
  Add notice for soon-to-be-deprecated variables

Modified:
  head/CHANGES

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Thu Dec 14 18:04:20 2017	(r456324)
+++ head/CHANGES	Thu Dec 14 18:05:36 2017	(r456325)
@@ -10,6 +10,25 @@ in the release notes and/or placed into UPDATING.
 
 All ports committers are allowed to commit to this file.
 
+20171214
+AUTHOT: adamw at 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 at FreeBSD.org
 


More information about the svn-ports-head mailing list