From 2211ba2bd1ea9c9054c4baeb0d30f8e26e2df3ee Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 25 Mar 2014 15:46:24 +0000 Subject: 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 --- dns/bind99/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns/bind99') 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) -- cgit