From owner-svn-ports-all@freebsd.org Fri Feb 17 16:49:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDFE0CE3278; Fri, 17 Feb 2017 16:49:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3B7519AD; Fri, 17 Feb 2017 16:49:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HGnEc3004910; Fri, 17 Feb 2017 16:49:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HGnDNw004898; Fri, 17 Feb 2017 16:49:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201702171649.v1HGnDNw004898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 17 Feb 2017 16:49:13 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 16:49:16 -0000 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 -.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 -.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 -.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 -.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 .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