Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 10:58:41 -0700
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Deprecated variables are being removed
Message-ID:  <41BC3E50-BC15-48F4-87B5-24EAEA9137EF@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Real Soon Now(tm), support for deprecated variables (some of which have  
carried warnings for over 4 years) will be removed. If you use any of the  
following constructs (usually in /etc/make.conf), you must switch to the  
new incantations, or port builds will fail.

WITH_[...] / WITHOUT_[...]
   ->  OPTIONS_SET=[...] / 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=openssl

There is a Phabric review for the change at  
https://reviews.freebsd.org/D13490.

# Adam


--
Adam Weinberger
adamw@adamw.org
http://www.adamw.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41BC3E50-BC15-48F4-87B5-24EAEA9137EF>