diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-17 17:16:33 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-17 17:16:33 +0000 |
commit | f58623613298d1d07edccb4e9e8054a12ddfc4e9 (patch) | |
tree | 41e854ee4dffd4518a35c3fc4d4fb88bcff5f4a6 /dns | |
parent | 802e93f22b3e549258a623f7ab6dbfb79501bd50 (diff) | |
download | ports-f58623613298d1d07edccb4e9e8054a12ddfc4e9.tar.gz ports-f58623613298d1d07edccb4e9e8054a12ddfc4e9.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind910/Makefile | 5 | ||||
-rw-r--r-- | dns/bind98/Makefile | 5 | ||||
-rw-r--r-- | dns/bind99/Makefile | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 2828979a40a7..42e12b7af345 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 910 @@ -32,9 +32,6 @@ CONFLICTS= bind9*-9.[456789].* bind9*-sdb-9.[456789].* bind-tools-9.* SUB_FILES= pkg-message -WITH=GSSAPI_HEIMDAL -WITHOUT=GSSAPI_NONE - OPTIONS_SUB= yes OPTIONS_DEFAULT= IPV6 SSL THREADS SIGCHASE IDN GSSAPI_NONE OPTIONS_DEFINE= IDN LARGE_FILE GOST \ diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 51774ebe1f86..c4b1bdf799d6 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 98 @@ -31,9 +31,6 @@ ETCDIR= ${PREFIX}/etc/namedb CONFLICTS= bind9*-9.[45679].* bind9*-sdb-9.[45679].* bind-tools-9.* -WITH=GSSAPI_HEIMDAL -WITHOUT=GSSAPI_NONE - OPTIONS_DEFAULT= IPV6 SSL THREADS GSSAPI_NONE OPTIONS_DEFINE= SSL LINKS IDN REPLACE_BASE LARGE_FILE \ FIXED_RRSET RPZ_NSIP RPZ_NSDNAME RPZRRL_PATCH \ diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index ab080241c4bf..8d62fd1e2410 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX?= 99 @@ -30,9 +30,6 @@ ETCDIR= ${PREFIX}/etc/namedb CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind-tools-9.* -WITH=GSSAPI_HEIMDAL -WITHOUT=GSSAPI_NONE - OPTIONS_DEFAULT= IPV6 SSL THREADS GSSAPI_NONE OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE FIXED_RRSET SIGCHASE \ IPV6 THREADS FILTER_AAAA GOST |