diff options
author | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
commit | eaa75b40822b656b3eec19c61aff6646cfdc94af (patch) | |
tree | 017a7433eaa90e1d6a50f1dd5a82213ba2ea63ec /emulators | |
parent | d1fb1657d9512e3d7bef78ca5d0de8c80e1c1222 (diff) | |
download | pkgsrc-eaa75b40822b656b3eec19c61aff6646cfdc94af.tar.gz |
there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linuxppc_lib/Makefile | 4 | ||||
-rw-r--r-- | emulators/rewind/Makefile | 5 | ||||
-rw-r--r-- | emulators/suse_base/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
4 files changed, 8 insertions, 9 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index 04155f3522f..7c8ba437ac0 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/05/24 08:25:33 kristerw Exp $ +# $NetBSD: Makefile,v 1.22 2004/10/01 10:37:33 grant Exp $ DISTNAME= linuxppc_lib-2000.4.6 CATEGORIES= emulators @@ -23,7 +23,7 @@ BUILD_DEPENDS+= rpm2pkg-1.2:../../pkgtools/rpm2pkg CONFLICTS= suse_base-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.5[U-Z]-powerpc NetBSD-1.5Z[A-Z]-powerpc \ - NetBSD-1.[6-9]*-powerpc NetBSD-[2-9]*-powerpc + NetBSD-1.6*-powerpc NetBSD-[2-9]*-powerpc WRKSRC= ${WRKDIR}/${DISTNAME} SHLIB_HANDLING= NO diff --git a/emulators/rewind/Makefile b/emulators/rewind/Makefile index 8ed012e249f..08d7198a73b 100644 --- a/emulators/rewind/Makefile +++ b/emulators/rewind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/24 23:55:40 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/10/01 10:37:33 grant Exp $ DISTNAME= rewind-20020420 PKGREVISION= 4 @@ -12,8 +12,7 @@ COMMENT= BSD/X11 licenced fork of Wine (Windows on Unix) CONFLICTS= wine-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 \ - NetBSD-[2-9]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 USE_BUILDLINK3= YES USE_X11= YES diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index b31513d406a..5e2b8a1a136 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2004/07/23 18:25:31 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2004/10/01 10:37:33 grant Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 6 @@ -15,7 +15,7 @@ CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= NetBSD-1.6[L-Z]-powerpc NetBSD-1.6Z[A-Z]-powerpc -ONLY_FOR_PLATFORM+= NetBSD-1.[7-9]*-powerpc NetBSD-[2-9]*-powerpc +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-powerpc ONLY_FOR_PLATFORM+= FreeBSD-*-i386 NO_BUILDLINK= YES diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 231f7170cd2..7560172b998 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2004/08/28 21:09:08 ben Exp $ +# $NetBSD: Makefile,v 1.74 2004/10/01 10:37:33 grant Exp $ # DISTNAME= Wine-20040505 @@ -18,7 +18,7 @@ YACC= ${PREFIX}/bin/bison -y CONFLICTS= rewind-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 NetBSD-2*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= FreeBSD*-i386 Linux*-i386 SunOS*-i386 WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} |