diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-02-13 20:53:47 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-02-13 20:53:47 +0000 |
commit | de48dae8a6b07f49327062c980f1a37ee78414c9 (patch) | |
tree | c710009add99e4093251591d2d850e520af053df /emulators/xmame/patches | |
parent | 75bcb34e2f8d168db3b6b729ad56049caa37f796 (diff) | |
download | pkgsrc-de48dae8a6b07f49327062c980f1a37ee78414c9.tar.gz |
Update xmame to 0.65.1.
Changes since 0.64.1.0 consist of "Almost everything from MAME 0.65".
Diffstat (limited to 'emulators/xmame/patches')
-rw-r--r-- | emulators/xmame/patches/patch-aa | 20 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-ae | 19 |
2 files changed, 9 insertions, 30 deletions
diff --git a/emulators/xmame/patches/patch-aa b/emulators/xmame/patches/patch-aa deleted file mode 100644 index 3a3716f5f3d..00000000000 --- a/emulators/xmame/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.30 2002/01/03 00:08:35 kristerw Exp $ ---- makefile.unix.orig Wed Jan 2 01:32:01 2002 -+++ makefile.unix Wed Jan 2 18:44:08 2002 -@@ -32,7 +32,6 @@ - - #set TARGET to "mame" (without the ") to compile xmame and to "mess" to - #compile xmess. --TARGET = mame - - - ############################################################################## -@@ -211,7 +210,7 @@ - # *** xmameroot, this is the default rompath, place where the highscores are - # stored, global rc location etc. Since most of these are configurable through - # the rc-file anyway, there are no longer seperate defines for each. --XMAMEROOT = $(PREFIX)/lib/x$(TARGET) -+XMAMEROOT = $(PREFIX)/share/x$(TARGET) - - - ############################################################################## diff --git a/emulators/xmame/patches/patch-ae b/emulators/xmame/patches/patch-ae index d6af8afdfcc..d9f983892cd 100644 --- a/emulators/xmame/patches/patch-ae +++ b/emulators/xmame/patches/patch-ae @@ -1,18 +1,17 @@ -$NetBSD: patch-ae,v 1.19 2003/01/30 14:08:34 wiz Exp $ - ---- src/unix/doc/xmamerc.dist.orig Sun Jan 26 23:06:07 2003 -+++ src/unix/doc/xmamerc.dist -@@ -69,12 +69,12 @@ analogstick 0 +$NetBSD: patch-ae,v 1.20 2003/02/13 20:53:48 kristerw Exp $ +--- src/unix/doc/xmamerc.dist.orig Thu Feb 13 19:32:31 2003 ++++ src/unix/doc/xmamerc.dist Thu Feb 13 19:33:47 2003 +@@ -69,12 +69,12 @@ mouse 1 ### Fileio Related ### --rompath /usr/local/share/games/xmame/roms +-rompath /usr/local/share/xmame/roms +rompath @ROMPATH@ snapshot_directory . --cheat_file /usr/local/share/games/xmame/cheat.dat --hiscore_file /usr/local/share/games/xmame/hiscore.dat --history_file /usr/local/share/games/xmame/history.dat --mameinfo_file /usr/local/share/games/xmame/mameinfo.dat +-cheat_file /usr/local/share/xmame/cheat.dat +-hiscore_file /usr/local/share/xmame/hiscore.dat +-history_file /usr/local/share/xmame/history.dat +-mameinfo_file /usr/local/share/xmame/mameinfo.dat +cheat_file @SPOOLDIR@/cheat.dat +hiscore_file @SPOOLDIR@/hiscore.dat +history_file @SPOOLDIR@/history.dat |