Date: Mon, 27 Jun 2016 13:26:17 +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: r417658 - in head/Mk: . Scripts Message-ID: <201606271326.u5RDQHIf031622@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jun 27 13:26:17 2016 New Revision: 417658 URL: https://svnweb.freebsd.org/changeset/ports/417658 Log: Catch up two instances of USE_OPENSSL. Sponsored by: Absolight Modified: head/Mk/Scripts/qa.sh (contents, props changed) head/Mk/bsd.port.mk (contents, props changed) Modified: head/Mk/Scripts/qa.sh ============================================================================== --- head/Mk/Scripts/qa.sh Mon Jun 27 12:55:22 2016 (r417657) +++ head/Mk/Scripts/qa.sh Mon Jun 27 13:26:17 2016 (r417658) @@ -529,7 +529,7 @@ proxydeps_suggest_uses() { elif [ ${pkg} = "security/openssl" -o ${pkg} = "security/openssl-devel" \ -o ${pkg} = "security/libressl" -o ${pkg} = "security/libressl-devel" \ ]; then - warn "you need USE_OPENSSL=yes" + warn "you need USES=ssl" # Tcl elif expr ${pkg} : "^lang/tcl" > /dev/null; then warn "you need USES+=tcl" Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Jun 27 12:55:22 2016 (r417657) +++ head/Mk/bsd.port.mk Mon Jun 27 13:26:17 2016 (r417658) @@ -357,8 +357,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # USE_SDL - If set, this port uses the sdl libraries. # See bsd.sdl.mk for more information. ## -# USE_OPENSSL - If set, this port relies on the OpenSSL package. -## # USE_OPENLDAP - If set, this port uses the OpenLDAP libraries. # Implies: WANT_OPENLDAP_VER?=24 # WANT_OPENLDAP_VER
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606271326.u5RDQHIf031622>