From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 10 01:10:07 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 15BB21065672 for ; Sat, 10 Oct 2009 01:10:07 +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 CE0F88FC0C for ; Sat, 10 Oct 2009 01:10:06 +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 n9A1A1Qb005544 for ; Sat, 10 Oct 2009 01:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9A1A1su005543; Sat, 10 Oct 2009 01:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 10 Oct 2009 01:10:01 GMT Resent-Message-Id: <200910100110.n9A1A1su005543@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 B5D7B1065676 for ; Sat, 10 Oct 2009 01:01:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A57598FC1F for ; Sat, 10 Oct 2009 01:01:40 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9A11eoX041622 for ; Sat, 10 Oct 2009 01:01:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9A11eTa041621; Sat, 10 Oct 2009 01:01:40 GMT (envelope-from nobody) Message-Id: <200910100101.n9A11eTa041621@www.freebsd.org> Date: Sat, 10 Oct 2009 01:01:40 GMT From: Sahil Tandon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139463: [PATCH] audio/mpdas: fix build with custom PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2009 01:10:07 -0000 >Number: 139463 >Category: ports >Synopsis: [PATCH] audio/mpdas: fix build 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: Sat Oct 10 01:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: 7.2-RELEASE >Organization: >Environment: >Description: - Fix build with custom PREFIX. - Reported by QATty: http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/mpdas-0.2.4_2.log >How-To-Repeat: >Fix: Apply diff. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mpdas/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 25 Sep 2009 17:59:00 -0000 1.6 +++ Makefile 10 Oct 2009 00:58:34 -0000 @@ -25,4 +25,8 @@ MAN1= mpdas.1 MANCOMPRESSED= no +post-patch: + @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' \ + ${WRKSRC}/Makefile + .include >Release-Note: >Audit-Trail: >Unformatted: