From bbc536e7f3c2b2a9b8f98d9e4ac65e30401e3fd9 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 23 Apr 2010 09:09:58 +0000 Subject: 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. --- net/bind96/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3