summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-08 04:16:21 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-08 04:16:21 +0000
commit87c9f297e36bd96e63aeb9b6e453f8efeb713c4f (patch)
tree30460f0bf8fadbf60aaf16826e9cec50c20d407f /emulators/xmame
parentUpdate to 20020207 (diff)
Update to 0.58.1
PR: 34696 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=54338
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile2
-rw-r--r--emulators/xmame/distinfo2
-rw-r--r--emulators/xmame/files/patch-ak10
3 files changed, 12 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 6b17f591cc2e..f4c6d0122130 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= xmame
-PORTVERSION?= 0.57.1
+PORTVERSION?= 0.58.1
CATEGORIES= emulators
MASTER_SITES= http://x.mame.net/download/ \
http://www.mame.net/zips/ \
diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo
index e2f2349d7bb1..5ae57fe2b1f4 100644
--- a/emulators/xmame/distinfo
+++ b/emulators/xmame/distinfo
@@ -1,4 +1,4 @@
-MD5 (xmame/xmame-0.57.1.tar.bz2) = 0f38ebbde013442ee2d41153bb4c0c6f
+MD5 (xmame/xmame-0.58.1.tar.bz2) = d85e54b760ec796d11a0b04e782bd69f
MD5 (xmame/xmame-0.56.2.tar.bz2) = e43dd5e087f954351948fb9848485924
MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27
MD5 (xmame/cheat.zip) = b745ea4df1a3a517c00fedae1ee49a14
diff --git a/emulators/xmame/files/patch-ak b/emulators/xmame/files/patch-ak
new file mode 100644
index 000000000000..3292ccef5446
--- /dev/null
+++ b/emulators/xmame/files/patch-ak
@@ -0,0 +1,10 @@
+--- src/unix/network.c.orig Wed Feb 6 04:33:30 2002
++++ src/unix/network.c Thu Feb 7 15:14:28 2002
+@@ -361,6 +361,7 @@
+ master_hostent->h_addr,
+ master_hostent->h_length);
+ _master_info.addr.sin_port = htons(MASTER_INPUT_PORT);
++ _master_info.addr.sin_family = AF_INET;
+
+ gethostname(scratch, MAX_MSG_LEN);
+