diff options
author | dougb <dougb@FreeBSD.org> | 2007-12-03 17:43:44 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-12-03 17:43:44 +0800 |
commit | 186be2e98ebec2be0fa491a4bd06253d901ded7e (patch) | |
tree | 12b8a7fad0bb06e962b779cd74ca28309417d0cc /dns/bind9 | |
parent | b76dcdcd752d89b093e78d09c79111dd7a76069d (diff) | |
download | freebsd-ports-gnome-186be2e98ebec2be0fa491a4bd06253d901ded7e.tar.gz freebsd-ports-gnome-186be2e98ebec2be0fa491a4bd06253d901ded7e.tar.zst freebsd-ports-gnome-186be2e98ebec2be0fa491a4bd06253d901ded7e.zip |
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)
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 |