Date: Tue, 13 Oct 2009 20:53:07 -0400 (EDT) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139587: [PATCH] games/xrally: fix broken mtree with custom PREFIX Message-ID: <20091014005307.96530170C5@spartan.hamla.org> Resent-Message-ID: <200910140100.n9E107Cw042616@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139587 >Category: ports >Synopsis: [PATCH] games/xrally: fix broken mtree with custom PREFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 14 01:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: See broken mtree as reported by QATty: http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/xrally-1.1.1_5.log >How-To-Repeat: Install port with custom PREFIX. >Fix: --- xrally.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/xrally/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 22 Aug 2009 00:22:39 -0000 1.14 +++ Makefile 13 Oct 2009 23:05:37 -0000 @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} USE_XORG= x11 xi xpm USE_BZIP2= yes USE_GMAKE= yes --- xrally.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091014005307.96530170C5>