Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 11:14:27 +0200 (CEST)
From:      stijn@win.tue.nl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30642: [MAINTAINER UPDATE]: emulators/xmame
Message-ID:  <200109180914.f8I9ERd40025@pcwin002.win.tue.nl>

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

>Number:         30642
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: emulators/xmame
>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 Sep 18 02:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stijn Hoop
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:

System: FreeBSD 4.4-RC #0: Mon Sep 17 04:52:22 CEST 2001

>Description:

- Update xmame to 0.55.1
- Disable WITH_CPS2 option for now - not needed at the moment
- Update cheat.zip to version from 2001/09/14
- Fix package install - properly create spool & rom directories

>How-To-Repeat:

N/A

>Fix:

diff -urN --exclude=CVS /usr/ports/emulators/xmame/Makefile xmame/Makefile
--- /usr/ports/emulators/xmame/Makefile	Sun Sep  2 05:32:56 2001
+++ xmame/Makefile	Tue Sep 18 11:12:03 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	xmame
-PORTVERSION?=	0.54.1
+PORTVERSION?=	0.55.1
 CATEGORIES=	emulators
 MASTER_SITES=	http://x.mame.net/download/ \
 		ftp://ftp.kaupp.cx/pub/xmame/ \
@@ -88,6 +88,8 @@
 .endif
 
 # CPS-2 patches - this enables extra games in MAME.
+# Disabled 2001/09/18 - all CPS2shock releases are in xmame right now.
+.if 0
 .if ${MAMEMESS} == "mame"
 .if defined(WITH_CPS2) && ${WITH_CPS2} == "yes"
 CPS2VERSION=	20010711
@@ -97,6 +99,7 @@
 .else
 pre-everything::
 	@${ECHO_MSG} "===> If you want to compile MAME with CPS-2 support, use \"make WITH_CPS2=yes\""
+.endif
 .endif
 .endif
 
diff -urN --exclude=CVS /usr/ports/emulators/xmame/distinfo xmame/distinfo
--- /usr/ports/emulators/xmame/distinfo	Sun Sep  2 05:32:56 2001
+++ xmame/distinfo	Tue Sep 18 10:35:10 2001
@@ -1,8 +1,7 @@
-MD5 (xmame/xmame-0.54.1.tar.bz2) = 5768dc341b163c3733b4436870165f5a
+MD5 (xmame/xmame-0.55.1.tar.bz2) = bf261af882694dd24e672f02a1ff7252
 MD5 (xmame/xmame-0.37b15.2.tar.bz2) = 9c05a92aac0e29811e7b276c631153ed
 MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27
-MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b
+MD5 (xmame/cheat.zip) = aa2c0a7af3e18db041e6b9e6bae60f11
 MD5 (xmame/history.zip) = 69da5c33e6a78092c6cd75cbeb737c6a
 MD5 (xmame/hsdat7.zip) = 9e4a7e36448895f13128a675327e34e4
-MD5 (xmame/xmame-0.37b16.1-cps2-20010711.patch.gz) = 2c64e9ab3fc49b9c7adea1e97001c126
 MD5 (xmame/xmame-0.37b14.2-pinmame-0.99b3.patch.gz) = aeefd4f6593d389cddbb7081cfc4eb42
diff -urN --exclude=CVS /usr/ports/emulators/xmame/pkg-plist xmame/pkg-plist
--- /usr/ports/emulators/xmame/pkg-plist	Sun Sep  2 05:32:56 2001
+++ xmame/pkg-plist	Tue Sep 18 10:28:59 2001
@@ -47,6 +47,10 @@
 %%OPENGL%%share/%%MAMEMESS%%/cab/trans/trans.cab
 %%OPENGL%%@dirrm share/%%MAMEMESS%%/cab/trans
 %%OPENGL%%@dirrm share/%%MAMEMESS%%/cab
+@exec mkdir -p %D/share/%%MAMEMESS%%/roms || true
 @dirrm share/%%MAMEMESS%%/roms
 @dirrm share/%%MAMEMESS%%
+@exec mkdir -p %%SPOOLGAMES%%/%%MAMEMESS%% || true
+@exec chown root:games %%SPOOLGAMES%%/%%MAMEMESS%% || true
+@exec chmod 775 %%SPOOLGAMES%%/%%MAMEMESS%% || true
 @unexec rmdir %%SPOOLGAMES%%/%%MAMEMESS%% 2>/dev/null || true
>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?200109180914.f8I9ERd40025>