pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/xmess Update xmess to 0.81.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1728f81e6c8
branches:  trunk
changeset: 473153:e1728f81e6c8
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Apr 16 21:27:01 2004 +0000

description:
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:

 emulators/xmess/Makefile         |   9 ++++-----
 emulators/xmess/distinfo         |   7 +++----
 emulators/xmess/patches/patch-ab |  15 ---------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (52 lines):

diff -r 3c73d08e9952 -r e1728f81e6c8 emulators/xmess/Makefile
--- a/emulators/xmess/Makefile  Fri Apr 16 21:19:25 2004 +0000
+++ b/emulators/xmess/Makefile  Fri Apr 16 21:27:01 2004 +0000
@@ -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@localhost
diff -r 3c73d08e9952 -r e1728f81e6c8 emulators/xmess/distinfo
--- a/emulators/xmess/distinfo  Fri Apr 16 21:19:25 2004 +0000
+++ b/emulators/xmess/distinfo  Fri Apr 16 21:27:01 2004 +0000
@@ -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 -r 3c73d08e9952 -r e1728f81e6c8 emulators/xmess/patches/patch-ab
--- a/emulators/xmess/patches/patch-ab  Fri Apr 16 21:19:25 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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");



Home | Main Index | Thread Index | Old Index