Bug 84029

Summary: [patch] devel/portlint is too enthousiastic about perl5
Product: Ports & Packages Reporter: edwin
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!