ports/73544: Update emulators/xmame to 0.87

Miguel Mendez flynn at energyhq.es.eu.org
Thu Nov 4 22:10:33 UTC 2004


>Number:         73544
>Category:       ports
>Synopsis:       Update emulators/xmame to 0.87
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 04 22:10:32 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.3-RELEASE #0: Sun Oct 24 16:35:51 CEST 2004
    root at scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE



>Description:


Update to 0.87
This version fixes some SDL bugs but unfortuantely networking is still
broken.



>How-To-Repeat:





>Fix:


--- xmame.diff begins here ---
diff -ruN xmame.old/Makefile xmame/Makefile
--- xmame.old/Makefile	Tue Oct 12 00:37:22 2004
+++ xmame/Makefile	Thu Nov  4 21:54:43 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	xmame
-PORTVERSION?=	0.86
+PORTVERSION?=	0.87
 CATEGORIES=	emulators
 MASTER_SITES=	http://x.mame.net/download/:xmame \
 		http://www.sys2064.com/files/util/:history \
@@ -218,11 +218,12 @@
 # XXX Network support is *broken* in 0.85+, leave commented out for now
 # Option WITH_NETWORK
 #.if ${MAMEMESS} == "mame"
-#.if !defined(WITH_NETWORK)
+.if !defined(WITH_NETWORK)
 WITH_NETWORK=	no
-#.endif
+.endif
 
 .if ${WITH_NETWORK:L} != "no"
+BROKEN=	"Networking support is currently broken"
 NETWORK=
 .else
 NETWORK=\#
diff -ruN xmame.old/distinfo xmame/distinfo
--- xmame.old/distinfo	Tue Oct 12 00:37:22 2004
+++ xmame/distinfo	Thu Nov  4 16:20:28 2004
@@ -1,5 +1,5 @@
-MD5 (xmame/xmame-0.86.tar.bz2) = b16782cd620ef970233eacd65462ad74
-SIZE (xmame/xmame-0.86.tar.bz2) = 14538952
+MD5 (xmame/xmame-0.87.tar.bz2) = 817f825ea92baf5f5e98ecb13193b844
+SIZE (xmame/xmame-0.87.tar.bz2) = 14601566
 MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e
 SIZE (xmame/uhsdat795.zip) = 43750
 MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12
--- xmame.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list