ports/88366: [Maintainer Update] emulators/xmame to 0.101
Miguel Mendez
mmendez at gmail.com
Tue Nov 1 18:50:20 UTC 2005
>Number: 88366
>Category: ports
>Synopsis: [Maintainer Update] emulators/xmame to 0.101
>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: Tue Nov 01 18:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Miguel Mendez
>Release: FreeBSD 6.0-RC1 amd64
>Organization:
The 32bit world is not enough.
>Environment:
System: FreeBSD 6.0-RC1 #0: Sat Oct 15 16:41:30 CEST 2005
root at scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE64
>Description:
Sorry it's taken so long to take a look at this port, I've been extremely busy.
Changelog: http://x.mame.net/changes-unix.html
Make all files fetchable and change my e-mail address to one I actually check
these days.
I've commented out the BROKEN settings but I cannot test it on anything other than
6.0/i386 and 6.0/amd64, so feedback (via pointyhack or from testers) is very
welcomed.
>How-To-Repeat:
>Fix:
--- xmame.diff begins here ---
diff -ruN xmame.old/Makefile xmame/Makefile
--- xmame.old/Makefile Fri Oct 28 08:33:43 2005
+++ xmame/Makefile Tue Nov 1 19:35:59 2005
@@ -6,7 +6,7 @@
#
PORTNAME?= xmame
-PORTVERSION?= 0.100
+PORTVERSION?= 0.101
CATEGORIES= emulators
MASTER_SITES= http://x.mame.net/download/:xmame \
http://www.arcade-history.com/download/:history \
@@ -16,12 +16,12 @@
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xmame
DIST_SUBDIR= xmame
-MAINTAINER?= flynn at energyhq.es.eu.org
+MAINTAINER?= mmendez at gmail.com
COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME)
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
-BROKEN= Unfetchable
+#BROKEN= Unfetchable
USE_BZIP2= yes
USE_PERL5= yes
@@ -112,11 +112,11 @@
#
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Doesn't build on FreeBSD < 5.x"
-.elif (${OSVERSION} < 600000 && ${MAMEMESS} == "mess")
-BROKEN= "Doesn't build on FreeBSD < 6.x"
-.endif
+#.if ${OSVERSION} < 500000
+#BROKEN= "Doesn't build on FreeBSD < 5.x"
+#.elif (${OSVERSION} < 600000 && ${MAMEMESS} == "mess")
+#BROKEN= "Doesn't build on FreeBSD < 6.x"
+#.endif
# Option WITH_DATFILES
.if ${MAMEMESS} == "mame"
@@ -127,9 +127,10 @@
EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
HIVER= 0100
+HISTVER= 1_05
DISTFILES+= uhsdat${HIVER}.zip:highscore \
- history1_02.zip:history \
+ history${HISTVER}.zip:history \
cheat.zip:cheat
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -138,7 +139,7 @@
${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${HIVER}.zip \
hiscore.dat
cd ${WRKDIR} && \
- ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history1_02.zip \
+ ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history${HISTVER}.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 Sep 27 20:43:49 2005
+++ xmame/distinfo Tue Nov 1 15:40:06 2005
@@ -1,8 +1,8 @@
-MD5 (xmame/xmame-0.100.tar.bz2) = c289797531d540853c835a2bb9fad8bc
-SIZE (xmame/xmame-0.100.tar.bz2) = 15905255
+MD5 (xmame/xmame-0.101.tar.bz2) = 8693ea6ac5ba729453478fd9a1129807
+SIZE (xmame/xmame-0.101.tar.bz2) = 15978618
MD5 (xmame/uhsdat0100.zip) = 09480efe7251a508a9f88b512fa22a37
SIZE (xmame/uhsdat0100.zip) = 62900
-MD5 (xmame/history1_02.zip) = 5e775f567e85c5c68da56947f02966fa
-SIZE (xmame/history1_02.zip) = 1569593
+MD5 (xmame/history1_05.zip) = f16e6b5fab7eb1526eb71a26412e03b9
+SIZE (xmame/history1_05.zip) = 1595990
MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a
SIZE (xmame/cheat.zip) = 944626
--- xmame.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list