From f894ef47fccf4955a1d93d65678fcc710e69ba5d Mon Sep 17 00:00:00 2001 From: kristerw Date: Fri, 16 Apr 2004 21:27:01 +0000 Subject: 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) --- emulators/xmess/Makefile | 9 ++++----- emulators/xmess/distinfo | 7 +++---- emulators/xmess/patches/patch-ab | 15 --------------- 3 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 emulators/xmess/patches/patch-ab 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"); -- cgit v1.2.3