diff options
author | kristerw <kristerw> | 2003-01-13 19:35:42 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-01-13 19:35:42 +0000 |
commit | c5009bd9b3039356c3878cfcfc4a3be664012aa8 (patch) | |
tree | 073184beda7d84a3fcc1568cff5e896323096829 /emulators/xmess | |
parent | 8ae044388981eb49e9b68e0e1de833442771465f (diff) | |
download | pkgsrc-c5009bd9b3039356c3878cfcfc4a3be664012aa8.tar.gz |
Update xmess to 0.62.2.
Changes since 0.62.1nb1 include:
- Fixed problems in memory.c that could lead to crashes and default.cfg
corruption. (smf)
- Aspect and mode switches are now available for the Xv driver even if
DGA isn't enabled.
- The 'rc' and 'hi' directories are now created on startup if they're
missing. (Gerd Sussner)
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 7 | ||||
-rw-r--r-- | emulators/xmess/distinfo | 8 | ||||
-rw-r--r-- | emulators/xmess/patches/patch-ae | 6 |
3 files changed, 9 insertions, 12 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 41ed7006355..0851a37c952 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2002/12/21 21:35:38 kristerw Exp $ +# $NetBSD: Makefile,v 1.30 2003/01/13 19:35:42 kristerw Exp $ # -DISTNAME= xmame-0.62.1-rc3 -PKGNAME= xmess-0.62.1 -PKGREVISION= 1 +DISTNAME= xmame-0.62.2 +PKGNAME= xmess-0.62.2 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmess/distinfo b/emulators/xmess/distinfo index 663f9a8e8f4..2d76c9f0724 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2002/12/14 15:14:26 kristerw Exp $ +$NetBSD: distinfo,v 1.6 2003/01/13 19:35:43 kristerw Exp $ -SHA1 (xmame-0.62.1-rc3.tar.bz2) = efea14b36573d89dd47634872cfe38efa57d668d -Size (xmame-0.62.1-rc3.tar.bz2) = 8322423 bytes +SHA1 (xmame-0.62.2.tar.bz2) = aa05b1379b3e14ce72049e33283eba37a14d0514 +Size (xmame-0.62.2.tar.bz2) = 8314736 bytes SHA1 (patch-aa) = be131167296c50e3aea55da46288dfc16bf3ad8e SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2 -SHA1 (patch-ae) = 3acdf82f5662bc812cc6b48c916ba38457a13258 +SHA1 (patch-ae) = 58726d67960234ca48627c715201a802e02c5836 diff --git a/emulators/xmess/patches/patch-ae b/emulators/xmess/patches/patch-ae index 6f3d31f3f5e..6cea17a67b2 100644 --- a/emulators/xmess/patches/patch-ae +++ b/emulators/xmess/patches/patch-ae @@ -1,18 +1,16 @@ -$NetBSD: patch-ae,v 1.5 2002/12/14 15:14:27 kristerw Exp $ +$NetBSD: patch-ae,v 1.6 2003/01/13 19:35:44 kristerw Exp $ --- doc/xmessrc.dist.orig Tue Dec 10 05:58:31 2002 +++ doc/xmessrc.dist Sat Dec 14 15:46:29 2002 -@@ -69,16 +69,16 @@ +@@ -69,15 +69,15 @@ mouse 1 ### Fileio Related ### -biospath /usr/games/lib/xmess/bios -softwarepath /usr/games/lib/xmess/software -CRC_directory /usr/games/lib/xmess/crc --hiscore_directory /usr/games/lib/xmess/hiscore +biospath @ROMPATH@/bios +softwarepath @ROMPATH@/software +CRC_directory @ROMPATH@/crc -+hiscore_directory @SPOOLDIR@/hiscore snapshot_directory . -cheat_directory /usr/games/lib/xmess/cheat +cheat_directory @SPOOLDIR@/cheat |