diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-12-03 09:43:44 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-12-03 09:43:44 +0000 |
commit | 53fb30ab2d7132d74e8a009d8d346d3102786e7d (patch) | |
tree | c927e25835bf5911713c22c26a73757beb6b681c /dns/bind9 | |
parent | 4fe8855cf54be5002d74d37908388e270d7cf517 (diff) |
ISC recently announced that BIND 8 has been End-of-Life'd:
http://www.isc.org/index.pl?/sw/bind/bind8-eol.php
Therefore, per the previous announcement, remove the ports for BIND 8.
This includes the chinese/bind8 slave port, and mail/smc-milter which
has a dependency on libbind_r.a from BIND 8.x. The latter has been
unmaintained since 2005, and is 3 versions behind.
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=202883
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index f0e25fbc1663..cc0d4139a71c 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ USE_OPENSSL= yes -CONFLICTS= bind-8.* bind84-8.* bind9-9.4.* bind9-dlz-* bind9-sdb-mysql-* host-* zh-bind-8.* +CONFLICTS= bind9-9.4.* bind9-dlz-* bind9-sdb-mysql-* host-* OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ THREADS "Compile with thread support (NOT RECOMMENDED!)" off |