On 2 Jan, 2018, at 10:47, Roger Marquis <marq...@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
ad...@adamw.org
http://www.adamw.org

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to