diff options
author | kristerw <kristerw@pkgsrc.org> | 2002-03-19 22:33:41 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2002-03-19 22:33:41 +0000 |
commit | b04f7a6aab26d748cbcc3df0247bcf80cb3f1cbc (patch) | |
tree | 0edda172d445f7d58f32b0ba26d04231753c8af9 /emulators/xmame/Makefile | |
parent | 59a1fa5e358ca6d78756a251ad820189a32a2291 (diff) | |
download | pkgsrc-b04f7a6aab26d748cbcc3df0247bcf80cb3f1cbc.tar.gz |
Update xmame to version 0.58.3.
Changes since xmame-0.58.2 include:
- Fixed a memory core bug in drivers/btoads.c. (Aaron Giles)
- Fixed an endian bug in sndhrdw/williams.c that could affect
big-endian architectures. (Aaron Giles)
- Added support for using multiple mice as trackballs under X11. (Gerd
Sussner)
- Applied a fix for a crash in Vulgus. (Stefan Jokisch)
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c2acf044d39..dcccf88cea3 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2002/03/06 23:11:17 kristerw Exp $ +# $NetBSD: Makefile,v 1.69 2002/03/19 22:33:41 kristerw Exp $ # -DISTNAME= xmame-0.58.2 +DISTNAME= xmame-0.58.3 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 |