summaryrefslogtreecommitdiff
path: root/emulators/xmess
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-04-16 21:27:01 +0000
committerkristerw <kristerw>2004-04-16 21:27:01 +0000
commit62af426391a570a93880a077adea8755f99e6be8 (patch)
treedd4e13bba7cea33e2bb3ec3cb23f05fb74b52e3d /emulators/xmess
parentf1542939e202d9e0dc3c79a88ad54cae1c2c7fb9 (diff)
downloadpkgsrc-62af426391a570a93880a077adea8755f99e6be8.tar.gz
Update xmess 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/xmess')
-rw-r--r--emulators/xmess/Makefile9
-rw-r--r--emulators/xmess/distinfo7
-rw-r--r--emulators/xmess/patches/patch-ab15
3 files changed, 7 insertions, 24 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 3cb867b47ad..b7ce21394e9 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.49 2004/04/02 18:47:39 kristerw Exp $
+# $NetBSD: Makefile,v 1.50 2004/04/16 21:27:01 kristerw Exp $
#
-DISTNAME= xmame-0.80.1
-PKGNAME= xmess-0.80.1
-PKGREVISION= 1
+DISTNAME= xmame-0.81.1
+PKGNAME= xmess-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/xmess/distinfo b/emulators/xmess/distinfo
index fd4a5e0089e..b1d305d36d3 100644
--- a/emulators/xmess/distinfo
+++ b/emulators/xmess/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.21 2004/04/02 18:47:39 kristerw Exp $
+$NetBSD: distinfo,v 1.22 2004/04/16 21:27:01 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-ae) = f30af6853b77307126ad4a230d4237bc570a0ca4
diff --git a/emulators/xmess/patches/patch-ab b/emulators/xmess/patches/patch-ab
deleted file mode 100644
index 6da96c0ad6f..00000000000
--- a/emulators/xmess/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.14 2004/04/02 18:47:39 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");