summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2003-05-23 14:17:28 +0000
committerkristerw <kristerw@pkgsrc.org>2003-05-23 14:17:28 +0000
commita838cdf85f22489a2c83c706fe6736b03a724bba (patch)
tree4bcb8fcda9c90b841ef730195564c60c5decace4 /emulators
parentbe9669ffc5774e07baa7679c3be11513de7715a4 (diff)
downloadpkgsrc-a838cdf85f22489a2c83c706fe6736b03a724bba.tar.gz
Update xmess to 0.68.1.
Changes since 0.67.2 include: - Almost everything from MESS 0.68. - Fixed the analog joystick support so that the Y-axis is recognized as analog. (Sebastien Devaux) - The command line is now parsed even if the display cannot be opened. (Christopher Stone, David Mitchell) - Added support to the core for 4-button mice and 10-button joysticks. (Ben Collins) - Fixed several problems and did a lot of cleanup in the XInput code, especially for the output (e.g., showing detection status. (Ben Collins) - Fixed a few problems with -listinfo output. (Andrea Mazzoleni)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmess/Makefile6
-rw-r--r--emulators/xmess/distinfo7
-rw-r--r--emulators/xmess/patches/patch-ac15
3 files changed, 22 insertions, 6 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 30a08c3e3e0..4538467e852 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2003/04/13 17:37:48 kristerw Exp $
+# $NetBSD: Makefile,v 1.35 2003/05/23 14:17:28 kristerw Exp $
#
-DISTNAME= xmame-0.67.2
-PKGNAME= xmess-0.67.2
+DISTNAME= xmame-0.68.1
+PKGNAME= xmess-0.68.1
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 163f6f5e39e..30512e32937 100644
--- a/emulators/xmess/distinfo
+++ b/emulators/xmess/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.9 2003/04/13 17:37:48 kristerw Exp $
+$NetBSD: distinfo,v 1.10 2003/05/23 14:17:28 kristerw Exp $
-SHA1 (xmame-0.67.2.tar.bz2) = 81df459b8f5ad1f1b218124730c0ce9b795a0b7c
-Size (xmame-0.67.2.tar.bz2) = 8453281 bytes
+SHA1 (xmame-0.68.1.tar.bz2) = 0b7b4ed80f50edfd1342ecc966f17cd758643fe2
+Size (xmame-0.68.1.tar.bz2) = 9790085 bytes
SHA1 (patch-aa) = f20dd759dc9350dc37e3be4a2b7e4aa0b1c85129
SHA1 (patch-ab) = af6d9ef293ed2c840eb6cfcada77b8556aeeddd3
+SHA1 (patch-ac) = 1a8f81246e6e9fe5589a6cc6e00bb6404fa881e4
SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2
SHA1 (patch-ae) = f30af6853b77307126ad4a230d4237bc570a0ca4
diff --git a/emulators/xmess/patches/patch-ac b/emulators/xmess/patches/patch-ac
new file mode 100644
index 00000000000..aacfa22291e
--- /dev/null
+++ b/emulators/xmess/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.3 2003/05/23 14:17:29 kristerw Exp $
+--- src/unix/config.c.orig Fri May 23 16:00:37 2003
++++ src/unix/config.c Fri May 23 16:01:00 2003
+@@ -369,9 +369,11 @@
+ return OSD_OK;
+ }
+
++#ifndef MESS
+ /* handle frontend options */
+ if ((i = frontend_help(gamename, defaultgamename)) != 1234)
+ return i;
++#endif
+
+ if (playbackname)
+ {