DEFAULT_VERSIONS conflicts

Roger Marquis marquis at roble.com
Tue Jan 2 19:03:25 UTC 2018


>> Sorry, the language there is unclear. It should say "ssl=[name of the port]".
>> You just want the ssl=libressl line.

Ah, so the "base" specified here is a constant whereas "port" is a
variable, to be expanded before writing make.conf.  If I might then
suggest a potential documentation update:

< WITH_OPENSSL_BASE                  DEFAULT_VERSIONS+= ssl=base
< WITH_OPENSSL_PORT                  DEFAULT_VERSIONS+= ssl=port

> WITH_OPENSSL_BASE                  DEFAULT_VERSIONS+= ssl=base
> or
> WITH_OPENSSL_PORT                  DEFAULT_VERSIONS+= ssl=[openssl|libressl|...]

Roger


More information about the freebsd-ports mailing list