diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-08-25 19:54:22 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-08-25 19:54:22 +0000 |
commit | 9345efda348f5f6668e969a9bb37a02c08330964 (patch) | |
tree | a1bb9f0b62406984bb1840595a483e89ad3d9e22 /emulators/xmame | |
parent | efc84473161435326b6ef91beb9ae54416e0bea4 (diff) | |
download | pkgsrc-9345efda348f5f6668e969a9bb37a02c08330964.tar.gz |
Update xmame to 0.99.
Changes since 0.97:
- Everything from MAME 0.99 (http://x.mame.net/changes-mame.html) and
MESS 0.99 (http://x.mame.net/changes-mess.html).
- The SVGAlib target no longer fails silently under certain conditions.
(Hans de Goede)
- Removed some unnecessary calls to exit() and fixed a few memory leaks
in the X11, Xv, and effects code. (Hans de Goede)
- The SVGAlib driver now handles __svgalib_tty_fd == -1. This allows
it to work with newer releases of SVGAlib. (Hans de Goede)
- Removed "-xv/-xvext" from the manpage. Bugzilla bug 535. (Erik Hovland)
- Updated the joystick types in the manpage. Bugzilla bug 737.
- Fixed some typos in the documentation. Bugzilla bug 738. (Erik Hovland)
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 10 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-ae | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index a7a34afd00f..d9e517c79c1 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.132 2005/06/24 22:52:42 kristerw Exp $ +# $NetBSD: Makefile,v 1.133 2005/08/25 19:54:22 kristerw Exp $ # -DISTNAME= xmame-0.97 +DISTNAME= xmame-0.99 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 564f164a3a4..5d1e8ccce28 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.64 2005/06/24 22:52:42 kristerw Exp $ +$NetBSD: distinfo,v 1.65 2005/08/25 19:54:22 kristerw Exp $ -SHA1 (xmame-0.97.tar.bz2) = 62cd339238e2eb013f07ee90dd90e6b1108cf592 -RMD160 (xmame-0.97.tar.bz2) = 65c91084b3b81bab7b8cfc8dd96c044f083d7134 -Size (xmame-0.97.tar.bz2) = 15675753 bytes +SHA1 (xmame-0.99.tar.bz2) = 083ef1238d695b902ebf8e74d70ebae590d8248c +RMD160 (xmame-0.99.tar.bz2) = 38320772434a31fd632980812ef15a4f34aa557d +Size (xmame-0.99.tar.bz2) = 15782826 bytes SHA1 (patch-aa) = 909583adb17f7485ad5cd1e390cdbb73d367d7be SHA1 (patch-ab) = dd21329b7e1a05bc7ea12b5a98a05d502dc36656 -SHA1 (patch-ae) = 26c68fff67e3146638cef7e366b57c928274f562 +SHA1 (patch-ae) = 6bb6925ca413449c4f1d69b885c556b30d9073ee diff --git a/emulators/xmame/patches/patch-ae b/emulators/xmame/patches/patch-ae index 2530c79226a..e3c9fe53ab4 100644 --- a/emulators/xmame/patches/patch-ae +++ b/emulators/xmame/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.21 2004/11/06 21:41:52 kristerw Exp $ +$NetBSD: patch-ae,v 1.22 2005/08/25 19:54:22 kristerw Exp $ --- src/unix/doc/xmamerc.dist.orig Sat Nov 6 21:40:52 2004 +++ src/unix/doc/xmamerc.dist Sat Nov 6 21:42:31 2004 @@ -19,4 +19,4 @@ $NetBSD: patch-ae,v 1.21 2004/11/06 21:41:52 kristerw Exp $ +mameinfo_file @SPOOLDIR@/mameinfo.dat ### Mame Related ### - defaultgame pacman + defaultgame robby |