From owner-freebsd-doc@FreeBSD.ORG Fri Jul 11 08:00:33 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F72937B401 for ; Fri, 11 Jul 2003 08:00:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1459343FB1 for ; Fri, 11 Jul 2003 08:00:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6BF0VUp026880 for ; Fri, 11 Jul 2003 08:00:31 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6BF0VAn026879; Fri, 11 Jul 2003 08:00:31 -0700 (PDT) Resent-Date: Fri, 11 Jul 2003 08:00:31 -0700 (PDT) Resent-Message-Id: <200307111500.h6BF0VAn026879@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5119437B401 for ; 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 ; 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: Date: Fri, 11 Jul 2003 16:57:16 +0200 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Oliver Eikemeier Subject: docs/54380: [PATCH] document additional perl variables from bsd.port.mk in porter's handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 15:00:33 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 11 08:00:31 PDT 2003 >Closed-Date: >Last-Modified: >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 should be documented in the FreeBSD Porter's Handbook 5.3 Using Perl >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 @@ - PERL + USE_PERL5_BUILD + + Says that the port uses Perl 5 to build. + + + + USE_PERL5_RUN + + Says that the port uses Perl 5 to run. + + + + PERL5 + + The full path of perl5, either in the system or + installed from a port. + + + + PERL + + 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 #! lines in scripts. @@ -3247,6 +3270,20 @@ Where Perl stores architecture dependent libraries. Defaults to ${ARCH}-freebsd. + + + + PERL_PORT + + Name of the perl port that is installed (e.g., + perl5). + + + + SITE_PERL + + Directory name where site specific perl packages go. + This value is added to PLIST_SUB. --- porters-handbook-using-perl.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: