Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2016 13:47:54 +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: r422874 - in head: devel/efl net-mgmt/nsca-ng net-mgmt/zabbix3-server net-mgmt/zabbix32-server www/tomcat-native
Message-ID:  <201609281347.u8SDls64072549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Sep 28 13:47:53 2016
New Revision: 422874
URL: https://svnweb.freebsd.org/changeset/ports/422874

Log:
  Also, you can't set SSL_DEFAULT, and don't give bad advices to people,
  it should never be set directly, but always through DEFAULT_VERSIONS.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/devel/efl/Makefile   (contents, props changed)
  head/net-mgmt/nsca-ng/Makefile   (contents, props changed)
  head/net-mgmt/zabbix3-server/Makefile   (contents, props changed)
  head/net-mgmt/zabbix32-server/Makefile   (contents, props changed)
  head/www/tomcat-native/Makefile   (contents, props changed)

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Wed Sep 28 13:35:08 2016	(r422873)
+++ head/devel/efl/Makefile	Wed Sep 28 13:47:53 2016	(r422874)
@@ -128,7 +128,6 @@ PLIST_SUB+=			AUDIO="@comment "
 
 .if ${PORT_OPTIONS:MSSL}
 USES+=				ssl
-SSL_DEFAULT=			openssl
 .else
 CONFIGURE_ARGS+=		--with-crypto=none
 .endif

Modified: head/net-mgmt/nsca-ng/Makefile
==============================================================================
--- head/net-mgmt/nsca-ng/Makefile	Wed Sep 28 13:35:08 2016	(r422873)
+++ head/net-mgmt/nsca-ng/Makefile	Wed Sep 28 13:47:53 2016	(r422874)
@@ -36,7 +36,7 @@ PORTDOCS=	NEWS COPYING README PROTOCOL T
 .include <bsd.port.pre.mk>
 
 .if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9=	Requires newer OpenSSL (set SSL_DEFAULT=openssl)
+IGNORE_FreeBSD_9=	Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
 .endif
 
 .if ${SSL_DEFAULT:Mlibressl*}

Modified: head/net-mgmt/zabbix3-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-server/Makefile	Wed Sep 28 13:35:08 2016	(r422873)
+++ head/net-mgmt/zabbix3-server/Makefile	Wed Sep 28 13:47:53 2016	(r422874)
@@ -149,7 +149,7 @@ POLARSSL_LIB_DEPENDS=	libmbedtls.so:secu
 .include <bsd.port.pre.mk>
 
 .if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9=	Requires newer OpenSSL (set SSL_DEFAULT=openssl)
+IGNORE_FreeBSD_9=	Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
 .endif
 
 .if ${SSL_DEFAULT:Mlibressl*}

Modified: head/net-mgmt/zabbix32-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-server/Makefile	Wed Sep 28 13:35:08 2016	(r422873)
+++ head/net-mgmt/zabbix32-server/Makefile	Wed Sep 28 13:47:53 2016	(r422874)
@@ -149,7 +149,7 @@ POLARSSL_LIB_DEPENDS=	libmbedtls.so:secu
 .include <bsd.port.pre.mk>
 
 .if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9=	Requires newer OpenSSL (set SSL_DEFAULT=openssl)
+IGNORE_FreeBSD_9=	Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
 .endif
 
 .if ${SSL_DEFAULT:Mlibressl*}

Modified: head/www/tomcat-native/Makefile
==============================================================================
--- head/www/tomcat-native/Makefile	Wed Sep 28 13:35:08 2016	(r422873)
+++ head/www/tomcat-native/Makefile	Wed Sep 28 13:47:53 2016	(r422874)
@@ -36,8 +36,8 @@ post-install:
 .include <bsd.port.pre.mk>
 
 .if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9=	Requires OpenSSL 1.0.2 (set SSL_DEFAULT=openssl)
-IGNORE_FreeBSD_10=	Requires OpenSSL 1.0.2 (set_SSL_DEFAULT=openssl)
+IGNORE_FreeBSD_9=	Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl)
+IGNORE_FreeBSD_10=	Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl)
 .endif
 
 .if ${SSL_DEFAULT:Mlibressl*}



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