From owner-svn-ports-head@freebsd.org Thu Jun 16 22:11:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D13D8A7377D; Thu, 16 Jun 2016 22:11:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9732F13E5; Thu, 16 Jun 2016 22:11:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5GMBn8K072622; Thu, 16 Jun 2016 22:11:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5GMBnZL072621; Thu, 16 Jun 2016 22:11:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201606162211.u5GMBnZL072621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 16 Jun 2016 22:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416982 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 22:11:51 -0000 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= +# +# 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>