From nobody@FreeBSD.org  Wed Oct 10 18:10:37 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6567B16A41A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Oct 2007 18:10:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4A7B113C455
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Oct 2007 18:10:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9AIAblL056635
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 10 Oct 2007 18:10:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l9AIAbT3056634;
	Wed, 10 Oct 2007 18:10:37 GMT
	(envelope-from nobody)
Message-Id: <200710101810.l9AIAbT3056634@www.freebsd.org>
Date: Wed, 10 Oct 2007 18:10:37 GMT
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]: Mk/bsd.perl.mk
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117080
>Category:       ports
>Synopsis:       [patch] Mk/bsd.perl.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 10 18:20:02 UTC 2007
>Closed-Date:    Mon May 18 11:03:27 UTC 2009
>Last-Modified:  Mon May 18 11:03:27 UTC 2009
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.0-current
>Organization:
Riderway Inc.
>Environment:
FreeBSD philip.hq.rws 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Jul 26 16:44:37 EDT 2007     root@philip.office.rws:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
USE_RC_SUBR doesn't replace %%PERL%%

We could probably add more vars here, but this is a good start for now.

>How-To-Repeat:

>Fix:
cvs diff 
Index: bsd.perl.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.perl.mk,v
retrieving revision 1.7
diff -u -r1.7 bsd.perl.mk
--- bsd.perl.mk 29 Sep 2007 03:46:06 -0000      1.7
+++ bsd.perl.mk 10 Oct 2007 18:07:32 -0000
@@ -188,6 +188,8 @@
 IGNORE=                missing define for WANT_PERL, USE_PERL5, or similar before bsd.port.pre.mk inclusion
 .endif
 
+SUB_LIST+=     PERL=${PERL}
+
 .if defined(PERL_MODBUILD)
 PERL_CONFIGURE=                yes
 CONFIGURE_SCRIPT?=     Build.PL


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: remko 
Responsible-Changed-When: Wed Oct 10 18:26:11 UTC 2007 
Responsible-Changed-Why:  
This is something for the ports team. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117080 
Responsible-Changed-From-To: freebsd-ports-bugs->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Oct 11 02:42:20 UTC 2007 
Responsible-Changed-Why:  
Can you give me an example of what ports this is a problem with? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117080 
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Thu Oct 11 02:42:42 UTC 2007 
State-Changed-Why:  
track. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117080 

From: "Philip M. Gollucci" <pgollucci@riderway.com>
To: bug-followup@FreeBSD.org,  pgollucci@p6m7g8.com
Cc:  
Subject: Re: ports/117080: [PATCH]: Mk/bsd.perl.mk
Date: Thu, 11 Oct 2007 11:02:40 -0400

 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/117082
 
 (Its only a problem if I actually make use of the USE_RC_SUBR)
 
 -- 
 ------------------------------------------------------------------------
 Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 o:703.749.9295x206
 Senior System Admin - Riderway, Inc.
 http://riderway.com / http://ridecharge.com
 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF
 
 Work like you don't need the money,
 love like you'll never get hurt,
 and dance like nobody's watching.
 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Mar 3 07:22:43 UTC 2008 
State-Changed-Why:  
Note that feedback was received some time ago. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117080 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Mon May 18 11:03:26 UTC 2009 
State-Changed-Why:  
this hasn't had action in almost 3yrs, I give. close 

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