Make.conf syntax

Daniel daniel at otherware.org
Wed Dec 12 19:26:37 UTC 2018


Hi,

according to the handbook
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/openssl.html

the variables WITH_OPENSSL_BASE WITH_OPENSSL_PORT are still used,
however, /usr/ports/UPDATING

says:


             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


Does this need an update ?


More information about the freebsd-doc mailing list