summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-04-16 20:44:54 +0000
committerkristerw <kristerw>2004-04-16 20:44:54 +0000
commitd5d91a9aa39cc8ce8cd288ea8dc6ef96df3e0866 (patch)
tree0fc5017ef00e60bae66081c7af2c03909fe0a515 /emulators
parentcaeee320ac33fc53004d54313d876abce3ba6b0e (diff)
downloadpkgsrc-d5d91a9aa39cc8ce8cd288ea8dc6ef96df3e0866.tar.gz
Update xmame to 0.81.1.
Changes since 0.80.1nb1: - Everything from MAME 0.81 (http://x.mame.net/changes-mame.html) and MESS 0.81 (http://x.mame.net/changes-mess.html). - Fixed a problem with the lightgun offscreen reloading that caused a random shot every fourth or fifth shot. (Joe Inkenbrandt)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile7
-rw-r--r--emulators/xmame/distinfo8
-rw-r--r--emulators/xmame/patches/patch-ab15
-rw-r--r--emulators/xmame/patches/patch-ac12
4 files changed, 19 insertions, 23 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index d2a10bb7d3b..6d816130ddd 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.108 2004/04/02 17:45:51 kristerw Exp $
+# $NetBSD: Makefile,v 1.109 2004/04/16 20:44:54 kristerw Exp $
#
-DISTNAME= xmame-0.80.1
-PKGREVISION= 1
+DISTNAME= xmame-0.81.1
CATEGORIES= emulators games x11
-MASTER_SITES= http://x.mame.net/download/
+MASTER_SITES= ftp://ftp.rx3.net/pub/arc/xmame/0.81.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kristerw@NetBSD.org
diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo
index a7416876ae4..3a63c78fd5e 100644
--- a/emulators/xmame/distinfo
+++ b/emulators/xmame/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.47 2004/04/02 17:45:51 kristerw Exp $
+$NetBSD: distinfo,v 1.48 2004/04/16 20:44:54 kristerw Exp $
-SHA1 (xmame-0.80.1.tar.bz2) = a45670eac5087fb9c697a1205bb14b7df9d7702b
-Size (xmame-0.80.1.tar.bz2) = 12460829 bytes
+SHA1 (xmame-0.81.1.tar.bz2) = 60aa72401c1be33bf30bd01677dede5cee2823c8
+Size (xmame-0.81.1.tar.bz2) = 14160777 bytes
SHA1 (patch-aa) = 0b9ffcb7c4305e7c349f229b2646acb31553d549
-SHA1 (patch-ab) = 2aea6b094792498939294a285e151bed6b4ab01e
+SHA1 (patch-ac) = 50d7eb0b10e73a2a80ad756b8fd7264031269b88
SHA1 (patch-ae) = df9ce91871bfcff611ff8f616482d4ff2e8204a3
diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab
deleted file mode 100644
index e285c2a1539..00000000000
--- a/emulators/xmame/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.23 2004/04/02 17:45:51 kristerw Exp $
-
---- src/unix/video-drivers/x11_window.c.orig 2004-03-27 02:15:43.000000000 +0100
-+++ src/unix/video-drivers/x11_window.c 2004-03-27 02:17:58.000000000 +0100
-@@ -912,8 +912,8 @@
- /* else we have failed clean up before retrying without MITSHM */
- shmdt ((char *) scaled_buffer_ptr);
- scaled_buffer_ptr = NULL;
-- XDestroyImage (image);
-- image = NULL;
-+ XFree(xvimage);
-+ xvimage = NULL;
- }
- }
- fprintf (stderr_file, "Failed\nReverting to normal XPutImage() mode\n");
diff --git a/emulators/xmame/patches/patch-ac b/emulators/xmame/patches/patch-ac
new file mode 100644
index 00000000000..f3a1f8aef0f
--- /dev/null
+++ b/emulators/xmame/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.10 2004/04/16 20:44:54 kristerw Exp $
+
+--- src/romcmp.c.orig Fri Apr 16 22:05:33 2004
++++ src/romcmp.c Fri Apr 16 22:05:49 2004
+@@ -1,6 +1,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <errno.h>
+ #include "unzip.h"
+ #include "osdepend.h" /* for CLIB_DECL */
+ #include "fileio.h"