Date: Thu, 16 Jun 2016 22:11:49 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416982 - head/Mk Message-ID: <201606162211.u5GMBnZL072621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Jun 16 22:11:49 2016 New Revision: 416982 URL: https://svnweb.freebsd.org/changeset/ports/416982 Log: Fix documentation. Sponsored by: Absolight Modified: head/Mk/bsd.openssl.mk (contents, props changed) Modified: head/Mk/bsd.openssl.mk ============================================================================== --- head/Mk/bsd.openssl.mk Thu Jun 16 22:11:43 2016 (r416981) +++ head/Mk/bsd.openssl.mk Thu Jun 16 22:11:49 2016 (r416982) @@ -4,7 +4,7 @@ # # Use of 'USE_OPENSSL=yes' includes this Makefile after bsd.ports.pre.mk # -# The user/port can now set these options in the Makefiles. +# The port can now set these options in the Makefiles. # # WITH_OPENSSL_BASE=yes - Use the version in the base system. # WITH_OPENSSL_PORT=yes - Use the OpenSSL port, even if base is up to date. @@ -14,8 +14,9 @@ # # Overrideable defaults: # -# OPENSSL_SHLIBVER= 8 -# OPENSSL_PORT= security/openssl +# DEFAULT_VERSIONS+= ssl=<openssl variant> +# +# Variants being base, openssl, openssl-devel, libressl, and libressl-devel. # # The Makefile sets these variables: # OPENSSLBASE - "/usr" or ${LOCALBASE} @@ -78,7 +79,7 @@ MAKE_ARGS+= OPENSSL_CFLAGS="${OPENSSL_C OPENSSLBASE= ${LOCALBASE} -OPENSSL_PORT?= security/${SSL_DEFAULT} +OPENSSL_PORT= security/${SSL_DEFAULT} # Get OPENSSL_SHLIBVER from the port .sinclude <${PORTSDIR}/${OPENSSL_PORT}/version.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606162211.u5GMBnZL072621>