diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 5 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 7 | ||||
-rw-r--r-- | emulators/xmame/patches/patch-ab | 12 |
3 files changed, 5 insertions, 19 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 85b19901aa8..17b36470e4a 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2001/09/02 22:07:39 kristerw Exp $ +# $NetBSD: Makefile,v 1.53 2001/09/05 21:45:21 kristerw Exp $ # -DISTNAME= xmame-0.54.1 -PKGNAME= xmame-0.54.1nb1 +DISTNAME= xmame-0.54.2 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 d95d182dbef..abf31ac8056 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.9 2001/09/02 22:07:39 kristerw Exp $ +$NetBSD: distinfo,v 1.10 2001/09/05 21:45:21 kristerw Exp $ -SHA1 (xmame-0.54.1.tar.bz2) = e5aad89ace564515f87c87b2214ad7009b93630f -Size (xmame-0.54.1.tar.bz2) = 5134346 bytes +SHA1 (xmame-0.54.2.tar.bz2) = c207eba181104becd2f072ec19b17c3d9ed875fc +Size (xmame-0.54.2.tar.bz2) = 5141019 bytes SHA1 (patch-aa) = 12378648c0158c91dae233b84a2543090e5b7839 -SHA1 (patch-ab) = 500160597c0846d12e0e89ff298ecbad0c2cbd52 SHA1 (patch-ae) = b1513e59b68bfa2babd8bd2ad3314a14d030e85f diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab deleted file mode 100644 index 579257a7e02..00000000000 --- a/emulators/xmame/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.9 2001/09/02 22:07:40 kristerw Exp $ ---- src/machine/bublbobl.c.orig Sat Aug 25 21:53:18 2001 -+++ src/machine/bublbobl.c Sun Sep 2 23:31:52 2001 -@@ -131,7 +131,7 @@ - else - cpu_set_irq_line(3,0,ASSERT_LINE); - -- return 0; -+ return ignore_interrupt(); - } - - |