aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-12-18 09:34:07 +0800
committerDoug Barton <dougb@FreeBSD.org>2010-12-18 09:34:07 +0800
commit31a9b93c1fdec64538bda1f4d027bb9238e638de (patch)
tree3655b439147d273637bac08375245cfe88385c7c /dns
parent7cf061ee366ebfe502fe8df094279cd535e61541 (diff)
downloadfreebsd-ports-gnome-31a9b93c1fdec64538bda1f4d027bb9238e638de.tar.gz
freebsd-ports-gnome-31a9b93c1fdec64538bda1f4d027bb9238e638de.tar.zst
freebsd-ports-gnome-31a9b93c1fdec64538bda1f4d027bb9238e638de.zip
Continue BIND cleanup:
DEPRECATED= Past EOL EXPIRATION_DATE= 2011-01-01 While I'm here, update CONFLICTS for bind98.
Diffstat (limited to 'dns')
-rw-r--r--dns/bind95/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile
index b350a28c5593..f43aeecf2304 100644
--- a/dns/bind95/Makefile
+++ b/dns/bind95/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.5.2-P4
+DEPRECATED= Past EOL
+EXPIRATION_DATE= 2011-01-01
+
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
-CONFLICTS= bind9*-9.[467].* bind9-sdb-* host-* bind-tools-9.*
+CONFLICTS= bind9*-9.[4678].* bind9-sdb-* host-* bind-tools-9.*
OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \
LINKS "Create conf file symlinks in ${PREFIX}" on \