svn commit: r416970 - head/Mk/Scripts

Mathieu Arnold mat at FreeBSD.org
Thu Jun 16 14:32:19 UTC 2016


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"


More information about the svn-ports-head mailing list