Summary: | audio/ripit: Add http proxy support | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Simon Barner <barner> | ||||
Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | oyvindmo | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Simon Barner
2003-11-06 16:00:36 UTC
Dear FreeBSD port maintainer, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=59013 Do you approve this change? -- Pav Lucistnik <pav@FreeBSD.org> <pav@oook.cz> State Changed From-To: open->feedback I'll take care of this. Responsible Changed From-To: freebsd-ports-bugs->pav I'll take care of this. * pav@FreeBSD.org: | | Dear FreeBSD port maintainer, | | please take a look at | | http://www.freebsd.org/cgi/query-pr.cgi?pr=59013 | | Do you approve this change? The HTTP proxy change seems fine. However, the patch in the PR also includes a change of perl interpreter path from /usr/bin/perl to /usr/local/bin/perl. This change should _not_ be applied. The correct perl path is set through the use of USE_PERL5 and the post-patch target in the port Makefile. -- Øyvind Møll oyvindmo@initio.no > The HTTP proxy change seems fine.
>
> However, the patch in the PR also includes a change of perl
> interpreter path from /usr/bin/perl to /usr/local/bin/perl. This
> change should _not_ be applied. The correct perl path is set through
> the use of USE_PERL5 and the post-patch target in the port Makefile.
Oops, sorry. I use the perl5.8 port, and I modified the installed
version of the script to produce my patch. Unfortunately, I did not
review the patch file, this is why this hunk was also submitted.
Simon
State Changed From-To: feedback->closed Committed without shebang change, but with a portrevision bump. Thanks! |