summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-12-18 01:29:34 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-12-18 01:29:34 +0000
commit7cf061ee366ebfe502fe8df094279cd535e61541 (patch)
tree1c79f2331bc0e9675f341d4ac3b8ed3993f5ae36 /dns
parent- WITH_BLAS knob was updated for GotoBLAS (math/gotoblas) support. (diff)
Give people fair warning:
DEPRECATED= Reaches EOL May 2011 EXPIRATION_DATE= 2011-04-30 While I'm here update CONFLICTS for bind98
Notes
Notes: svn path=/head/; revision=266533
Diffstat (limited to 'dns')
-rw-r--r--dns/bind94/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index 264654d023de..6ad7b0592d02 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -27,13 +27,16 @@ 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-ESV-R4
+DEPRECATED= Reaches EOL May 2011
+EXPIRATION_DATE= 2011-04-30
+
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
-CONFLICTS= bind9*-9.[567].* bind9-sdb-* host-* bind-tools-9.*
+CONFLICTS= bind9*-9.[5678].* bind9-sdb-* host-* bind-tools-9.*
OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \
LINKS "Create conf file symlinks in ${PREFIX}" on \