summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-26 21:12:02 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-26 21:12:02 +0000
commit652746d84253a6a13628d1f13367c7910fb8e7e0 (patch)
tree85622097d3dd9366d4a938f2817333786a3e795d /net/bind9
parent61d648d40bb3cfa8dc76d2cdde2e2d347271e9c7 (diff)
downloadpkgsrc-652746d84253a6a13628d1f13367c7910fb8e7e0.tar.gz
After discussion with Michael Graff, disable threads until we get a
in-tree threads implementation. Benefit of this is that the pkg now works on all platforms (Tested: 1.5/sparc).
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/Makefile7
-rw-r--r--net/bind9/pkg/PLIST32
2 files changed, 20 insertions, 19 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 1eeaad481bc..826e9098455 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/01/26 04:25:36 hubertf Exp $
+# $NetBSD: Makefile,v 1.20 2001/01/26 21:12:02 hubertf Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -8,7 +8,6 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.isc.org/products/BIND/
-DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads
# IPv6 ready, automatically detected
.include "../../mk/bsd.prefs.mk"
@@ -18,8 +17,8 @@ BUILD_DEFS+= USE_INET6
BIND_VERSION= 9.1.0
DIST_SUBDIR= bind/${BIND_VERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-mit-pthreads \
- --with-libtool=yes \
+CONFIGURE_ARGS+=--disable-threads # Until we have real threads
+CONFIGURE_ARGS+=--with-libtool=yes \
--sysconfdir=/etc \
--localstatedir=/var
LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib
diff --git a/net/bind9/pkg/PLIST b/net/bind9/pkg/PLIST
index 57c3226bf5a..7349a7f372a 100644
--- a/net/bind9/pkg/PLIST
+++ b/net/bind9/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2001/01/26 04:25:37 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.13 2001/01/26 21:12:02 hubertf Exp $
bin/dig
bin/host
bin/isc-config.sh
@@ -66,7 +66,7 @@ include/dns/request.h
include/dns/resolver.h
include/dns/result.h
include/dns/rootns.h
-include/dns/sdb.h
+include/dns/sdb.h
include/dns/secalg.h
include/dns/secproto.h
include/dns/ssu.h
@@ -189,12 +189,27 @@ lib/libomapi.la
lib/libomapi.so
lib/libomapi.so.3
lib/libomapi.so.3.0
+man/man1/dig.1
+man/man1/host.1
+man/man1/named-checkconf.1
+man/man1/named-checkzone.1
+man/man5/rndc.conf.5
+man/man8/dnssec-keygen.8
+man/man8/dnssec-makekeyset.8
+man/man8/dnssec-signkey.8
+man/man8/dnssec-signzone.8
+man/man8/lwresd.8
+man/man8/named.8
+man/man8/nsupdate.8
+man/man8/rndc.8
sbin/dnssec-keygen
sbin/dnssec-makekeyset
sbin/dnssec-signkey
sbin/dnssec-signzone
sbin/lwresd
sbin/named
+sbin/named-checkconf
+sbin/named-checkzone
sbin/rndc
share/doc/bind9/README
share/doc/bind9/arm/Bv9ARM-book.xml
@@ -350,16 +365,3 @@ share/doc/bind9/rfc/rfc952.txt
@dirrm include/isc
@dirrm include/dst
@dirrm include/dns
-man/man1/dig.1
-man/man1/host.1
-man/man1/named-checkconf.1
-man/man1/named-checkzone.1
-man/man5/rndc.conf.5
-man/man8/dnssec-keygen.8
-man/man8/dnssec-makekeyset.8
-man/man8/dnssec-signkey.8
-man/man8/dnssec-signzone.8
-man/man8/lwresd.8
-man/man8/named.8
-man/man8/nsupdate.8
-man/man8/rndc.8