diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-12-18 01:29:34 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-12-18 01:29:34 +0000 |
commit | 7cf061ee366ebfe502fe8df094279cd535e61541 (patch) | |
tree | 1c79f2331bc0e9675f341d4ac3b8ed3993f5ae36 /dns | |
parent | 0892d5296f5f587420717c1084eb3d3c22b8bee4 (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/Makefile | 5 |
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 \ |