Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2009 08:42:25 +0300
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/132592: [patch] emulators/sdlmame: add original site as mirror
Message-ID:  <868wnayo5a.fsf@gmail.com>
Resent-Message-ID: <200903130550.n2D5o1qM017319@freefall.freebsd.org>

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

>Number:         132592
>Category:       ports
>Synopsis:       [patch] emulators/sdlmame: add original site as mirror
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 13 05:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:

>Description:
Add project homepage as a mirror. Consequently someone should reupload
distfile on arcadebsd to match one on mameworld. The only apparent difference
between those distfiles is in SDLMAME.txt

--- dist-diff begins here ---
diff -Nuard arcadebsd/sdlmame0130/SDLMAME.txt mameworld/sdlmame0130/SDLMAME.txt
--- arcadebsd/sdlmame0130/SDLMAME.txt	2009-03-05 17:06:56.000000000 +0300
+++ mameworld/sdlmame0130/SDLMAME.txt	2009-03-10 03:19:45.000000000 +0300
@@ -1,5 +1,5 @@
 #
-# SDLMAME 0.129u6
+# SDLMAME 0.130
 # by Olivier Galibert and R. Belmont
 # Additional code by Sven Gothel, couriersud, and Vas Crabb.
 #
@@ -10,13 +10,15 @@
 #       simply a demonstration that SDLMAME works well with that OS.
 #
 
-Changes from 0.129u5
+Changes from 0.129u6
 ====================
-1) Up to date with baseline 0.129u6 (RB)
+1) Up to date with baseline 0.130 (RB)
 
 
 For PowerPC Macs and the PS3, you must set "BIGENDIAN=1".
 
+For 64-bit processors and OSes you must set "PTR64=1".
+
 NOTE: The makefile should be fully SMP safe, so use make -j3 for dual-core 
 and -j5 for quad-core to build MAME at speeds never before achieved.
 
--- dist-diff ends here ---
>How-To-Repeat:
>Fix:
--- sdlmame.diff begins here ---
Index: emulators/sdlmame/Makefile
===================================================================
RCS file: /home/csup/ports/emulators/sdlmame/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- emulators/sdlmame/Makefile	13 Mar 2009 03:14:09 -0000	1.21
+++ emulators/sdlmame/Makefile	13 Mar 2009 04:53:54 -0000
@@ -8,12 +8,14 @@
 PORTNAME=	sdlmame
 PORTVERSION=	0.130
 CATEGORIES=	emulators
-MASTER_SITES=	ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/
+MASTER_SITES=	ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
+		http://rbelmont.mameworld.info/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
 
 MAINTAINER=	elbarto@ArcadeBSD.org
 COMMENT=	SDL port of the popular MAME (Multi Arcade Machine Emulator)
 
+FETCH_ENV=	HTTP_USER_AGENT=defined
 USE_ZIP=	yes
 USE_XORG=	xext xrender xinerama xi
 USE_GL=		gl
Index: emulators/sdlmame/distinfo
===================================================================
RCS file: /home/csup/ports/emulators/sdlmame/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- emulators/sdlmame/distinfo	13 Mar 2009 03:14:09 -0000	1.11
+++ emulators/sdlmame/distinfo	13 Mar 2009 04:52:10 -0000
@@ -1,3 +1,3 @@
-MD5 (sdlmame0130.zip) = b33d3545049e8e2b8da5d7d7cc3b843b
-SHA256 (sdlmame0130.zip) = 1122f4efe5ac0775f122898667c0ace147cd953a1063f9a373051b9ca2bd93a1
-SIZE (sdlmame0130.zip) = 17681967
+MD5 (sdlmame0130.zip) = 1195da0b6ae762eeebb21f500509d62d
+SHA256 (sdlmame0130.zip) = d6f25291ec79583dceb300a721f76a10d1839ad13890e51d9ed47b5236363de8
+SIZE (sdlmame0130.zip) = 17681979
--- sdlmame.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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