From amdmi3@amdmi3.ru  Mon Sep 21 15:42:58 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AC2A2106566B
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <amdmi3@amdmi3.ru>)
	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 <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: reki@reki.ru
Subject: [PATCH] textproc/p5-HTML-CTPP2: respect LOCALBASE
X-Send-Pr-Version: 3.113
X-GNATS-Notify: reki@reki.ru

>Number:         139021
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-HTML-CTPP2: respect LOCALBASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 21 15:50:01 UTC 2009
>Closed-Date:    Sun Oct 11 13:14:41 UTC 2009
>Last-Modified:  Sun Oct 11 13:20:01 UTC 2009
>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 <bsd.port.mk>
--- p5-HTML-CTPP2-2.5.9.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Sep 21 15:50:11 UTC 2009 
Responsible-Changed-Why:  
itetcu@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139021 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Sep 21 15:50:15 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139021 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: reki@reki.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/139021: [PATCH] textproc/p5-HTML-CTPP2: respect LOCALBASE
Date: Mon, 21 Sep 2009 15:50:14 UT

 Maintainer of textproc/p5-HTML-CTPP2,
 
 Please note that PR ports/139021 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139021
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 11 13:14:34 UTC 2009 
State-Changed-Why:  
Committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139021 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139021: commit references a PR
Date: Sun, 11 Oct 2009 13:14:41 +0000 (UTC)

 miwi        2009-10-11 13:14:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-HTML-CTPP2 Makefile 
   Log:
   - Fix build with custom prefix
   
   PR:             139021
   Submitted by:   amdmi3@
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.15      +4 -0      ports/textproc/p5-HTML-CTPP2/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
