diff options
author | mat <mat@FreeBSD.org> | 2016-09-28 20:55:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-28 20:55:09 +0800 |
commit | 3079efd77d70750e7ea2a2f57836d53fe01d9c47 (patch) | |
tree | 462d81949fa734fad53103f8e3e2824fb555aac4 /dns | |
parent | d48fab1f64ae658a994015d80da05e80134c471f (diff) | |
download | freebsd-ports-gnome-3079efd77d70750e7ea2a2f57836d53fe01d9c47.tar.gz freebsd-ports-gnome-3079efd77d70750e7ea2a2f57836d53fe01d9c47.tar.zst freebsd-ports-gnome-3079efd77d70750e7ea2a2f57836d53fe01d9c47.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/bind910/Makefile | 2 | ||||
-rw-r--r-- | dns/bind911/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index c612996599af..5b52ee88681c 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -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 diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index cd10c842f380..9d1ed1347d3f 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -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 diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 25de5d425e12..f74fea7f0887 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -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 diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 222ceb5cd756..33adeba891ea 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -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 |