diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmess/Makefile | 7 | ||||
-rw-r--r-- | emulators/xmess/distinfo | 10 | ||||
-rwxr-xr-x | emulators/xmess/files/endian.sh | 4 | ||||
-rw-r--r-- | emulators/xmess/patches/patch-aa | 22 | ||||
-rw-r--r-- | emulators/xmess/patches/patch-ae | 17 |
5 files changed, 24 insertions, 36 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index a443ac29545..51a4f080358 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2004/10/03 00:14:41 tv Exp $ +# $NetBSD: Makefile,v 1.60 2004/11/07 16:11:48 kristerw Exp $ # -DISTNAME= xmame-0.86 -PKGNAME= xmess-0.86 -PKGREVISION= 1 +DISTNAME= xmame-0.87 +PKGNAME= xmess-0.87 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmess/distinfo b/emulators/xmess/distinfo index 55a11580dd3..3d86c1f5f50 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2004/09/05 20:41:18 kristerw Exp $ +$NetBSD: distinfo,v 1.30 2004/11/07 16:11:48 kristerw Exp $ -SHA1 (xmame-0.86.tar.bz2) = 133e8959cf4078faa10adaf0cbd5059655450123 -Size (xmame-0.86.tar.bz2) = 14538952 bytes -SHA1 (patch-aa) = 0b9ffcb7c4305e7c349f229b2646acb31553d549 -SHA1 (patch-ae) = 4f7ebb8c0eef93e38197ca1f176056462f179757 +SHA1 (xmame-0.87.tar.bz2) = dbd70ba76c141412181d8f12fe40e32b32df8867 +Size (xmame-0.87.tar.bz2) = 14601566 bytes +SHA1 (patch-aa) = b9f486be58b306a815269f859c1031d24c966df1 +SHA1 (patch-ae) = cf9b2684b4bdfdec7d2f09bcc424b7ee79d7f45a diff --git a/emulators/xmess/files/endian.sh b/emulators/xmess/files/endian.sh deleted file mode 100755 index ef3d3e8aec4..00000000000 --- a/emulators/xmess/files/endian.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# $Id: endian.sh,v 1.1 2001/09/02 23:04:23 kristerw Exp $ -# Trivial script to output BIG_ENDIAN or LITTLE_ENDIAN -printf '#include <machine/endian.h>\n#if BYTE_ORDER == BIG_ENDIAN\nORDER_BIG_ENDIAN\n#else\nORDER_LITTLE_ENDIAN\n#endif\n' | cpp -P | sed -n 's/^ORDER_//p' diff --git a/emulators/xmess/patches/patch-aa b/emulators/xmess/patches/patch-aa index fc64e2ab8d8..249e2bbe25b 100644 --- a/emulators/xmess/patches/patch-aa +++ b/emulators/xmess/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.19 2004/02/21 00:06:36 kristerw Exp $ +$NetBSD: patch-aa,v 1.20 2004/11/07 16:11:48 kristerw Exp $ ---- makefile.unix.orig Sat Feb 21 00:03:46 2004 -+++ makefile.unix Sat Feb 21 00:08:29 2004 +--- makefile.unix.orig Sat Nov 6 21:34:15 2004 ++++ makefile.unix Sat Nov 6 21:37:27 2004 @@ -33,7 +33,7 @@ ########################################################################### @@ -9,9 +9,9 @@ $NetBSD: patch-aa,v 1.19 2004/02/21 00:06:36 kristerw Exp $ -TARGET = mame +# TARGET = mame # TARGET = mess + # TARGET = mage # TARGET = mmsnd - # example for a tiny compile -@@ -88,7 +88,7 @@ +@@ -89,7 +89,7 @@ # just as well. However, stay away from the `cc' Ultrix compiler if # possible. @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.19 2004/02/21 00:06:36 kristerw Exp $ # CC = cc # CC = icc # CC = c89 -@@ -103,7 +103,7 @@ +@@ -110,7 +110,7 @@ # If you want to use whatever CFLAGS are currently set in your # environment, then comment this out. @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.19 2004/02/21 00:06:36 kristerw Exp $ ########################################################################### -@@ -112,7 +112,7 @@ +@@ -119,7 +119,7 @@ ########################################################################### # GCC on x86 @@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.19 2004/02/21 00:06:36 kristerw Exp $ # GCC on x86 with some optimizations # CFLAGS = -O2 -Wall -Wno-unused -mcpu=i686 -fomit-frame-pointer \ -@@ -471,7 +471,7 @@ +@@ -508,7 +508,7 @@ ########################################################################### # i386, GNU asm @@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.19 2004/02/21 00:06:36 kristerw Exp $ # i386, no asm -- needed for the Intel C++ compiler, which does not fully # understand GCC's inline assembly syntax, though you may still enable -@@ -506,7 +506,7 @@ +@@ -543,7 +543,7 @@ ########################################################################### # Linux @@ -56,7 +56,7 @@ $NetBSD: patch-aa,v 1.19 2004/02/21 00:06:36 kristerw Exp $ # FreeBSD # ARCH = freebsd -@@ -652,7 +652,7 @@ +@@ -694,7 +694,7 @@ X11_MITSHM = 1 # Use Xv extension for hardware scaling. @@ -65,7 +65,7 @@ $NetBSD: patch-aa,v 1.19 2004/02/21 00:06:36 kristerw Exp $ # Enable XFree86 DGA. This also causes "make install" to set the suid bit # on the executable. -@@ -674,8 +674,8 @@ +@@ -716,8 +716,8 @@ # X11LIB = -L/usr/lib/X11 # Standard location for XFree86 diff --git a/emulators/xmess/patches/patch-ae b/emulators/xmess/patches/patch-ae index f68a7e70431..c43f464a1f2 100644 --- a/emulators/xmess/patches/patch-ae +++ b/emulators/xmess/patches/patch-ae @@ -1,9 +1,9 @@ -$NetBSD: patch-ae,v 1.9 2004/05/16 00:28:23 kristerw Exp $ +$NetBSD: patch-ae,v 1.10 2004/11/07 16:11:48 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 +--- doc/xmessrc.dist.orig Sun Nov 7 13:51:40 2004 ++++ doc/xmessrc.dist Sun Nov 7 13:53:30 2004 +@@ -66,11 +66,11 @@ + analogstick 0 ### Fileio Related ### -biospath /usr/local/share/xmess/bios @@ -18,10 +18,3 @@ $NetBSD: patch-ae,v 1.9 2004/05/16 00:28:23 kristerw Exp $ ### Mess Related ### language english - fuzzycmp 1 - cheat 0 --debug 0 -+# debug 0 - - ### Frontend Related ### - clones 1 |