From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 14 01:00:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 437AC106568F for ; Wed, 14 Oct 2009 01:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A4118FC2D for ; Wed, 14 Oct 2009 01:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9E1070r042625 for ; Wed, 14 Oct 2009 01:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9E107Cw042616; Wed, 14 Oct 2009 01:00:07 GMT (envelope-from gnats) Resent-Date: Wed, 14 Oct 2009 01:00:07 GMT Resent-Message-Id: <200910140100.n9E107Cw042616@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C70FC106566B for ; Wed, 14 Oct 2009 00:53:07 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id B6F8A8FC1C for ; Wed, 14 Oct 2009 00:53:07 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 96530170C5; Tue, 13 Oct 2009 20:53:07 -0400 (EDT) Message-Id: <20091014005307.96530170C5@spartan.hamla.org> Date: Tue, 13 Oct 2009 20:53:07 -0400 (EDT) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139587: [PATCH] games/xrally: fix broken mtree with custom PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2009 01:00:08 -0000 >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: