From owner-freebsd-doc@FreeBSD.ORG Sat Jan 21 23:10:04 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 A351416A41F for ; Sat, 21 Jan 2006 23:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F91A43D48 for ; Sat, 21 Jan 2006 23:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0LNA3id048928 for ; Sat, 21 Jan 2006 23:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0LNA336048927; Sat, 21 Jan 2006 23:10:03 GMT (envelope-from gnats) Resent-Date: Sat, 21 Jan 2006 23:10:03 GMT Resent-Message-Id: <200601212310.k0LNA336048927@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, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782E516A41F for ; Sat, 21 Jan 2006 23:06:26 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEEC43D46 for ; Sat, 21 Jan 2006 23:06:23 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 17B067073E4; Sun, 22 Jan 2006 10:06:22 +1100 (EST) Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id D368A7073DB for ; Sun, 22 Jan 2006 10:06:21 +1100 (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 did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 315947073D9 for ; Sun, 22 Jan 2006 10:06:21 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id A65B29D5; Sun, 22 Jan 2006 10:06:18 +1100 (EST) Message-Id: <20060121230618.A65B29D5@k7.mavetju> Date: Sun, 22 Jan 2006 10:06:18 +1100 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/92118: [patch] tell porters handbook about NOFETCHFILES and update on PERL_*_DEPENDS X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 23:10:04 -0000 >Number: 92118 >Category: docs >Synopsis: [patch] tell porters handbook about NOFETCHFILES and update on PERL_*_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 21 23:10:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.0-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: Document NOFETCHFILES and fix documentation of PERL_*_DEPENDS. >How-To-Repeat: >Fix: Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.669 diff -u -r1.669 book.sgml --- book.sgml 21 Jan 2006 21:26:22 -0000 1.669 +++ book.sgml 21 Jan 2006 23:05:28 -0000 @@ -3289,10 +3289,11 @@ These variables allow you to specify dependencies on Perl modules. For example, - PERL_RUN_DEPENDS= MIME::Base64:${PORTSDIR}/converters/p5-MIME-Base64 + PERL_RUN_DEPENDS= MIME-Base64:${PORTSDIR}/converters/p5-MIME-Base64 will check for the MIME::Base64 Perl module - and install it if it is missing. + (note the replacement of :: with -) and install it if + it is missing. @@ -4062,6 +4063,20 @@ + <makevar>NOFETCHFILES</makevar> + + Files defined in the NOFETCHFILES + variable are not fetchable from any of the + MASTER_SITES. An example of such a + file is when the file is supplied on CD-ROM by the + vendor. + + Tools which check for the availability of these files + on the MASTER_SITES should ignore these + files and not report about them. + + + <makevar>RESTRICTED</makevar> Set this variable alone if the application's license permits >Release-Note: >Audit-Trail: >Unformatted: