From edwin@mavetju.org  Mon Jul 25 01:25:31 2005
Return-Path: <edwin@mavetju.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3EC2F16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Jul 2005 01:25:31 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C2F5443D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Jul 2005 01:25:30 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail3out.barnet.com.au (Postfix, from userid 27)
	id E5F47877C5A; Mon, 25 Jul 2005 11:25:28 +1000 (EST)
Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK))
	by mail3.barnet.com.au (Postfix) with ESMTP id A5B14877C56
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Jul 2005 11:25:28 +1000 (EST)
Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified))
	by mail3-auth.barnet.com.au (Postfix) with ESMTP id 0F139877D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Jul 2005 11:25:28 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id CBD9B64A1; Mon, 25 Jul 2005 11:25:26 +1000 (EST)
Message-Id: <20050725012526.CBD9B64A1@k7.mavetju>
Date: Mon, 25 Jul 2005 11:25:26 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] devel/portlint is too enthousiastic about perl5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84029
>Category:       ports
>Synopsis:       [patch] devel/portlint is too enthousiastic about perl5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 25 01:30:10 GMT 2005
>Closed-Date:    Sat Jul 30 05:12:07 GMT 2005
>Last-Modified:  Sat Jul 30 05:12:07 GMT 2005
>Originator:     Edwin Groothuis
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386

>Description:

[/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!

>How-To-Repeat:
>Fix:

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


Thanks to Darius@#thatircchannel
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->marcus 
Responsible-Changed-By: sem 
Responsible-Changed-When: Mon Jul 25 13:47:29 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84029 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sat Jul 30 05:11:54 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84029 
>Unformatted:
