aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind99
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-03-25 23:46:24 +0800
committermat <mat@FreeBSD.org>2014-03-25 23:46:24 +0800
commit2211ba2bd1ea9c9054c4baeb0d30f8e26e2df3ee (patch)
treecf545716528e800444ea959074cff48a9d22464b /dns/bind99
parent568c4ea5821670248bedf92f6ae62587cf39f929 (diff)
downloadfreebsd-ports-gnome-2211ba2bd1ea9c9054c4baeb0d30f8e26e2df3ee.tar.gz
freebsd-ports-gnome-2211ba2bd1ea9c9054c4baeb0d30f8e26e2df3ee.tar.zst
freebsd-ports-gnome-2211ba2bd1ea9c9054c4baeb0d30f8e26e2df3ee.zip
Remove GSSAPI from the default options.
Almost nobody needs it, and people keep having a hard time building BIND because of this. Sponsored by: Absolight
Diffstat (limited to 'dns/bind99')
-rw-r--r--dns/bind99/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index ae0fe49b9f4d..a4a4172e5000 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bind
PORTVERSION= 9.9.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -31,7 +31,7 @@ ETCDIR= ${PREFIX}/etc/namedb
CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind-tools-9.*
-OPTIONS_DEFAULT= IPV6 SSL THREADS GSSAPI
+OPTIONS_DEFAULT= IPV6 SSL THREADS
OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE \
FIXED_RRSET SIGCHASE IPV6 THREADS GSSAPI FILTER_AAAA
.if !defined(BIND_TOOLS_SLAVE)