From root@fillmore-labs.com  Fri Jul 11 07:57:19 2003
Return-Path: <root@fillmore-labs.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5119437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Jul 2003 07:57:19 -0700 (PDT)
Received: from mx1.fillmore-labs.com (nuuk.fillmore-labs.com [62.138.193.82])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0B6FF43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Jul 2003 07:57:18 -0700 (PDT)
	(envelope-from root@fillmore-labs.com)
Received: from root by mx1.fillmore-labs.com with local (Exim 4.20)
	id 19azKm-000E7M-Eb; Fri, 11 Jul 2003 16:57:16 +0200
Message-Id: <E19azKm-000E7M-Eb@mx1.fillmore-labs.com>
Date: Fri, 11 Jul 2003 16:57:16 +0200
From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Reply-To: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Subject: [PATCH] document additional perl variables from bsd.port.mk in porter's handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54380
>Category:       docs
>Synopsis:       [PATCH] document additional perl variables from bsd.port.mk in porter's handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 11 08:00:31 PDT 2003
>Closed-Date:    Sun Feb 22 14:04:32 PST 2004
>Last-Modified:  Sun Feb 22 14:04:32 PST 2004
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE

>Description:

The variables added in revision 1.433 in bsd.port.mk
  <http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk#rev1.433>
should be documented in the FreeBSD Porter's Handbook 5.3 Using Perl
  <http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-perl.html>

>How-To-Repeat:
>Fix:

--- porters-handbook-using-perl.patch begins here ---
--- doc/en_US.ISO8859-1/books/porters-handbook/book.sgml.orig	Thu Jul 10 04:58:46 2003
+++ doc/en_US.ISO8859-1/books/porters-handbook/book.sgml	Fri Jul 11 16:49:21 2003
@@ -3218,7 +3218,30 @@
 	    </row>
 	    
 	    <row>
-	      <entry><makevar>PERL</makevar></entry>
+	      <entry><makevar>USE_PERL5_BUILD<makevar></entry>
+
+	      <entry>Says that the port uses Perl 5 to build.</entry>
+	    </row>
+	    
+	    <row>
+	      <entry><makevar>USE_PERL5_RUN<makevar></entry>
+
+	      <entry>Says that the port uses Perl 5 to run.</entry>
+	    </row>
+	    
+	    <row>
+	      <entry><makevar>PERL5<makevar></entry>
+
+	      <entry>The full path of perl5, either in the system or
+		installed from a port.</entry>
+	    </row>
+	    
+	    <row>
+	      <entry><makevar>PERL<makevar></entry>
+
+	      <entry>The full path of perl5, either in the system or
+		installed from a port, but without the version number.
+		Use this if you need to replace <quote><literal>#!</literal></quote> lines in scripts.</entry>
 	    </row>
 	    
 	    <row>
@@ -3247,6 +3270,20 @@
 	      
 	      <entry>Where Perl stores architecture dependent libraries.
 		Defaults to <literal>${ARCH}-freebsd</literal>.</entry>
+	    </row>
+	    
+	    <row>
+	      <entry><makevar>PERL_PORT<makevar></entry>
+
+	      <entry>Name of the perl port that is installed (e.g.,
+		<literal>perl5</literal>).</entry>
+	    </row>
+	    
+	    <row>
+	      <entry><makevar>SITE_PERL<makevar></entry>
+
+	      <entry>Directory name where site specific perl packages go.
+		This value is added to PLIST_SUB.</entry>
 	    </row>
 	  </tbody>
 	</tgroup>
--- porters-handbook-using-perl.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: josef 
State-Changed-When: Sun Feb 22 14:04:23 PST 2004 
State-Changed-Why:  
Committed, thanks eik. 

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