Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2001 16:28:45 +0200 (CEST)
From:      stijn@win.tue.nl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30161: [MAINTAINER UPDATE]: emulators/xmame, emulators/xmess
Message-ID:  <200108281428.f7SESj518586@pcwin002.win.tue.nl>

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

>Number:         30161
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: emulators/xmame, emulators/xmess
>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:   Tue Aug 28 07:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stijn Hoop
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:

System: FreeBSD 4.4-RC #0: Tue Aug 28 04:55:26 CEST 2001

>Description:

- Update xmame to 0.54.1
- Update xmess to 0.37b15.2
- Add a knob WITH_ESOUND to enable the esound drivers in both xmame/xmess -
  this isn't tested very well yet because I don't use esound. Feedback
  appreciated.

>How-To-Repeat:

N/A

>Fix:

diff -urN --exclude=CVS /usr/ports/emulators/xmame/Makefile xmame/Makefile
--- /usr/ports/emulators/xmame/Makefile	Tue Aug 21 05:33:03 2001
+++ xmame/Makefile	Tue Aug 28 15:30:22 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	xmame
-PORTVERSION?=	0.53.1
+PORTVERSION?=	0.54.1
 CATEGORIES=	emulators
 MASTER_SITES=	http://x.mame.net/download/ \
 		ftp://ftp.kaupp.cx/pub/xmame/ \
@@ -69,9 +69,7 @@
 XMESSDOCS=	changes.mess \
 		gamelist.mess \
 		readme.mess \
-		messold.txt \
-		messroms.txt \
-		credits.txt
+		messroms.txt
 PINMAMEDOCS=	pinmame/simulation.txt \
 		pinmame/whatsnew.txt \
 		pinmame/pinmame.txt \
@@ -201,6 +199,19 @@
 JOYUSBCOMMENT=
 .endif
 
+# Esound audio - handy for a GNOME environment
+.if defined(WITH_ESOUND) && ${WITH_ESOUND} == "yes"
+ESOUNDCOMMENT=
+USE_ESOUND=	yes
+.else
+ESOUNDCOMMENT=\#\ 
+.if !defined(WITH_ESOUND)
+pre-everything::
+	@echo "===> If you want to build ${MAMEMESS:U} with support for ESound,"
+	@echo "     use \"make WITH_ESOUND=yes\""
+.endif
+.endif
+
 # Some simple patches that don't warrant a separate patch
 post-patch:
 	${PERL} -pi -e 's@SDL/@SDL11/@' ${WRKSRC}/src/unix/video-drivers/SDL.c
@@ -224,6 +235,7 @@
 		-e "s@= x11@= ${DISPLAY_METHOD}@g" \
 		-e "s@= mame@= ${MAMEMESS}@g" \
 		-e "s@# X86_ASM@${ASM_COMMENT}X86_ASM@g" \
+		-e "s@# SOUND_ESOUND@${ESOUNDCOMMENT}SOUND_ESOUND@g" \
 		-e "s@GLLIBS=.-ldl@GLLIBS= ${PTHREAD_LIBS}@g" \
 			${WRKSRC}/makefile.unix > ${WRKSRC}/Makefile
 
@@ -256,11 +268,10 @@
 .for file in ${ALLDOCS}
 	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/x${MAMEMESS}
 .endfor
-.if ${MAMEMESS} == "mess"
-	${MKDIR} ${PREFIX}/share/doc/x${MAMEMESS}/sysinfo
-	${INSTALL_DATA} ${WRKSRC}/doc/sysinfo/* \
-		${PREFIX}/share/doc/x${MAMEMESS}/sysinfo
 .endif
+.if ${MAMEMESS} == "mess"
+	${INSTALL_DATA} ${WRKSRC}/doc/sysinfo.dat \
+				${PREFIX}/share/xmess/history.dat
 .endif
 .if ${MAMEMESS} == "mame" && defined(WITH_DATFILES) && ${WITH_DATFILES} == "yes"
 	${INSTALL_DATA} ${WRKDIR}/hiscore.dat ${PREFIX}/share/xmame
diff -urN --exclude=CVS /usr/ports/emulators/xmame/distinfo xmame/distinfo
--- /usr/ports/emulators/xmame/distinfo	Tue Aug 21 05:33:03 2001
+++ xmame/distinfo	Tue Aug 28 16:04:59 2001
@@ -1,6 +1,6 @@
-MD5 (xmame/xmame-0.37b13.2.tar.bz2) = 70ec7ae3fba3110a6d85a7f5bfdb84f1
+MD5 (xmame/xmame-0.54.1.tar.bz2) = 5768dc341b163c3733b4436870165f5a
+MD5 (xmame/xmame-0.37b15.2.tar.bz2) = 9c05a92aac0e29811e7b276c631153ed
 MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27
-MD5 (xmame/xmame-0.53.1.tar.bz2) = dc34fe1646b8027147d4b29a993d4162
 MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b
 MD5 (xmame/history.zip) = 69da5c33e6a78092c6cd75cbeb737c6a
 MD5 (xmame/hsdat7.zip) = 9e4a7e36448895f13128a675327e34e4
diff -urN --exclude=CVS /usr/ports/emulators/xmame/pkg-plist xmame/pkg-plist
--- /usr/ports/emulators/xmame/pkg-plist	Thu May  3 05:32:19 2001
+++ xmame/pkg-plist	Tue Aug 28 15:29:58 2001
@@ -22,50 +22,11 @@
 %%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/changes.mame
 %%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/gamelist.mame
 %%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/readme.mame
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.txt
 %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/changes.mess
 %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/gamelist.mess
 %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/readme.mess
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messold.txt
 %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messroms.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/aim65.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/bondwell.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/c128.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/c65.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/comquest.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/dream.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/elf.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/europc.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/galaxy.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/hp48s.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/i8530286.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/ibm8530.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/ibmat.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/ibmpc.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/ibmpcjr.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/lynx.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/mk1.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/mk2.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/msx.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/nc.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/nc200.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/neat.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pc1251.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pc1350.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pc1401.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pc1500.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pc1512.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pc1640.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pc200.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pcw16.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/pong.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/ssystem3.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/studio2.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/svision.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/sym1.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/t1000hx.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/vip.txt
-%%MESSONLY%%%%PORTDOCS%%@dirrm share/doc/xmess/sysinfo
+%%MESSONLY%%share/xmess/history.dat
 %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/simulation.txt
 %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/whatsnew.txt
 %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/pinmame.txt
diff -urN --exclude=CVS /usr/ports/emulators/xmess/Makefile xmess/Makefile
--- /usr/ports/emulators/xmess/Makefile	Sun Apr 15 05:32:17 2001
+++ xmess/Makefile	Tue Aug 28 14:16:47 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xmess
-PORTVERSION=	0.37b13.2
+PORTVERSION=	0.37b15.2
 
 MAINTAINER=	stijn@win.tue.nl
 
>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?200108281428.f7SESj518586>