Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2016 12:55:09 +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: r422867 - in head/dns: bind9-devel bind910 bind911 bind99
Message-ID:  <201609281255.u8SCt9j8052885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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