pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Fix ONLY_FOR_PLATFORM line.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec6eeedbeb97
branches:  trunk
changeset: 491347:ec6eeedbeb97
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 23 10:55:28 2005 +0000

description:
Fix ONLY_FOR_PLATFORM line.

diffstat:

 emulators/compat16/Makefile          |  4 ++--
 emulators/netbsd32_compat14/Makefile |  4 ++--
 emulators/netbsd32_compat16/Makefile |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r 95d3a7e6dbb8 -r ec6eeedbeb97 emulators/compat16/Makefile
--- a/emulators/compat16/Makefile       Wed Mar 23 10:54:38 2005 +0000
+++ b/emulators/compat16/Makefile       Wed Mar 23 10:55:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/02/21 20:57:20 veego Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/23 10:55:28 wiz Exp $
 #
 
 DISTNAME=              compat16-${MACHINE_ARCH}-${VERSION}
@@ -13,7 +13,7 @@
 
 VERSION=               1.6.0
 
-ONLY_FOR_PLATFORM=     NetBSD-1.6[A-Z]*-i386 NetBSD-2*-i386
+ONLY_FOR_PLATFORM=     NetBSD-1.6[A-Z]*-i386 NetBSD-[2-9]*-i386
 
 NO_MTREE=              # defined
 NO_BUILD=              # defined
diff -r 95d3a7e6dbb8 -r ec6eeedbeb97 emulators/netbsd32_compat14/Makefile
--- a/emulators/netbsd32_compat14/Makefile      Wed Mar 23 10:54:38 2005 +0000
+++ b/emulators/netbsd32_compat14/Makefile      Wed Mar 23 10:55:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/02/21 21:08:50 veego Exp $
+# $NetBSD: Makefile,v 1.11 2005/03/23 10:56:47 wiz Exp $
 #
 
 DISTNAME=              compat14-${MACHINE32_ARCH}-${VERSION}
@@ -24,7 +24,7 @@
 .endif
 
 ONLY_FOR_PLATFORM=     NetBSD-*-sparc64
-ONLY_FOR_PLATFORM+=    NetBSD-2*-x86_64
+ONLY_FOR_PLATFORM+=    NetBSD-[2-9]*-x86_64
 
 NO_MTREE=              # defined
 NO_BUILD=              # defined
diff -r 95d3a7e6dbb8 -r ec6eeedbeb97 emulators/netbsd32_compat16/Makefile
--- a/emulators/netbsd32_compat16/Makefile      Wed Mar 23 10:54:38 2005 +0000
+++ b/emulators/netbsd32_compat16/Makefile      Wed Mar 23 10:55:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/02/21 21:18:28 veego Exp $
+# $NetBSD: Makefile,v 1.10 2005/03/23 10:56:47 wiz Exp $
 #
 
 .if ${MACHINE_ARCH} == "sparc64"
@@ -26,8 +26,8 @@
 
 CONFLICTS=             netbsd32_compat15-[0-9]*
 
-ONLY_FOR_PLATFORM=     NetBSD-2*-sparc64
-ONLY_FOR_PLATFORM+=    NetBSD-2*-x86_64
+ONLY_FOR_PLATFORM=     NetBSD-[2-9]*-sparc64
+ONLY_FOR_PLATFORM+=    NetBSD-[2-9]*-x86_64
 
 NO_MTREE=              # defined
 NO_BUILD=              # defined



Home | Main Index | Thread Index | Old Index