summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2002-09-05 10:22:55 +0000
committeragc <agc>2002-09-05 10:22:55 +0000
commit3ce66d54fd4ef84c6b8462e96e0af8da9aa2677b (patch)
treef04c155f8b77a424f4e246f83f61d2d75c5d70a5
parent371a439c29c53a15169ed79549b670c4a4d01a34 (diff)
downloadpkgsrc-3ce66d54fd4ef84c6b8462e96e0af8da9aa2677b.tar.gz
Pull up versions 1.42-1.44 of Makefile, and version 1.4 of PLIST, to the
netbsd-1-6 pkgsrc branch. Requested by Grant Beattie. > From: grant beattie <grant@netbsd.org> > Date: Tue, 20 Aug 2002 04:38:18 +0300 (EEST) > > Module Name: pkgsrc > Committed By: grant > Date: Tue Aug 20 01:38:18 UTC 2002 > > Modified Files: > pkgsrc/net/bind9: Makefile PLIST > > Log Message: > deal with optional installation of ipv6.h on non-ipv6 platforms.
-rw-r--r--net/bind9/Makefile9
-rw-r--r--net/bind9/PLIST3
2 files changed, 10 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index e7c156bd195..0f8dbcdb9ee 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2002/07/24 12:55:56 grant Exp $
+# $NetBSD: Makefile,v 1.41.4.1 2002/09/05 10:22:55 agc Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -39,6 +39,13 @@ post-build:
-e 's|@PREFIX@|${PREFIX}|' \
<${FILESDIR}/lwresd.sh >${WRKDIR}/lwresd
+# include/isc/ipv6.h is installed on non-ipv6 platforms
+IPV6H= ""
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+IPV6H= "@comment "
+.endif
+
+PLIST_SUBST+= IPV6H=${IPV6H}
PLIST_SRC= ${WRKDIR}/PLIST
post-install:
diff --git a/net/bind9/PLIST b/net/bind9/PLIST
index 98f3ffd45e4..aa3a9235b98 100644
--- a/net/bind9/PLIST
+++ b/net/bind9/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/05/04 14:56:23 taca Exp $
+@comment $NetBSD: PLIST,v 1.3.8.1 2002/09/05 10:22:56 agc Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -93,6 +93,7 @@ include/isc/hex.h
include/isc/hmacmd5.h
include/isc/int.h
include/isc/interfaceiter.h
+${IPV6H}include/isc/ipv6.h
include/isc/lang.h
include/isc/lex.h
include/isc/lfsr.h