Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2018 11:22:56 -0700
From:      Adam Weinberger <adamw@adamw.org>
To:        Roger Marquis <marquis@roble.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: DEFAULT_VERSIONS conflicts
Message-ID:  <88510E85-03B6-45A6-967B-25EF377D375F@adamw.org>
In-Reply-To: <nycvar.OFS.7.76.1712280649100.49290@mx.roble.com>
References:  <nycvar.OFS.7.76.1712280649100.49290@mx.roble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 2 Jan, 2018, at 10:47, Roger Marquis <marquis@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@adamw.org
http://www.adamw.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?88510E85-03B6-45A6-967B-25EF377D375F>