Thu Apr 22 20:21:09 2010 UTC ()
Disable kqueue on Dragonfly to make bind95 work.
As reported by Justin Sherrill in PR pkg/43195.

Bump PKGREVISION.


(gls)
diff -r1.16 -r1.17 pkgsrc/net/bind95/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/net/bind95/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/net/bind95/Attic/Makefile 2010/01/21 19:42:16 1.16
+++ pkgsrc/net/bind95/Attic/Makefile 2010/04/22 20:21:09 1.17
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2010/01/21 19:42:16 spz Exp $
+# $NetBSD: Makefile,v 1.17 2010/04/22 20:21:09 gls 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}/
@@ -87,4 +88,8 @@
 CONFIGURE_ARGS+=	--disable-threads
 .else
 CONFIGURE_ARGS+=	--enable-threads
+.endif
+
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+=       --disable-kqueue
 .endif