From hsn@netmag.cz  Mon May  2 16:44:48 2005
Return-Path: <hsn@netmag.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B5C1F16A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 May 2005 16:44:48 +0000 (GMT)
Received: from smtp3.vol.cz (smtp3.vol.cz [195.250.128.83])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5A90043D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 May 2005 16:44:43 +0000 (GMT)
	(envelope-from hsn@netmag.cz)
Received: from sanatana.dharma (volny-ipt-3-60.dialup.vol.cz [62.177.66.60])
	by smtp3.vol.cz (8.12.9p2/8.12.9) with ESMTP id j42GieIW074742
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 May 2005 18:44:42 +0200 (CEST)
	(envelope-from hsn@netmag.cz)
Received: from hsn@localhost
	by sanatana.dharma (Exim 4.42_0 FreeBSD) id 1DScOt-000MGr-Uw
	; Mon, 02 May 2005 17:00:00 +0200
Message-Id: <E1DScOt-000MGr-Uw@sanatana.dharma>
Date: Mon, 02 May 2005 16:59:59 +0200
From: Radim Kolar <hsn@netmag.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: flynn@energyhq.es.eu.org, hsn@netmag.cz
Subject: [PATCH] emulators/xmame: do not forget to install datfiles
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80555
>Category:       ports
>Synopsis:       [PATCH] emulators/xmame: do not forget to install datfiles
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 02 16:50:02 GMT 2005
>Closed-Date:    Wed May 04 14:13:19 GMT 2005
>Last-Modified:  Wed May 04 14:13:19 GMT 2005
>Originator:     Radim Kolar
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Sanatana Dharma
>Environment:
System: FreeBSD sanatana.dharma 5.4-STABLE FreeBSD 5.4-STABLE #6: Sat Apr 30 20:15:38 CEST 2005
>Description:
When datfiles knob is enabled, no datfiles gets installed.
remove check for WITH_DATFILES=yes from Makefile

Port maintainer (flynn@energyhq.es.eu.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- xmame-0.95.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/emulators/xmame/Makefile /home/hsn/hacked/xmame/Makefile
--- /usr/ports/emulators/xmame/Makefile	Fri Apr 22 18:17:33 2005
+++ /home/hsn/hacked/xmame/Makefile	Mon May  2 16:31:57 2005
@@ -302,7 +302,7 @@
 	${INSTALL_DATA} ${WRKSRC}/doc/mess/sysinfo.dat \
 				${PREFIX}/share/xmess/history.dat
 .endif
-.if ${MAMEMESS} == "mame" && defined(WITH_DATFILES) && ${WITH_DATFILES} == "yes"
+.if ${MAMEMESS} == "mame" && defined(WITH_DATFILES)
 	${INSTALL_DATA} ${WRKDIR}/hiscore.dat ${PREFIX}/share/xmame
 	${INSTALL_DATA} ${WRKDIR}/history.dat ${PREFIX}/share/xmame
 	${INSTALL_DATA} ${WRKDIR}/cheat.dat ${PREFIX}/share/xmame
--- xmame-0.95.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed May 4 14:13:11 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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