Bug 84029 - [patch] devel/portlint is too enthousiastic about perl5
Summary: [patch] devel/portlint is too enthousiastic about perl5
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: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-25 02:30 UTC by edwin
Modified: 2005-07-30 06:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2005-07-25 02:30:10 UTC
[/usr/home/edwin/cvs/ports/devel/portlint] root@k7>make install
===>  Vulnerability check disabled, database not found
===>  Extracting for portlint-2.7.2_1
===>   portlint-2.7.2_1 depends on file: /usr/local/bin/perl5.8.6 - found
===>  Patching for portlint-2.7.2_1
===>   portlint-2.7.2_1 depends on file: /usr/local/bin/perl5.8.6 - found
===>   portlint-2.7.2_1 depends on file: /usr/local/bin/perl5.8.6 - found
===>  Configuring for portlint-2.7.2_1
===>  Installing for portlint-2.7.2_1
===>   portlint-2.7.2_1 depends on file: /usr/local/bin/perl5.8.6 - found
===>   Generating temporary packing list
===>  Checking if devel/portlint already installed
[...]

Just to make sure it's there of course!

Fix: 

Thanks to Darius@#thatircchannel--mklSi7SDM5xwOCKToGfP8GUK2C5tvSqDL9k7TfVlSCLYwx7S
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -u -r1.93 Makefile
--- Makefile    3 Jul 2005 04:52:11 -0000       1.93
+++ Makefile    25 Jul 2005 01:24:28 -0000
@@ -19,7 +19,7 @@
 
 NO_BUILD=      yes
 WRKSRC=                ${WRKDIR}/src
-USE_PERL5=     yes
+USE_PERL5_RUN= yes
 USE_REINPLACE= yes
 
 SRC=           ${.CURDIR}/src
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-07-25 14:47:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2005-07-30 06:11:54 UTC
State Changed
From-To: open->closed

Committed, thanks!