From 0c993d073a928132277a37d95d86fba280c17017 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sun, 16 May 2004 00:28:23 +0000 Subject: Update xmess to 0.82.1. Changes since 0.81.1 include: - Everything from MAME 0.82 (http://x.mame.net/changes-mame.html) and MESS 0.82 (http://x.mame.net/changes-mess.html). - Improved the message that is displayed when a suitable X11 visual cannot be found. Fixes Bugzilla bug 219. (Christopher Stone) --- emulators/xmess/Makefile | 10 +++++----- emulators/xmess/PLIST | 3 ++- emulators/xmess/distinfo | 8 ++++---- emulators/xmess/patches/patch-ae | 17 +++++++---------- 4 files changed, 18 insertions(+), 20 deletions(-) (limited to 'emulators/xmess') diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index b7ce21394e9..cff232f6221 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.50 2004/04/16 21:27:01 kristerw Exp $ +# $NetBSD: Makefile,v 1.51 2004/05/16 00:28:23 kristerw Exp $ # -DISTNAME= xmame-0.81.1 -PKGNAME= xmess-0.81.1 +DISTNAME= xmame-0.82.1 +PKGNAME= xmess-0.82.1 CATEGORIES= emulators games x11 -MASTER_SITES= ftp://ftp.rx3.net/pub/arc/xmame/0.81.1/ +MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= kristerw@NetBSD.org @@ -86,7 +86,6 @@ MAKE_FLAGS+= JOY_USB=1 .endif .include "../../mk/compiler.mk" - .if !empty(CC_VERSION:Mgcc-2*) # Prevent memory explosion for gcc 2.95 and older. MAKE_FLAGS+= LOW_MEM=1 @@ -109,6 +108,7 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${TARGET}.${MAME_DISP_METHOD} \ ${PREFIX}/bin/${TARGET} + ${INSTALL_PROGRAM} ${WRKSRC}/imgtool ${PREFIX}/bin/imgtool ${INSTALL_MAN} ${WRKSRC}/doc/${TARGET}.6 \ ${PREFIX}/man/man6/${TARGET}.6 ${INSTALL_DATA_DIR} ${ROMPATH} diff --git a/emulators/xmess/PLIST b/emulators/xmess/PLIST index 448c853b760..ac889c0fa46 100644 --- a/emulators/xmess/PLIST +++ b/emulators/xmess/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:54:30 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/05/16 00:28:23 kristerw Exp $ +bin/imgtool bin/xmess man/man6/xmess.6 share/xmess/xmessrc diff --git a/emulators/xmess/distinfo b/emulators/xmess/distinfo index b1d305d36d3..bc2212d85d9 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2004/04/16 21:27:01 kristerw Exp $ +$NetBSD: distinfo,v 1.23 2004/05/16 00:28:23 kristerw Exp $ -SHA1 (xmame-0.81.1.tar.bz2) = 60aa72401c1be33bf30bd01677dede5cee2823c8 -Size (xmame-0.81.1.tar.bz2) = 14160777 bytes +SHA1 (xmame-0.82.1.tar.bz2) = a5f88a6e3e1cb2e6db37a770deeb14ae6e7829fd +Size (xmame-0.82.1.tar.bz2) = 12833581 bytes SHA1 (patch-aa) = 0b9ffcb7c4305e7c349f229b2646acb31553d549 -SHA1 (patch-ae) = f30af6853b77307126ad4a230d4237bc570a0ca4 +SHA1 (patch-ae) = 4f7ebb8c0eef93e38197ca1f176056462f179757 diff --git a/emulators/xmess/patches/patch-ae b/emulators/xmess/patches/patch-ae index 14bbcd51009..f68a7e70431 100644 --- a/emulators/xmess/patches/patch-ae +++ b/emulators/xmess/patches/patch-ae @@ -1,22 +1,19 @@ -$NetBSD: patch-ae,v 1.8 2003/04/13 17:37:48 kristerw Exp $ ---- doc/xmessrc.dist.orig Sun Apr 6 23:41:26 2003 -+++ doc/xmessrc.dist Sun Apr 13 19:15:47 2003 -@@ -69,21 +69,17 @@ +$NetBSD: patch-ae,v 1.9 2004/05/16 00:28:23 kristerw Exp $ + +--- doc/xmessrc.dist.orig Sat May 15 23:56:37 2004 ++++ doc/xmessrc.dist Sat May 15 23:58:14 2004 +@@ -69,17 +69,17 @@ mouse 1 ### Fileio Related ### -biospath /usr/local/share/xmess/bios -softwarepath /usr/local/share/xmess/software --CRC_directory /usr/local/share/xmess/crc +-hash_directory /usr/local/share/xmess/hash +biospath @ROMPATH@/bios +softwarepath @ROMPATH@/software -+CRC_directory @ROMPATH@/crc ++hash_directory @ROMPATH@/hash snapshot_directory . --cheat_directory /usr/local/share/xmess/cheat --cheatfile cheat.cdb -hiscore_file /usr/local/share/xmess/hiscore.dat --history_file /usr/local/share/xmess/history.dat --mameinfo_file /usr/local/share/xmess/mameinfo.dat +hiscore_file @SPOOLDIR@/hiscore.dat ### Mess Related ### -- cgit v1.2.3