diff options
author | pav <pav@FreeBSD.org> | 2009-04-13 05:33:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-13 05:33:23 +0800 |
commit | 757aef33f9526ced8b3051987e28905e8223c0d5 (patch) | |
tree | df363f387c188ccf4e1591cee95b9bb1bc1711f9 /dns | |
parent | c2f3df814caadd822df7ccb27c098c0bd329dfb6 (diff) | |
download | freebsd-ports-gnome-757aef33f9526ced8b3051987e28905e8223c0d5.tar.gz freebsd-ports-gnome-757aef33f9526ced8b3051987e28905e8223c0d5.tar.zst freebsd-ports-gnome-757aef33f9526ced8b3051987e28905e8223c0d5.zip |
- Flip from MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE, fails both on pointyhat and on
my local machine
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9/Makefile | 2 | ||||
-rw-r--r-- | dns/bind94/Makefile | 2 | ||||
-rw-r--r-- | dns/bind95/Makefile | 2 | ||||
-rw-r--r-- | dns/bind96/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index c09110d01b47..f249af21d0f6 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -27,7 +27,7 @@ COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like ISCVERSION= 9.3.6-P1 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index c4051159d998..245125108e96 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -27,7 +27,7 @@ COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like ISCVERSION= 9.4.3-P2 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 297fc8ce5a51..6f624bf7c3c3 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -27,7 +27,7 @@ COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like ISCVERSION= 9.5.1-P2 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index c12ca2acd9a7..e883594c6b33 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -27,7 +27,7 @@ COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like ISCVERSION= 9.6.0-P1 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ |