Author: pebender
Date: Tue Jun 9 21:22:29 2009
New Revision: 4913
Added:
trunk/gar-minimyth/script/emulators/stella/files/stella-2.8.patch
Removed:
trunk/gar-minimyth/script/emulators/stella/files/stella-2.7.7.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/emulators/stella/Makefile
trunk/gar-minimyth/script/emulators/stella/checksums
Log:
- Updated package emulators/stella.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Jun 9
21:22:29 2009
@@ -20,6 +20,7 @@
- Patched irserver to use the lircd FIFOs new location:
/var/run/lirc/lircd.
Updated packages
+ Updated emulators/stella.
Updated lib/bluez.
Updated system/lcdproc.
Updated system/zoneinfo.
Modified: trunk/gar-minimyth/script/emulators/stella/Makefile
==============================================================================
--- trunk/gar-minimyth/script/emulators/stella/Makefile (original)
+++ trunk/gar-minimyth/script/emulators/stella/Makefile Tue Jun 9 21:22:29
2009
@@ -1,5 +1,5 @@
GARNAME = stella
-GARVERSION = 2.7.7
+GARVERSION = 2.8
CATEGORIES = emulators
MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
DISTFILES = $(DISTNAME)-src.tar.gz
Modified: trunk/gar-minimyth/script/emulators/stella/checksums
==============================================================================
--- trunk/gar-minimyth/script/emulators/stella/checksums (original)
+++ trunk/gar-minimyth/script/emulators/stella/checksums Tue Jun 9
21:22:29 2009
@@ -1,2 +1,2 @@
-3a8e0d6cb687bc06a3f0fbaff4beebb6 download/stella-2.7.7-src.tar.gz
-93d88777086c1cba359c5cd47f7c8c56 download/stella-2.7.7.patch
+cd3dcad099dfa27962040b06b264f208 download/stella-2.8-src.tar.gz
+c038d634320e821f29a1f223811f565c download/stella-2.8.patch
Added: trunk/gar-minimyth/script/emulators/stella/files/stella-2.8.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/emulators/stella/files/stella-2.8.patch Tue
Jun 9 21:22:29 2009
@@ -0,0 +1,38 @@
+diff -Naur stella-2.8-old/configure stella-2.8-new/configure
+--- stella-2.8-old/configure 2009-05-21 05:53:06.000000000 -0700
++++ stella-2.8-new/configure 2009-06-09 21:16:52.000000000 -0700
+@@ -29,10 +29,10 @@
+ _build_profile=no
+
+ # more defaults
+-_ranlib=ranlib
++_ranlib="${RANLIB:-'ranlib'}"
+ _install=install
+-_ar="ar cru"
+-_strip=strip
++_ar="${AR:-'ar'} cru"
++_strip="${STRIP:-'strip'}"
+ _mkdir="mkdir -p"
+ _echo=printf
+ _cat=cat
+@@ -99,7 +99,7 @@
+ # In cross-compiling mode, we cannot run the result
+ eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp 2> /dev/null"
&& rm -f tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp
+ else
+- eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp 2> /dev/null"
&& eval "./tmp_cxx_compiler 2> /dev/null" && rm -f tmp_cxx_compiler$EXEEXT
tmp_cxx_compiler.cpp
++ eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp 2> /dev/null"
&& rm -f tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp
+ fi
+ }
+
+diff -Naur stella-2.8-old/Makefile stella-2.8-new/Makefile
+--- stella-2.8-old/Makefile 2009-05-21 05:53:06.000000000 -0700
++++ stella-2.8-new/Makefile 2009-06-09 21:16:52.000000000 -0700
+@@ -163,7 +163,7 @@
+
+ install: all
+ $(INSTALL) -d "$(DESTDIR)$(BINDIR)"
+- $(INSTALL) -c -s -m
755 "$(srcdir)/stella$(EXEEXT)" "$(DESTDIR)$(BINDIR)/stella$(EXEEXT)"
++ $(INSTALL) -c -m
755 "$(srcdir)/stella$(EXEEXT)" "$(DESTDIR)$(BINDIR)/stella$(EXEEXT)"
+ $(INSTALL) -d "$(DESTDIR)$(DOCDIR)"
+ $(INSTALL) -c -m
644 "$(srcdir)/Announce.txt" "$(srcdir)/Changes.txt" "$(srcdir)/Copyright.txt"
"$(srcdir)/License.txt" "$(srcdir)/README-SDL.txt" "$(srcdir)/Readme.txt"
"$(srcdir)/Todo.txt" "$(srcdir)/docs/index.html" "$(srcdir)/docs/debugger.html"
"$(DESTDIR)$(DOCDIR)/"
+ $(INSTALL) -d "$(DESTDIR)$(DOCDIR)/graphics"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---