summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2010-04-23 09:09:58 +0000
committertron <tron>2010-04-23 09:09:58 +0000
commitbbc536e7f3c2b2a9b8f98d9e4ac65e30401e3fd9 (patch)
tree65b48aa78218f48a4b69a7cbe57f21d0dcc426a6
parentd4fe75a55061ec2c884f68a615adc392f25176f8 (diff)
downloadpkgsrc-bbc536e7f3c2b2a9b8f98d9e4ac65e30401e3fd9.tar.gz
Pullup ticket #3091 - requested by gls
net/bind96: portability fix Revisions pulled up: - net/bind96/Makefile 1.15 --- Module Name: pkgsrc Committed By: gls Date: Thu Apr 22 20:22:26 UTC 2010 Modified Files: pkgsrc/net/bind96: Makefile Log Message: Disable kqueue on Dragonfly to make bind96 work. As reported by Justin Sherrill in PR pkg/43195. Bump PKGREVISION.
-rw-r--r--net/bind96/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index 5fb42339421..11420613bcc 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2010/01/20 01:01:15 taca Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2010/04/23 09:09:58 tron 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}/
@@ -40,6 +41,9 @@ CONFIGURE_ARGS+= --disable-atomic
.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""
CONFIGURE_ARGS+= --disable-threads
.endif
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+= --disable-kqueue
+.endif
PKG_GROUPS_VARS+= BIND_GROUP
PKG_USERS_VARS+= BIND_USER