From sunpoet@sunpoet.net  Thu May 19 13:47:28 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 363A41065670
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 May 2011 13:47:28 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 04EA08FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 May 2011 13:47:27 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 01DD2273E; Thu, 19 May 2011 21:46:58 +0800 (CST)
Message-Id: <20110519134659.01DD2273E@sunpoet.net>
Date: Thu, 19 May 2011 21:46:58 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: howeyc@gmail.com
Subject: [PATCH] sysutils/parallel: use PERL instead of hardcoded /usr/bin/perl
X-Send-Pr-Version: 3.113
X-GNATS-Notify: howeyc@gmail.com

>Number:         157181
>Category:       ports
>Synopsis:       [PATCH] sysutils/parallel: use PERL instead of hardcoded /usr/bin/perl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 19 13:50:09 UTC 2011
>Closed-Date:    Thu May 19 16:52:18 UTC 2011
>Last-Modified:  Thu May 19 17:00:18 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Mar 30 10:30:31 CST 2011
>Description:
- Use ${PERL} instead of hardcoded /usr/bin/perl
  Users who do not run use.perl when installing lang/perl5.* do not have
  /usr/bin/perl. Therefore the build fails.

Port maintainer (howeyc@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- parallel-20110422_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/parallel/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	8 May 2011 06:43:06 -0000	1.12
+++ Makefile	19 May 2011 13:42:48 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	parallel
 PORTVERSION=	20110422
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -27,6 +28,7 @@
 PORTDOCS=	parallel.html sem.html sql.html niceload.html
 
 post-patch:
+	@${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/src/parallel
 .if defined(NOPORTDOCS)
 	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-docDATA||' ${WRKSRC}/src/Makefile.in
 .endif
--- parallel-20110422_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu May 19 13:50:19 UTC 2011 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157181 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu May 19 13:50:23 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: howeyc@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157181: [PATCH] sysutils/parallel: use PERL instead of hardcoded /usr/bin/perl
Date: Thu, 19 May 2011 13:50:21 UT

 Maintainer of sysutils/parallel,
 
 Please note that PR ports/157181 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/157181
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Chris Howey <howeyc@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/157181: [PATCH] sysutils/parallel: use PERL instead of
 hardcoded /usr/bin/perl
Date: Thu, 19 May 2011 08:58:01 -0500

 --000e0cd519c0bbfdec04a3a16475
 Content-Type: text/plain; charset=ISO-8859-1
 
 Thanks for finding and fixing this for me!
 
 Approved.
 
 On 19 May 2011 08:50, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of sysutils/parallel,
 >
 > Please note that PR ports/157181 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/157181
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 --000e0cd519c0bbfdec04a3a16475
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 <div>Thanks for finding and fixing this for me!</div><div>=A0</div><div>App=
 roved.<br><br></div><div class=3D"gmail_quote">On 19 May 2011 08:50, Edwin =
 Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:edwin@freebsd.org">edwin@=
 freebsd.org</a>&gt;</span> wrote:<br>
 <blockquote style=3D"margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-l=
 eft-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: s=
 olid;" class=3D"gmail_quote">Maintainer of sysutils/parallel,<br>
 <br>
 Please note that PR ports/157181 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =A0 =A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/15718=
 1" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/157=
 181</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br>
 
 --000e0cd519c0bbfdec04a3a16475--
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu May 19 16:52:16 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157181: commit references a PR
Date: Thu, 19 May 2011 16:52:15 +0000 (UTC)

 sunpoet     2011-05-19 16:52:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/parallel    Makefile 
   Log:
   - Use ${PERL} instead of hardcoded /usr/bin/perl
   - Bump PORTREVISION
   
   PR:             ports/157181
   Submitted by:   sunpoet (myself)
   Approved by:    Chris Howey <howeyc@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.13      +2 -0      ports/sysutils/parallel/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:
