summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-03-24 19:51:28 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-03-24 19:51:28 +0000
commitd31cadffee9652bba4aed758b08c36d8bd083aad (patch)
treeb815dc18ccea261588aef543312f1294282dd32a /dns
parent- Really fix plist (diff)
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports
Notes
Notes: svn path=/head/; revision=230904
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9/Makefile2
-rw-r--r--dns/bind94/Makefile2
-rw-r--r--dns/bind95/Makefile2
-rw-r--r--dns/bind96/Makefile2
-rw-r--r--dns/p5-Net-DNS/Makefile2
5 files changed, 10 insertions, 0 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile
index 58f67dc29c60..d67286735b06 100644
--- a/dns/bind9/Makefile
+++ b/dns/bind9/Makefile
@@ -27,6 +27,8 @@ 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
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index a93a528bd277..6b38c0f8920a 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -27,6 +27,8 @@ 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
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile
index 61666440156f..a97476ca0e81 100644
--- a/dns/bind95/Makefile
+++ b/dns/bind95/Makefile
@@ -27,6 +27,8 @@ 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
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index a3411a65fe07..9c5aa6eeca41 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/Makefile
@@ -27,6 +27,8 @@ 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
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 08f3ae482d71..3fccbb0a7399 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -18,6 +18,8 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates
RUN_DEPENDS= ipcount:${PORTSDIR}/net-mgmt/p5-Net-IP \
${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC
+MAKE_JOBS_SAFE= yes
+
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --no-online-tests --no-IPv6-tests