Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2017 16:49:13 +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: r434300 - in head: dns/ldns net-mgmt/nsca-ng net-mgmt/zabbix3-server net-mgmt/zabbix32-server sysutils/fusefs-lkl sysutils/iocell sysutils/qjail sysutils/qjail4 www/dillo2 www/tomcat-na...
Message-ID:  <201702171649.v1HGnDNw004898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Feb 17 16:49:13 2017
New Revision: 434300
URL: https://svnweb.freebsd.org/changeset/ports/434300

Log:
  Remove the remaining IGNORE_FreeBSD_9 lines.
  
  Sponsored by:	Absolight

Modified:
  head/dns/ldns/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/sysutils/fusefs-lkl/Makefile   (contents, props changed)
  head/sysutils/iocell/Makefile   (contents, props changed)
  head/sysutils/qjail/Makefile   (contents, props changed)
  head/sysutils/qjail4/Makefile   (contents, props changed)
  head/www/dillo2/Makefile   (contents, props changed)
  head/www/tomcat-native/Makefile   (contents, props changed)

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/dns/ldns/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -91,11 +91,7 @@ INSTALL_TARGET=	install-lib install-h in
 BROKEN=		Does not build with openssl-devel
 .endif
 
-.if ${PORT_OPTIONS:MGOST}
-.  if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base"
-IGNORE_FreeBSD_9=	Requires openssl version >= 1.0.0
-. endif
-.else
+.if ! ${PORT_OPTIONS:MGOST}
 NO_GOST=	--disable-gost
 .endif
 

Modified: head/net-mgmt/nsca-ng/Makefile
==============================================================================
--- head/net-mgmt/nsca-ng/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/net-mgmt/nsca-ng/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -35,10 +35,6 @@ PORTDOCS=	NEWS COPYING README PROTOCOL T
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9=	Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
-.endif
-
 .if ${SSL_DEFAULT:Mlibressl*}
 IGNORE=	Requires PSK which is unsupported by the selected LibreSSL
 .endif

Modified: head/net-mgmt/zabbix3-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-server/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/net-mgmt/zabbix3-server/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -146,10 +146,6 @@ POLARSSL_LIB_DEPENDS=	libmbedtls.so:secu
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9=	Requires OpenSSL >= 1.0.1 (set DEFAULT_VERSIONS+=ssl=openssl)
-.endif
-
 .if ${SSL_DEFAULT:Mlibressl*}
 IGNORE=	requires PSK which is unsupported by the selected LibreSSL
 .endif

Modified: head/net-mgmt/zabbix32-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix32-server/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/net-mgmt/zabbix32-server/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -146,10 +146,6 @@ POLARSSL_LIB_DEPENDS=	libmbedtls.so:secu
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9=	Requires OpenSSL >= 1.0.1 (set DEFAULT_VERSIONS+=ssl=openssl)
-.endif
-
 .if ${SSL_DEFAULT:Mlibressl*}
 IGNORE=	requires PSK which is unsupported by the selected LibreSSL
 .endif

Modified: head/sysutils/fusefs-lkl/Makefile
==============================================================================
--- head/sysutils/fusefs-lkl/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/sysutils/fusefs-lkl/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -26,7 +26,6 @@ GH_PROJECT=	linux
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=No one has added other architecture ld formats yet
 
-IGNORE_FreeBSD_9=	requires FreeBSD 11 or newer
 IGNORE_FreeBSD_10=	requires FreeBSD 11 or newer
 
 WRKSRC_SUBDIR=	tools/lkl

Modified: head/sysutils/iocell/Makefile
==============================================================================
--- head/sysutils/iocell/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/sysutils/iocell/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -22,8 +22,6 @@ GH_ACCOUNT=	bartekrutkowski
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-IGNORE_FreeBSD_9=	requires FreeBSD 10.x or newer
-
 post-patch:
 	@${REINPLACE_CMD} -e "s|/usr/local/lib/iocell|${PREFIX}/lib/iocell|g" ${WRKSRC}/iocell
 

Modified: head/sysutils/qjail/Makefile
==============================================================================
--- head/sysutils/qjail/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/sysutils/qjail/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -24,7 +24,6 @@ USES=		tar:bzip2
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-IGNORE_FreeBSD_9=	Only for FreeBSD 11+
 IGNORE_FreeBSD_10=	Only for FreeBSD 11+
 
 do-install:

Modified: head/sysutils/qjail4/Makefile
==============================================================================
--- head/sysutils/qjail4/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/sysutils/qjail4/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -25,7 +25,6 @@ USES=		tar:bzip2
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-IGNORE_FreeBSD_9=	Only for FreeBSD 10.x
 IGNORE_FreeBSD_11=	Only for FreeBSD 10.x
 IGNORE_FreeBSD_12=	Only for FreeBSD 10.x
 

Modified: head/www/dillo2/Makefile
==============================================================================
--- head/www/dillo2/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/www/dillo2/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -40,10 +40,6 @@ THREADS_CONFIGURE_ENABLE=	threaded-dns
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT} == base
-IGNORE_FreeBSD_9=	Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
-.endif
-
 .ifdef(WITH_DEBUG)
 CONFIGURE_ARGS+=	--enable-gprof --enable-rtfl
 .else

Modified: head/www/tomcat-native/Makefile
==============================================================================
--- head/www/tomcat-native/Makefile	Fri Feb 17 16:49:11 2017	(r434299)
+++ head/www/tomcat-native/Makefile	Fri Feb 17 16:49:13 2017	(r434300)
@@ -37,7 +37,6 @@ post-install:
 .include <bsd.port.pre.mk>
 
 .if ${SSL_DEFAULT} == base
-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
 



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