From owner-freebsd-doc@FreeBSD.ORG Tue Jan 29 18:50:02 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BEE616A419 for ; Tue, 29 Jan 2008 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D74613C44B for ; Tue, 29 Jan 2008 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0TIo29J072376 for ; Tue, 29 Jan 2008 18:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0TIo298072375; Tue, 29 Jan 2008 18:50:02 GMT (envelope-from gnats) Resent-Date: Tue, 29 Jan 2008 18:50:02 GMT Resent-Message-Id: <200801291850.m0TIo298072375@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, Thomas Abthorpe Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B320F16A420; Tue, 29 Jan 2008 18:43:23 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A142813C46B; Tue, 29 Jan 2008 18:43:23 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from freefall.freebsd.org (tabthorpe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0TIhN6P072278; Tue, 29 Jan 2008 18:43:23 GMT (envelope-from tabthorpe@freefall.freebsd.org) Received: (from tabthorpe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0TIhN3B072277; Tue, 29 Jan 2008 18:43:23 GMT (envelope-from tabthorpe) Message-Id: <200801291843.m0TIhN3B072277@freefall.freebsd.org> Date: Tue, 29 Jan 2008 18:43:23 GMT From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: docs/120124: Add ports-mgmt/genplist to pkg-plist section of Porter's Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Abthorpe List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2008 18:50:02 -0000 >Number: 120124 >Category: docs >Synopsis: Add ports-mgmt/genplist to pkg-plist section of Porter's Handbook >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: Tue Jan 29 18:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 7.0-PRERELEASE i386 >Organization: FreeBSD.GoodKing.Ca >Environment: System: FreeBSD freefall.freebsd.org 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #32: Tue Jan 15 15:07:33 UTC 2008 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: - Add ports-mgmt/genplist to pkg-plist section of Porter's Handbook >How-To-Repeat: >Fix: --- patch begins here --- Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.901 diff -u -r1.901 book.sgml --- book.sgml 28 Jan 2008 06:44:37 -0000 1.901 +++ book.sgml 29 Jan 2008 18:29:20 -0000 @@ -8574,9 +8574,12 @@ shared libraries section. Alternatively, use the plist script in - /usr/ports/Tools/scripts/ to build the - package list automatically. The first step is the same as - above: take the first three lines, that is, + /usr/ports/Tools/scripts/ or install + ports-mgmt/genplist + to build the package list automatically. + + When using the plist script, the first step is + the same as above: take the first three lines, that is, mkdir, mtree and make depends. Then build and install the port: @@ -8588,8 +8591,12 @@ &prompt.root; /usr/ports/Tools/scripts/plist -Md -m $(make -V MTREE_FILE) /var/tmp/$(make -V PORTNAME) > pkg-plist - The packing list still has to be tidied up by hand as - stated above. + To use genplist + + &prompt.root; genplist /var/tmp/$(make -V PORTNAME) + + In either case, the packing list still has to be tidied up by + hand as stated above. --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: