diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-18 09:34:07 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-18 09:34:07 +0800 |
commit | 5c6206219d639b63a8a22bb263f68aef5c24f386 (patch) | |
tree | 0dd789c78ad1feeb89551ff3048a01d8a0853867 /dns | |
parent | 0eb751ac74c55ad0ef9f8c83456fc095eef4bc40 (diff) | |
download | freebsd-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/Makefile | 5 |
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 \ |