diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-28 16:49:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-28 16:49:36 +0000 |
commit | 9b56c9fb8d93f24265c816233aa006c4e09593c0 (patch) | |
tree | c6e4fba167d0fcc1af3c17b20c4d3f82dac6f6b5 | |
parent | 0f75baef6a0b6b740343ef1d0f0190a03a1ee99c (diff) | |
download | pkgsrc-9b56c9fb8d93f24265c816233aa006c4e09593c0.tar.gz |
Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.
-rw-r--r-- | audio/icecast/Makefile | 6 | ||||
-rw-r--r-- | devel/pwlib/Makefile | 6 | ||||
-rw-r--r-- | net/bind9-current/Makefile | 5 | ||||
-rw-r--r-- | net/bind9/Makefile | 5 | ||||
-rw-r--r-- | net/gnut/Makefile | 8 | ||||
-rw-r--r-- | textproc/opensp/Makefile | 6 |
6 files changed, 26 insertions, 10 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 34feeb72187..1363a32528e 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/21 06:02:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/28 16:49:37 wiz Exp $ # DISTNAME= icecast-1.3.7 @@ -11,6 +11,10 @@ HOMEPAGE= http://www.icecast.org/ DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads DEPENDS+= readline-4.*:../../devel/readline +# Sync these with devel/unproven-pthreads +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ + NetBSD-*-m68k + GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-readline \ --with-libwrap \ diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 8b581474fa4..0b0498cc91b 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/28 09:46:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/28 16:49:37 wiz Exp $ # DISTNAME= pwlib_min_1.1pl17 @@ -21,6 +21,10 @@ HOMEPAGE= http://www.openh323.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads +# Sync these with devel/unproven-pthreads +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ + NetBSD-*-m68k + WRKSRC= ${WRKDIR}/pwlib USE_GMAKE= yes 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 diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 80525fc3b09..130b30e5cd8 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:28 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/28 16:49:37 wiz Exp $ # DISTNAME= OpenSP-1.4 @@ -11,6 +11,10 @@ HOMEPAGE= http://openjade.sourceforge.net/doc-1.4/index.htm DEPENDS+= unproven-pthreads-[0-9]*:../../devel/unproven-pthreads +# Sync these with devel/unproven-pthreads +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ + NetBSD-*-m68k + CONFLICTS+= sp-* GNU_CONFIGURE= YES |