summaryrefslogtreecommitdiff
path: root/net/bind99
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-07-19 05:10:38 +0000
committertaca <taca@pkgsrc.org>2014-07-19 05:10:38 +0000
commitd7b56896e5e6848b1495467b586903ca155a0bc0 (patch)
tree185d67a8bd91347c4347a19f7b0394f68034e400 /net/bind99
parent4d04d5cbc2cfa3fb75233bbb5c7ca92f41065390 (diff)
downloadpkgsrc-d7b56896e5e6848b1495467b586903ca155a0bc0.tar.gz
Explicitly specify KRB5BASE with --with-gssapi option and incudes
mk/krb5.buildlink3.mk. It prevent link libcrypt twice with PREFER_PKGSRC=openssl. Fix was provided Chuck Silvers via private e-mail about two weeks ago and I've confirmed the problem. Bump PKGREVISION.
Diffstat (limited to 'net/bind99')
-rw-r--r--net/bind99/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile
index 01329e8cada..ac2acb32395 100644
--- a/net/bind99/Makefile
+++ b/net/bind99/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2014/06/14 16:15:04 taca Exp $
+# $NetBSD: Makefile,v 1.38 2014/07/19 05:10:38 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -32,6 +33,7 @@ CONFIGURE_ARGS+= --sysconfdir=/etc
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --disable-openssl-version-check
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
+CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE:Q}
CONFIGURE_ARGS+= --with-python=no
.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
CONFIGURE_ARGS+= --disable-atomic
@@ -77,4 +79,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/arm/*.html ${DOCDIR}/arm
.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"