From 5c6206219d639b63a8a22bb263f68aef5c24f386 Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 18 Dec 2010 01:34:07 +0000 Subject: Continue BIND cleanup: DEPRECATED= Past EOL EXPIRATION_DATE= 2011-01-01 While I'm here, update CONFLICTS for bind98. --- dns/bind95/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dns') 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 \ -- cgit