Bug 157181 - [PATCH] sysutils/parallel: use PERL instead of hardcoded /usr/bin/perl
Summary: [PATCH] sysutils/parallel: use PERL instead of hardcoded /usr/bin/perl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 14:50 UTC by Po-Chuan Hsieh
Modified: 2011-05-19 18:00 UTC (History)
1 user (show)

See Also:


Attachments
parallel-20110422_1.patch (685 bytes, patch)
2011-05-19 14:50 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-19 14:50:09 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-19 14:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-19 14:50:21 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-19 14:50:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 howeyc 2011-05-19 14:58:01 UTC
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
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-05-19 17:52:15 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"
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-19 17:52:16 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!