summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/stella/Makefile6
-rw-r--r--emulators/stella/PLIST14
-rw-r--r--emulators/stella/distinfo11
-rw-r--r--emulators/stella/patches/patch-aa14
-rw-r--r--emulators/stella/patches/patch-ab4
5 files changed, 19 insertions, 30 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 99147c5853c..458116d7812 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2011/06/19 16:44:03 dholland Exp $
+# $NetBSD: Makefile,v 1.40 2012/09/02 18:35:19 dholland Exp $
-STELLA_VERSION= 3.4.1
+STELLA_VERSION= 3.7.2
DISTNAME= stella-${STELLA_VERSION}-src
PKGNAME= stella-${STELLA_VERSION}
CATEGORIES= emulators
@@ -19,7 +19,7 @@ USE_TOOLS+= gmake
UNLIMIT_RESOURCES= datasize
HAS_CONFIGURE= YES
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+= --prefix=${PREFIX}
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 3.0
diff --git a/emulators/stella/PLIST b/emulators/stella/PLIST
index 8d6a8cd8952..8fe8594cdf4 100644
--- a/emulators/stella/PLIST
+++ b/emulators/stella/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2010/10/16 16:08:19 dholland Exp $
+@comment $NetBSD: PLIST,v 1.8 2012/09/02 18:35:19 dholland Exp $
bin/stella
share/applications/stella.desktop
share/doc/stella/Announce.txt
@@ -36,9 +36,9 @@ share/doc/stella/graphics/eventmapping_remap.png
share/doc/stella/graphics/jr_pacman.png
share/doc/stella/graphics/launcher.png
share/doc/stella/graphics/launcher_filter.png
-share/doc/stella/graphics/launcher_options.png
share/doc/stella/graphics/launcher_options_files.png
share/doc/stella/graphics/launcher_override.png
+share/doc/stella/graphics/logs.png
share/doc/stella/graphics/options.png
share/doc/stella/graphics/options_audio.png
share/doc/stella/graphics/options_debugger.png
@@ -58,6 +58,10 @@ share/doc/stella/graphics/secret_quest.png
share/doc/stella/graphics/select_romdir.png
share/doc/stella/graphics/space_invaders.png
share/doc/stella/index.html
-share/icons/large/stella.png
-share/icons/mini/stella.png
-share/icons/stella.png
+share/icons/hicolor/128x128/apps/stella.png
+share/icons/hicolor/16x16/apps/stella.png
+share/icons/hicolor/22x22/apps/stella.png
+share/icons/hicolor/24x24/apps/stella.png
+share/icons/hicolor/32x32/apps/stella.png
+share/icons/hicolor/48x48/apps/stella.png
+share/icons/hicolor/64x64/apps/stella.png
diff --git a/emulators/stella/distinfo b/emulators/stella/distinfo
index 227166b71c8..e4575d909ee 100644
--- a/emulators/stella/distinfo
+++ b/emulators/stella/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.13 2012/03/05 03:58:02 dholland Exp $
+$NetBSD: distinfo,v 1.14 2012/09/02 18:35:19 dholland Exp $
-SHA1 (stella-3.4.1-src.tar.gz) = 9ee0e27992a4846fcdaad29a6ed082d829d5fc39
-RMD160 (stella-3.4.1-src.tar.gz) = 3a67bfb644657aa512023aff186d631e3cc2de1a
-Size (stella-3.4.1-src.tar.gz) = 1907295 bytes
-SHA1 (patch-aa) = 76545aaaf3fa320b8b83396c0a90588cd7b404af
-SHA1 (patch-ab) = 7b57c8fa6d859c81fe45a314732f94c4fdcd700b
+SHA1 (stella-3.7.2-src.tar.gz) = 1bb0d78134bb8bd95391b5df4bbc253a232c8149
+RMD160 (stella-3.7.2-src.tar.gz) = ef042de68fa90d21f23a231ae938dcc1ff599166
+Size (stella-3.7.2-src.tar.gz) = 2089679 bytes
+SHA1 (patch-ab) = cd20bbe4b3531fbcbfaa485608494bc46ec4a629
diff --git a/emulators/stella/patches/patch-aa b/emulators/stella/patches/patch-aa
deleted file mode 100644
index b397b461210..00000000000
--- a/emulators/stella/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2006/04/07 06:28:44 dillo Exp $
-
---- src/emucore/unzip.h.orig 2005-05-18 18:02:53.000000000 +0200
-+++ src/emucore/unzip.h
-@@ -58,6 +58,9 @@ typedef unzFile__ *unzFile;
- typedef voidp unzFile;
- #endif
-
-+#ifndef OF
-+#define OF(X) X
-+#endif
-
- #define UNZ_OK (0)
- #define UNZ_END_OF_LIST_OF_FILE (-100)
diff --git a/emulators/stella/patches/patch-ab b/emulators/stella/patches/patch-ab
index 4c93dccebb8..fad9e293d27 100644
--- a/emulators/stella/patches/patch-ab
+++ b/emulators/stella/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.8 2012/03/05 03:58:02 dholland Exp $
+$NetBSD: patch-ab,v 1.9 2012/09/02 18:35:19 dholland Exp $
Recognize dragonfly and solaris.
--- configure.orig 2011-04-16 23:39:31.000000000 +0000
+++ configure
-@@ -475,7 +475,7 @@ else
+@@ -540,7 +540,7 @@ else
echo_n "Checking hosttype... "
echo $_host_os
case $_host_os in