From flynn@energyhq.es.eu.org  Tue May 17 20:14:23 2005
Return-Path: <flynn@energyhq.es.eu.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9BA3316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2005 20:14:23 +0000 (GMT)
Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A367343D8F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2005 20:14:15 +0000 (GMT)
	(envelope-from flynn@energyhq.es.eu.org)
Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [IPv6:2001:470:1f01:198:210:4bff:fe3d:e256])
	by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id 40F4A36778
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 May 2005 22:13:53 +0200 (CEST)
Message-Id: <1116360771.0@scienide.energyhq.es.eu.org>
Date: Tue, 17 May 2005 22:12:51 +0200
From: "Miguel Mendez" <flynn@energyhq.es.eu.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [Maintainer Update] emulators/xmame to 0.96
X-Send-Pr-Version: gtk-send-pr 0.4.6 
X-GNATS-Notify:

>Number:         81171
>Category:       ports
>Synopsis:       [Maintainer Update] emulators/xmame to 0.96
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 17 20:20:01 GMT 2005
>Closed-Date:    Sun May 22 15:26:59 GMT 2005
>Last-Modified:  Sun May 22 15:26:59 GMT 2005
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE #0: Thu May 12 19:57:42 UTC 2005
    root@scienide.energyhq.es.eu.org:/usr/src/sys/i386/compile/SCIENIDE.SMP



>Description:


Changelog: http://x.mame.net/changes-unix.html

On the FreeBSD side:

- Updated the port to 0.96
- Brought the datfiles up to date (thanks Radim Kolar)
- Set the new MASTER_SITES

For the record: Building xmame on a 64MB box -> good FreeBSD vm stress test :)



>How-To-Repeat:





>Fix:


--- xmame.diff begins here ---
diff -ruN xmame.old/Makefile xmame/Makefile
--- xmame.old/Makefile	Wed May  4 16:13:03 2005
+++ xmame/Makefile	Mon May 16 20:45:15 2005
@@ -6,13 +6,12 @@
 #
 
 PORTNAME?=	xmame
-PORTVERSION?=	0.95
+PORTVERSION?=	0.96
 CATEGORIES=	emulators
 MASTER_SITES=	http://x.mame.net/download/:xmame \
-		http://www.sys2064.com/files/util/:history \
-		http://www.sys2064.com/files/mame/:highscore \
-		http://cheat.retrogames.com/:cheat \
-		http://www.win.tue.nl/~stijn/xmame/:history,highscore,cheat
+		http://www.arcade-history.com/download/:history \
+		http://www.mameworld.net/highscore/:highscore \
+		http://cheat.retrogames.com/:cheat
 DISTNAME=	xmame-${XMAMEVERSION:S/.r/-rc/}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:xmame
 DIST_SUBDIR=	xmame
@@ -131,18 +130,19 @@
 
 EXTRACT_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
 
-HIVER=		795
+#HIVER=		795
 
-DISTFILES+=	uhsdat${HIVER}.zip:highscore history.dat.zip:history \
-			cheat.zip:cheat
+DISTFILES+=	uhsdat${PORTVERSION:S/.//}.zip:highscore \
+		history${PORTVERSION:S/./_/}.zip:history \
+		cheat.zip:cheat
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 post-extract:
 	cd ${WRKDIR} && \
-		${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${HIVER}.zip \
+		${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${PORTVERSION:S/.//}.zip \
 			hiscore.dat
 	cd ${WRKDIR} && \
-		${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history.dat.zip \
+		${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history${PORTVERSION:S/./_/}.zip \
 			history.dat
 	cd ${WRKDIR} && \
 		${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/cheat.zip cheat.dat
diff -ruN xmame.old/distinfo xmame/distinfo
--- xmame.old/distinfo	Tue Apr  5 20:39:46 2005
+++ xmame/distinfo	Mon May 16 17:41:32 2005
@@ -1,8 +1,8 @@
-MD5 (xmame/xmame-0.95.tar.bz2) = e2571ce90bdf1517eea4d8085170fe6c
-SIZE (xmame/xmame-0.95.tar.bz2) = 15460834
-MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e
-SIZE (xmame/uhsdat795.zip) = 43750
-MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12
-SIZE (xmame/history.dat.zip) = 409736
+MD5 (xmame/xmame-0.96.tar.bz2) = 13a5b97fa868db3926a2a9356fc629bf
+SIZE (xmame/xmame-0.96.tar.bz2) = 15605353
+MD5 (xmame/uhsdat096.zip) = 76f45cf3c74501c90241dd90a3c872a0
+SIZE (xmame/uhsdat096.zip) = 60767
+MD5 (xmame/history0_96.zip) = b598b5fd95bd6aa27bc50e0c72290d85
+SIZE (xmame/history0_96.zip) = 1427557
 MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a
 SIZE (xmame/cheat.zip) = 944626
--- xmame.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Wed May 18 16:12:43 GMT 2005 
State-Changed-Why:  
On 4.11: 
[OSDEPEND] Compiling src/unix/blit/blit_16_24.c ... 
In file included from src/unix/blit/blit_16_24.c:34: 
src/unix/blit/advance/xq2x.h: In function `blit_lq2x_16_24': 
src/unix/blit/advance/xq2x.h:222: virtual memory exhausted 
cpp0: output pipe has been closed 
gmake: *** [xmame.obj/unix.SDL/blit/blit_16_24.o] Error 1 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81171 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sun May 22 15:26:50 GMT 2005 
State-Changed-Why:  
Committed, thanks! (Builds fine) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81171 
>Unformatted:
