diff options
author | mycroft <mycroft> | 2003-01-09 19:46:13 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2003-01-09 19:46:13 +0000 |
commit | c83d0421d6dc331cdcbdffd1e0ce765a031edc70 (patch) | |
tree | 1679747b7b85fd1ce5c7f0cfcc35bbbfea833782 /emulators | |
parent | d92135c31554899dcaa67f4687805268f5320684 (diff) | |
download | pkgsrc-c83d0421d6dc331cdcbdffd1e0ce765a031edc70.tar.gz |
Update from 0.62.1-rc3 to 0.62.1-rc4, using the patch file since there is
no tar file yet.
+ - Fixed problems in memory.c that could lead to crashes and default.cfg
+ corruption. (smf)
+ - Fixed a bunch of ANSI/ISO warnings reported by Stefano Priore.
+ - Fixed a crash in the MESS Atari 800 driver.
+ - Aspect and mode switches are now available for the Xv driver even if
+ DGA isn't enabled.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 8 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-ae | 11 |
3 files changed, 15 insertions, 10 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index b08c1b07c4d..3ff030b04a3 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.86 2002/12/21 21:35:17 kristerw Exp $ +# $NetBSD: Makefile,v 1.87 2003/01/09 19:46:13 mycroft Exp $ # DISTNAME= xmame-0.62.1-rc3 PKGNAME= xmame-0.62.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 +PATCH_SITES= http://x.mame.net/download/ +PATCHFILES= 0.62.1-rc3-0.62.1-rc4.diff.bz2 +PATCH_DIST_STRIP= -p1 + MAINTAINER= kristerw@netbsd.org HOMEPAGE= http://x.mame.net/ COMMENT= X11 emulator for old arcade machines diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 33525e911f2..8bb5a5ec387 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.29 2002/12/14 14:59:38 kristerw Exp $ +$NetBSD: distinfo,v 1.30 2003/01/09 19:46:14 mycroft Exp $ SHA1 (xmame-0.62.1-rc3.tar.bz2) = efea14b36573d89dd47634872cfe38efa57d668d Size (xmame-0.62.1-rc3.tar.bz2) = 8322423 bytes +SHA1 (0.62.1-rc3-0.62.1-rc4.diff.bz2) = efbac0a65b1f764e6c982a9d46525202d65e430b +Size (0.62.1-rc3-0.62.1-rc4.diff.bz2) = 33717 bytes SHA1 (patch-aa) = be131167296c50e3aea55da46288dfc16bf3ad8e SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2 -SHA1 (patch-ae) = 3ede9f4b71168e41205fc30c68a9327fbe2f7054 +SHA1 (patch-ae) = ec7428d0e0bd448aa89c5be93efa88c29b077931 diff --git a/emulators/xmame/patches/patch-ae b/emulators/xmame/patches/patch-ae index f04180c2292..d44b2360391 100644 --- a/emulators/xmame/patches/patch-ae +++ b/emulators/xmame/patches/patch-ae @@ -1,14 +1,13 @@ -$NetBSD: patch-ae,v 1.17 2002/12/14 14:59:39 kristerw Exp $ ---- doc/xmamerc.dist.orig Mon Dec 9 03:15:24 2002 -+++ doc/xmamerc.dist Sat Dec 14 14:00:15 2002 -@@ -69,13 +69,13 @@ +$NetBSD: patch-ae,v 1.18 2003/01/09 19:46:14 mycroft Exp $ + +--- doc/xmamerc.dist.orig Thu Jan 9 18:50:13 2003 ++++ doc/xmamerc.dist Thu Jan 9 18:52:28 2003 +@@ -69,12 +69,12 @@ mouse 1 ### Fileio Related ### -rompath /usr/games/lib/xmame/roms --hiscore_directory /usr/games/lib/xmame/hiscore +rompath @ROMPATH@ -+hiscore_directory @SPOOLDIR@/hiscore snapshot_directory . -cheat_file /usr/games/lib/xmame/cheat.dat -hiscore_file /usr/games/lib/xmame/hiscore.dat |