aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-12-18 09:34:07 +0800
committerdougb <dougb@FreeBSD.org>2010-12-18 09:34:07 +0800
commit5c6206219d639b63a8a22bb263f68aef5c24f386 (patch)
tree0dd789c78ad1feeb89551ff3048a01d8a0853867 /dns
parent0eb751ac74c55ad0ef9f8c83456fc095eef4bc40 (diff)
downloadfreebsd-ports-gnome-5c6206219d639b63a8a22bb263f68aef5c24f386.tar.gz
freebsd-ports-gnome-5c6206219d639b63a8a22bb263f68aef5c24f386.tar.zst
freebsd-ports-gnome-5c6206219d639b63a8a22bb263f68aef5c24f386.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 \