From owner-freebsd-doc@FreeBSD.ORG Thu Dec 9 11:00:12 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6657716A4CE for ; Thu, 9 Dec 2004 11:00:12 +0000 (GMT) Received: from volginfo.ru (ns.volginfo.ru [217.23.84.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26F143D45 for ; Thu, 9 Dec 2004 11:00:11 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from [192.168.1.32] (llp-13.vistcom.ru [217.23.84.68]) by volginfo.ru (Postfix) with ESMTP id A30522013 for ; Thu, 9 Dec 2004 14:00:03 +0300 (MSK) Message-ID: <41B8302B.6020001@FreeBSD.org> Date: Thu, 09 Dec 2004 13:59:55 +0300 From: Denis Peplin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041008 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org Content-Type: multipart/mixed; boundary="------------000309050001080706020907" Subject: Handbook (ports) portupgrade -PP X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 11:00:12 -0000 This is a multi-part message in MIME format. --------------000309050001080706020907 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hello! Please, look at patch atached and note me if some grammar errors found. Thanks! --------------000309050001080706020907 Content-Type: text/plain; name="portupgrade-pp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="portupgrade-pp.diff" Index: ports/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v retrieving revision 1.229 diff -u -r1.229 chapter.sgml --- ports/chapter.sgml 29 Nov 2004 21:43:37 -0000 1.229 +++ ports/chapter.sgml 9 Dec 2004 10:49:57 -0000 @@ -1163,10 +1163,19 @@ portupgrade should act on all those packages depending on the given package as well, and to act on all packages required by - the given packages. - To use packages instead of ports for installation, provide - and to just fetch distfiles without - building or installing anything, use . + the given packages. + + To use packages instead of ports for installation, provide + . With this option + portupgrade searches + the local directories listed in PKG_PATH, or fetch packages + from remote site if it is not found locally. If + packages can not be fetched remotely, + portupgrade will use ports. + To avoid using ports, specify . + + To just fetch distfiles (or packages, if -P is specified) + without building or installing anything, use . For further information see &man.portupgrade.1;. --------------000309050001080706020907--