From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 19 13:50:09 2011 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 D8F861065670 for ; Thu, 19 May 2011 13:50:09 +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 9F6C78FC0C for ; Thu, 19 May 2011 13:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4JDo9wC041090 for ; Thu, 19 May 2011 13:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4JDo96f041089; Thu, 19 May 2011 13:50:09 GMT (envelope-from gnats) Resent-Date: Thu, 19 May 2011 13:50:09 GMT Resent-Message-Id: <201105191350.p4JDo96f041089@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 363A41065670 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: howeyc@gmail.com Subject: ports/157181: [PATCH] sysutils/parallel: use PERL instead of hardcoded /usr/bin/perl 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: Thu, 19 May 2011 13:50:09 -0000 >Number: 157181 >Category: ports >Synopsis: [PATCH] sysutils/parallel: use PERL instead of hardcoded /usr/bin/perl >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: Thu May 19 13:50:09 UTC 2011 >Closed-Date: >Last-Modified: >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: >Unformatted: