summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile5
-rw-r--r--emulators/xmame/distinfo7
-rw-r--r--emulators/xmame/patches/patch-ab13
3 files changed, 5 insertions, 20 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 096e9577a61..ed1151e42fe 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.117 2004/08/25 01:20:11 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2004/09/05 20:40:26 kristerw Exp $
#
-DISTNAME= xmame-0.85
-PKGREVISION= 1
+DISTNAME= xmame-0.86
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 2ed3d075d7c..bc525b7d72a 100644
--- a/emulators/xmame/distinfo
+++ b/emulators/xmame/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.55 2004/08/25 01:20:11 wiz Exp $
+$NetBSD: distinfo,v 1.56 2004/09/05 20:40:26 kristerw Exp $
-SHA1 (xmame-0.85.tar.bz2) = 6d8b198ee4f97a197a1173860c981283947dbcb6
-Size (xmame-0.85.tar.bz2) = 14447207 bytes
+SHA1 (xmame-0.86.tar.bz2) = 133e8959cf4078faa10adaf0cbd5059655450123
+Size (xmame-0.86.tar.bz2) = 14538952 bytes
SHA1 (patch-aa) = 0b9ffcb7c4305e7c349f229b2646acb31553d549
-SHA1 (patch-ab) = 5d3fce8477ce0be1b7ea5f9da67495209f14a407
SHA1 (patch-ae) = df9ce91871bfcff611ff8f616482d4ff2e8204a3
diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab
deleted file mode 100644
index 37857438dc6..00000000000
--- a/emulators/xmame/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.28 2004/08/25 01:20:11 wiz Exp $
-
---- src/unix/devices.c.orig 2004-08-13 06:30:14.000000000 +0200
-+++ src/unix/devices.c
-@@ -971,7 +971,7 @@ static void init_joycodes(void)
- }
- for (button = 0; button < JOY_BUTTONS; button++)
- {
-- snprintf(tempname, JOY_NAME_LEN, "Joy %d button %d", stick + 1 , axis + 1);
-+ snprintf(tempname, JOY_NAME_LEN, "Joy %d button %d", stick + 1 , button + 1);
- add_joylist_entry(tempname, JOYCODE(stick, CODETYPE_BUTTON, button), CODE_OTHER_DIGITAL);
- }
- }