From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 3 12:00:17 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 8AE381065745 for ; Sat, 3 Oct 2009 12:00:17 +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 4E1608FC13 for ; Sat, 3 Oct 2009 12:00:17 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n93C0Hcu035867 for ; Sat, 3 Oct 2009 12:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n93C0HoU035860; Sat, 3 Oct 2009 12:00:17 GMT (envelope-from gnats) Resent-Date: Sat, 3 Oct 2009 12:00:17 GMT Resent-Message-Id: <200910031200.n93C0HoU035860@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, Alexander Logvinov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC797106568B for ; Sat, 3 Oct 2009 11:55:11 +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 DBF418FC14 for ; Sat, 3 Oct 2009 11:55:11 +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 n93BtBZ3065401 for ; Sat, 3 Oct 2009 11:55:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n93BtBaA065395; Sat, 3 Oct 2009 11:55:11 GMT (envelope-from nobody) Message-Id: <200910031155.n93BtBaA065395@www.freebsd.org> Date: Sat, 3 Oct 2009 11:55:11 GMT From: Alexander Logvinov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139330: [PATCH] palm/py-synce-librra: 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, 03 Oct 2009 12:00:17 -0000 >Number: 139330 >Category: ports >Synopsis: [PATCH] palm/py-synce-librra: 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 03 12:00:16 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: 7.2-STABLE i386 >Organization: >Environment: >Description: Fix build with custom PREFIX. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/palm/py-synce-librra/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 15 Oct 2008 14:55:03 -0000 1.2 +++ Makefile 3 Oct 2009 11:36:31 -0000 @@ -22,7 +22,7 @@ RRA_SLAVE= pythonb pre-patch: - @${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${PREFIX}/lib/librra.la|g' \ + @${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${LOCALBASE}/lib/librra.la|g' \ ${WRKSRC}/python/Makefile.in do-build: >Release-Note: >Audit-Trail: >Unformatted: