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 | |
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".
-rw-r--r-- | emulators/xmame/Makefile | 5 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 9 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-aa | 20 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-ae | 19 |
4 files changed, 15 insertions, 38 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index e4ecc3e03dd..aff73d02c28 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.90 2003/01/30 14:08:32 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2003/02/13 20:53:47 kristerw Exp $ # -DISTNAME= xmame-0.64.1-rc1 -PKGNAME= xmame-0.64.1.0 +DISTNAME= xmame-0.65.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 754445f359c..666f45347a3 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.32 2003/01/30 14:08:33 wiz Exp $ +$NetBSD: distinfo,v 1.33 2003/02/13 20:53:47 kristerw Exp $ -SHA1 (xmame-0.64.1-rc1.tar.bz2) = 02c71fab0b1dc34b4da8948685280c267c7c54c1 -Size (xmame-0.64.1-rc1.tar.bz2) = 6306181 bytes -SHA1 (patch-aa) = be131167296c50e3aea55da46288dfc16bf3ad8e +SHA1 (xmame-0.65.1.tar.bz2) = e7a3210521e76775ef0744b310c7329011c9a112 +Size (xmame-0.65.1.tar.bz2) = 8209194 bytes SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2 -SHA1 (patch-ae) = ab497b6c248b050583bf9930f34c1dffe874b779 +SHA1 (patch-ae) = df9ce91871bfcff611ff8f616482d4ff2e8204a3 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 |