svn commit: r349154 - in head/dns: bind98 bind99

Mathieu Arnold mat at FreeBSD.org
Tue Mar 25 15:46:25 UTC 2014


Author: mat
Date: Tue Mar 25 15:46:24 2014
New Revision: 349154
URL: http://svnweb.freebsd.org/changeset/ports/349154
QAT: https://qat.redports.org/buildarchive/r349154/

Log:
  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

Modified:
  head/dns/bind98/Makefile
  head/dns/bind99/Makefile

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Tue Mar 25 15:20:34 2014	(r349153)
+++ head/dns/bind98/Makefile	Tue Mar 25 15:46:24 2014	(r349154)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	9.8.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
@@ -32,7 +32,7 @@ ETCDIR=		${PREFIX}/etc/namedb
 
 CONFLICTS=	bind9*-9.[45679].* bind9*-sdb-9.[45679].* bind-tools-9.*
 
-OPTIONS_DEFAULT=	IPV6 SSL THREADS GSSAPI
+OPTIONS_DEFAULT=	IPV6 SSL THREADS
 OPTIONS_DEFINE=		SSL LINKS IDN REPLACE_BASE LARGE_FILE \
 			FIXED_RRSET RPZ_NSIP RPZ_NSDNAME RPZRRL_PATCH \
 			SIGCHASE IPV6 THREADS GSSAPI FILTER_AAAA DOCS

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Tue Mar 25 15:20:34 2014	(r349153)
+++ head/dns/bind99/Makefile	Tue Mar 25 15:46:24 2014	(r349154)
@@ -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)


More information about the svn-ports-head mailing list