pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5d18d46a709
branches:  trunk
changeset: 471222:c5d18d46a709
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Mar 22 03:58:00 2004 +0000

description:
Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.

diffstat:

 archivers/rar-linux/Makefile |  5 +++--
 archivers/unace22/Makefile   |  5 +++--
 audio/rioutil/Makefile       |  4 ++--
 audio/xmms-fmradio/Makefile  |  4 ++--
 4 files changed, 10 insertions(+), 8 deletions(-)

diffs (74 lines):

diff -r 44af0aa58ecb -r c5d18d46a709 archivers/rar-linux/Makefile
--- a/archivers/rar-linux/Makefile      Mon Mar 22 03:47:15 2004 +0000
+++ b/archivers/rar-linux/Makefile      Mon Mar 22 03:58:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/27 15:45:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/22 04:02:41 kristerw Exp $
 #
 
 DISTNAME=              rarlinux-3.3.0
@@ -12,7 +12,8 @@
 LICENSE=               rar-license
 
 NO_BUILDLINK=          yes
-ONLY_FOR_PLATFORM=     NetBSD-1.5Z[A-Z]-i386 NetBSD-1.[6-9]*-i386 Linux-*-i[3-6]86
+ONLY_FOR_PLATFORM=     NetBSD-1.5Z[A-Z]-i386 NetBSD-1.[6-9]*-i386 \
+                       NetBSD-[2-9]*-i386 Linux-*-i[3-6]86
 WRKSRC=                        ${WRKDIR}/rar
 
 .include "../../mk/bsd.prefs.mk"
diff -r 44af0aa58ecb -r c5d18d46a709 archivers/unace22/Makefile
--- a/archivers/unace22/Makefile        Mon Mar 22 03:47:15 2004 +0000
+++ b/archivers/unace22/Makefile        Mon Mar 22 03:58:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:07:07 agc Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/22 04:02:41 kristerw Exp $
 #
 
 DISTNAME=      linunace22
@@ -15,7 +15,8 @@
 HOMEPAGE=      http://www.winace.com/
 COMMENT=       Extract, list and test files in ACE archives (2.2 linux binary)
 
-ONLY_FOR_PLATFORM= NetBSD-1.5Z[A-Z]-i386 NetBSD-1.[6-9]*-i386 Linux-*-i[3-6]86
+ONLY_FOR_PLATFORM= NetBSD-1.5Z[A-Z]-i386 NetBSD-1.[6-9]*-i386 \
+               NetBSD-[2-9]*-i386 Linux-*-i[3-6]86
 
 WRKSRC=                ${WRKDIR}
 
diff -r 44af0aa58ecb -r c5d18d46a709 audio/rioutil/Makefile
--- a/audio/rioutil/Makefile    Mon Mar 22 03:47:15 2004 +0000
+++ b/audio/rioutil/Makefile    Mon Mar 22 03:58:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/14 00:54:44 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/22 03:58:00 kristerw Exp $
 #
 
 DISTNAME=      rioutil-1.3.3
@@ -16,7 +16,7 @@
 GNU_CONFIGURE=         # defined
 CONFIGURE_ARGS+=       --with-libusb
 
-ONLY_FOR_PLATFORM=     Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-*
+ONLY_FOR_PLATFORM=     Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-* NetBSD-[2-9]*-*
 # depends on -r1.6 of sys/dev/usb/urio.c
 ONLY_FOR_PLATFORM+=    NetBSD-1.5Z-* NetBSD-1.5Z[A-Z]-*
 
diff -r 44af0aa58ecb -r c5d18d46a709 audio/xmms-fmradio/Makefile
--- a/audio/xmms-fmradio/Makefile       Mon Mar 22 03:47:15 2004 +0000
+++ b/audio/xmms-fmradio/Makefile       Mon Mar 22 03:58:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/12 00:21:48 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/22 03:58:00 kristerw Exp $
 #
 
 DISTNAME=              xmms-FMRadio-1.4
@@ -12,7 +12,7 @@
 HOMEPAGE=              http://silicone.free.fr/xmms-FMRadio/
 COMMENT=               Use a Radio Tuner card in XMMS
 
-ONLY_FOR_PLATFORM=      NetBSD-1.5Z[A-Z]-*-* NetBSD-1.[6-9]*-*
+ONLY_FOR_PLATFORM=      NetBSD-1.5Z[A-Z]-*-* NetBSD-1.[6-9]*-* NetBSD-[2-9]*-*
 
 USE_BUILDLINK3=                YES
 USE_X11=               YES



Home | Main Index | Thread Index | Old Index