Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2004 17:20:31 +0100 (CET)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tlp@liquidx.org
Subject:   ports/60941: [PATCH] emulators/gxmame: Change default xmame-dir to real location
Message-ID:  <200401051620.i05GKVUi044475@roadrunner.q.local>
Resent-Message-ID: <200401051630.i05GUH2L000335@freefall.freebsd.org>

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

>Number:         60941
>Category:       ports
>Synopsis:       [PATCH] emulators/gxmame: Change default xmame-dir to real location
>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:   Mon Jan 05 08:30:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.2-RC i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.2-RC FreeBSD 5.2-RC #1: Thu Dec 18 10:30:44 CET 2003
>Description:
gxmame's default location to look for xmame's files is in /usr/lib/games/xmame.
The xmame port installs into /usr/X11R6/share/xmame. Teach gxmame to use this
directory. Thus the user doesn't need to change 15 Paths in gxmame.

Port maintainer (tlp@liquidx.org) is cc'd.

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

--- gxmame-0.34b.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/gxmame/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	21 Dec 2003 02:39:23 -0000	1.4
+++ Makefile	5 Jan 2004 16:17:38 -0000
@@ -27,6 +27,8 @@
 DOCDIR=		share/doc/${PORTNAME}
 GNU_CONFIGURE=	yes
 
+CONFIGURE_ARGS=	--with-xmame-dir=${X11BASE}/share/xmame
+
 post-configure:
 	@${REINPLACE_CMD} -e 's|$$(top_builddir)/./mkinstalldirs|./mkinstalldirs|' ${WRKSRC}/intl/Makefile
 
--- gxmame-0.34b.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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