ports/60941: [PATCH] emulators/gxmame: Change default xmame-dir to real location

Ulrich Spoerlein q at uni.de
Mon Jan 5 16:30:24 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list