pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/squeak Get rid of ONLY_FOR_PLATFORM restriction.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ebad53b51a0
branches: trunk
changeset: 538370:8ebad53b51a0
user: reed <reed%pkgsrc.org@localhost>
date: Wed Feb 06 18:45:31 2008 +0000
description:
Get rid of ONLY_FOR_PLATFORM restriction.
Move the PLIST entry for the NetBSD sound a support to a new PLIST.NetBSD
file.
And add a PLIST.Linux file.
No PKGREVISION change.
diffstat:
lang/squeak/Makefile | 4 +---
lang/squeak/PLIST | 3 +--
lang/squeak/PLIST.Linux | 5 +++++
lang/squeak/PLIST.NetBSD | 2 ++
4 files changed, 9 insertions(+), 5 deletions(-)
diffs (50 lines):
diff -r c8fe233c4113 -r 8ebad53b51a0 lang/squeak/Makefile
--- a/lang/squeak/Makefile Wed Feb 06 18:23:47 2008 +0000
+++ b/lang/squeak/Makefile Wed Feb 06 18:45:31 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2008/01/14 20:39:34 bad Exp $
+# $NetBSD: Makefile,v 1.36 2008/02/06 18:45:32 reed Exp $
#
DISTNAME= Squeak-3.9-8
@@ -27,8 +27,6 @@
CONFIGURE_SCRIPT= ${WRKSRC}/platforms/unix/config/configure
DIST_SUBDIR= squeak
-ONLY_FOR_PLATFORM= NetBSD-*-*
-
SQUEAK_CHANGES= Squeak3.9-final-7067/Squeak3.9-final-7067.changes.gz
SQUEAK_IMAGE= Squeak3.9-final-7067/Squeak3.9-final-7067.image.gz
SQUEAK_SOURCES= Squeak3.9-final-7067/SqueakV39.sources
diff -r c8fe233c4113 -r 8ebad53b51a0 lang/squeak/PLIST
--- a/lang/squeak/PLIST Wed Feb 06 18:23:47 2008 +0000
+++ b/lang/squeak/PLIST Wed Feb 06 18:45:31 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/01/12 23:30:38 bad Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/02/06 18:45:32 reed Exp $
bin/inisqueak
bin/squeak
lib/squeak/3.9-8/AioPlugin
@@ -12,7 +12,6 @@
lib/squeak/3.9-8/vm-display-X11
lib/squeak/3.9-8/vm-display-null
lib/squeak/3.9-8/vm-sound-NAS
-lib/squeak/3.9-8/vm-sound-${OPSYS}
lib/squeak/3.9-8/vm-sound-null
lib/squeak/Squeak3.9-final-7067.changes.gz
lib/squeak/Squeak3.9-final-7067.image.gz
diff -r c8fe233c4113 -r 8ebad53b51a0 lang/squeak/PLIST.Linux
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/squeak/PLIST.Linux Wed Feb 06 18:45:31 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2008/02/06 18:45:32 reed Exp $
+lib/squeak/3.9-8/UUIDPlugin
+lib/squeak/3.9-8/vm-display-fbdev
+lib/squeak/3.9-8/vm-sound-ALSA
+lib/squeak/3.9-8/vm-sound-OSS
diff -r c8fe233c4113 -r 8ebad53b51a0 lang/squeak/PLIST.NetBSD
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/squeak/PLIST.NetBSD Wed Feb 06 18:45:31 2008 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.NetBSD,v 1.1 2008/02/06 18:45:31 reed Exp $
+lib/squeak/3.9-8/vm-sound-NetBSD
Home |
Main Index |
Thread Index |
Old Index