Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 15:41:02 +0100 (CET)
From:      stijn@win.tue.nl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34696: [MAINTAINER UPDATE]: emulators/xmame
Message-ID:  <200202071441.g17Ef2D18174@pcwin002.win.tue.nl>

next in thread | raw e-mail | index | archive | help

>Number:         34696
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: emulators/xmame
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 06:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stijn Hoop
>Release:        FreeBSD 4.5-RC i386
>Organization:
>Environment:

System: FreeBSD 4.5-RC #0: Wed Jan 16 04:30:08 CET 2002

>Description:

- Update to xmame 0.58.1
- Add a small patch to enable network support; also sent to upstream
  maintainers

>How-To-Repeat:

N/A

>Fix:

Apply attached patch, then 'cvs add files/patch-ak'.

diff -urN --exclude=CVS /usr/ports/emulators/xmame/Makefile xmame/Makefile
--- /usr/ports/emulators/xmame/Makefile	Fri Jan 11 05:33:23 2002
+++ xmame/Makefile	Thu Feb  7 15:39:15 2002
@@ -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 -urN --exclude=CVS /usr/ports/emulators/xmame/distinfo xmame/distinfo
--- /usr/ports/emulators/xmame/distinfo	Fri Jan 11 05:33:23 2002
+++ xmame/distinfo	Wed Feb  6 18:30:56 2002
@@ -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 -urN --exclude=CVS /usr/ports/emulators/xmame/files/patch-ak xmame/files/patch-ak
--- /usr/ports/emulators/xmame/files/patch-ak	Thu Jan  1 01:00:00 1970
+++ xmame/files/patch-ak	Thu Feb  7 15:18:00 2002
@@ -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);
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202071441.g17Ef2D18174>