From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 21 15:50:02 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 AC6281065697 for ; Mon, 21 Sep 2009 15:50:02 +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 87C608FC14 for ; Mon, 21 Sep 2009 15:50:02 +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 n8LFo1C3019521 for ; Mon, 21 Sep 2009 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8LFo1KF019520; Mon, 21 Sep 2009 15:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 21 Sep 2009 15:50:01 GMT Resent-Message-Id: <200909211550.n8LFo1KF019520@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC2A2106566B for ; Mon, 21 Sep 2009 15:42:58 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 6C7748FC0A for ; Mon, 21 Sep 2009 15:42:58 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1Mpl1x-0003A4-D8; Mon, 21 Sep 2009 19:42:21 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 49219B84D; Mon, 21 Sep 2009 19:42:34 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id CFFF5B849; Mon, 21 Sep 2009 19:42:55 +0400 (MSD) Message-Id: <20090921154255.CFFF5B849@hades.panopticon> Date: Mon, 21 Sep 2009 19:42:55 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: reki@reki.ru Subject: ports/139021: [PATCH] textproc/p5-HTML-CTPP2: respect LOCALBASE 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: Mon, 21 Sep 2009 15:50:02 -0000 >Number: 139021 >Category: ports >Synopsis: [PATCH] textproc/p5-HTML-CTPP2: respect LOCALBASE >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 Sep 21 15:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Fails to build with nondefault LOCALBASE: http://people.freebsd.org/~amdmi3/p5-HTML-CTPP2-2.5.9.log Port maintainer (reki@reki.ru) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-HTML-CTPP2-2.5.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/textproc/p5-HTML-CTPP2/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 10 Aug 2009 14:32:32 -0000 1.13 +++ Makefile 21 Sep 2009 15:38:44 -0000 @@ -25,4 +25,8 @@ # The port actually requires ${CXX} when ${CC} is defined CC= ${CXX} +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/Makefile.PL + .include --- p5-HTML-CTPP2-2.5.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: