Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2016 14:32:18 +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: r416970 - head/Mk/Scripts
Message-ID:  <201606161432.u5GEWImL002725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jun 16 14:32:18 2016
New Revision: 416970
URL: https://svnweb.freebsd.org/changeset/ports/416970

Log:
  Add USE_OPENSSL to the proxy libs thing.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/Scripts/qa.sh   (contents, props changed)

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Thu Jun 16 13:44:14 2016	(r416969)
+++ head/Mk/Scripts/qa.sh	Thu Jun 16 14:32:18 2016	(r416970)
@@ -513,6 +513,11 @@ proxydeps_suggest_uses() {
 	# readline
 	elif [ ${pkg} = "devel/readline" ]; then
 		warn "you need USES+=readline"
+	# ssl
+	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"
 	# Tcl
 	elif expr ${pkg} : "^lang/tcl" > /dev/null; then
 		warn "you need USES+=tcl"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606161432.u5GEWImL002725>