summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-28 16:49:36 +0000
committerwiz <wiz>2000-12-28 16:49:36 +0000
commitdb73157b6bb48beac753f21947027c6cc068581b (patch)
treec6e4fba167d0fcc1af3c17b20c4d3f82dac6f6b5 /net
parent0f2e8eb072c06f6dad548bf388fcdb0838b8c828 (diff)
downloadpkgsrc-db73157b6bb48beac753f21947027c6cc068581b.tar.gz
Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.
Diffstat (limited to 'net')
-rw-r--r--net/bind9-current/Makefile5
-rw-r--r--net/bind9/Makefile5
-rw-r--r--net/gnut/Makefile8
3 files changed, 11 insertions, 7 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile
index 7b94986b796..3902302a8d4 100644
--- a/net/bind9-current/Makefile
+++ b/net/bind9-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/12/16 06:28:08 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2000/12/28 16:49:36 wiz Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -17,7 +17,8 @@ BUILD_DEFS+= USE_INET6
DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads
# Sync these with devel/unproven-pthreads:
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k
+ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
+ NetBSD-*-m68k
# No need to set USE_INET6, will auto-detect.
BIND_VERSION= 9.1.0b1
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index b9da1d6f0bc..d4d550387dd 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/11/13 16:12:49 toshii Exp $
+# $NetBSD: Makefile,v 1.16 2000/12/28 16:49:37 wiz Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -15,7 +15,8 @@ DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads
BUILD_DEFS+= USE_INET6
# Sync these with devel/unproven-pthreads:
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k
+ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
+ NetBSD-*-m68k
# No need to set USE_INET6, will auto-detect.
BIND_VERSION= 9.0.1
diff --git a/net/gnut/Makefile b/net/gnut/Makefile
index b8f6c8c7c75..a0592b554da 100644
--- a/net/gnut/Makefile
+++ b/net/gnut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/12 15:12:40 deberg Exp $
+# $NetBSD: Makefile,v 1.5 2000/12/28 16:49:37 wiz Exp $
#
DISTNAME= gnut-0.4.12
@@ -12,12 +12,14 @@ HOMEPAGE= http://www.mrob.com/gnut/
#BUILD_DEPENDS+= automake:../../devel/automake
#DEPENDS+= pth>=1.3.6:../../devel/pth
-# Sync these with devel/unproven-pthreads:
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k
DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads
CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \
CXX=${LOCALBASE}/pthreads/bin/pg++
+# Sync these with devel/unproven-pthreads:
+ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
+ NetBSD-*-m68k
+
GNU_CONFIGURE= yes
GNUTDOCDIR= ${PREFIX}/share/doc/gnut