svn commit: r422867 - in head/dns: bind9-devel bind910 bind911 bind99

Mathieu Arnold mat at FreeBSD.org
Wed Sep 28 12:55:11 UTC 2016


Author: mat
Date: Wed Sep 28 12:55:09 2016
New Revision: 422867
URL: https://svnweb.freebsd.org/changeset/ports/422867

Log:
  Remove MAKE_JOBS_UNSAFE for BIND9.
  
  It was added in 2009 in r232247 without the reason it was failing, I've
  tried with -J 2-10, and can't have one of the BIND9 port fail.
  Feel free to add it back, but please, add the reason why it fails.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind9-devel/Makefile   (contents, props changed)
  head/dns/bind910/Makefile   (contents, props changed)
  head/dns/bind911/Makefile   (contents, props changed)
  head/dns/bind99/Makefile   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Wed Sep 28 12:37:19 2016	(r422866)
+++ head/dns/bind9-devel/Makefile	Wed Sep 28 12:55:09 2016	(r422867)
@@ -33,8 +33,6 @@ LICENSE=	MPL
 ISCVERSION=	9.12.0a.2016.09.07
 HASH=		5125df6
 
-MAKE_JOBS_UNSAFE=	yes
-
 USES=	cpe libedit
 
 CPE_VENDOR=	isc

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Wed Sep 28 12:37:19 2016	(r422866)
+++ head/dns/bind910/Makefile	Wed Sep 28 12:55:09 2016	(r422867)
@@ -31,8 +31,6 @@ LICENSE=	ISCL
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
 ISCVERSION=	9.10.4-P3
 
-MAKE_JOBS_UNSAFE=	yes
-
 USES=	cpe libedit
 
 CPE_VENDOR=	isc

Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile	Wed Sep 28 12:37:19 2016	(r422866)
+++ head/dns/bind911/Makefile	Wed Sep 28 12:55:09 2016	(r422867)
@@ -31,8 +31,6 @@ LICENSE=	MPL
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
 ISCVERSION=	9.11.0rc3
 
-MAKE_JOBS_UNSAFE=	yes
-
 USES=	cpe libedit
 
 CPE_VENDOR=	isc

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Wed Sep 28 12:37:19 2016	(r422866)
+++ head/dns/bind99/Makefile	Wed Sep 28 12:55:09 2016	(r422867)
@@ -17,8 +17,6 @@ LICENSE=	ISCL
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
 ISCVERSION=	9.9.9-P3
 
-MAKE_JOBS_UNSAFE=	yes
-
 USES=	cpe libedit
 
 CPE_VENDOR=	isc


More information about the svn-ports-head mailing list