DEFAULT_VERSIONS conflicts
Adam Weinberger
adamw at adamw.org
Tue Jan 2 18:23:07 UTC 2018
> On 2 Jan, 2018, at 10:47, Roger Marquis <marquis at roble.com> wrote:
>
> Per the 20171214 UPDATING entry:
>
> 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:
> ...
> WITH_OPENSSL_BASE DEFAULT_VERSIONS+= ssl=base
> WITH_OPENSSL_PORT DEFAULT_VERSIONS+= ssl=port
>
> Question is what occurrs when the port version is also specified:
>
> DEFAULT_VERSIONS+=ssl=libressl
>
> Some builds report an error when both are specified depending on the
> order of, for example:
>
> DEFAULT_VERSIONS+=ssl=libressl
> DEFAULT_VERSIONS+=ssl=port
>
> Is there documentation on how to specify multiple port options?
Sorry, the language there is unclear. It should say "ssl=[name of the port]".
You just want the ssl=libressl line.
# Adam
--
Adam Weinberger
adamw at adamw.org
http://www.adamw.org
More information about the freebsd-ports
mailing list