docs/119519: [PATCH] Move `config-recursive' where it belongs; document `all-depends-list'

Yuri Pankov yuri.pankov at gmail.com
Thu Jan 10 05:20:03 UTC 2008


>Number:         119519
>Category:       docs
>Synopsis:       [PATCH] Move `config-recursive' where it belongs; document `all-depends-list'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 10 05:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD 8.0-CURRENT amd64
>Description:
- `config-recursive' isn't run during normal install process, move it where it belongs.
- Document `all-depends-list' target
>How-To-Repeat:
man 7 ports
>Fix:

--- ports.7.diff begins here ---
--- src/share/man/man7/ports.7.orig	2008-01-10 07:46:02.000000000 +0300
+++ src/share/man/man7/ports.7	2008-01-10 08:02:30.000000000 +0300
@@ -111,11 +111,6 @@
 .Va OPTIONS
 for this port using
 .Xr dialog 1 .
-.It Cm config-recursive
-Configure
-.Va OPTIONS
-for this port and all its dependencies using
-.Xr dialog 1 .
 .It Cm fetch
 Fetch all of the files needed to build this port from the sites
 listed in
@@ -189,6 +184,11 @@
 Skip the ports which have already had their
 .Va OPTIONS
 configured.
+.It Cm config-recursive
+Configure
+.Va OPTIONS
+for this port and all its dependencies using
+.Xr dialog 1 .
 .It Cm fetch-list
 Show list of files to be fetched in order to build the port.
 .It Cm fetch-recursive
@@ -196,6 +196,8 @@
 .It Cm fetch-recursive-list
 Show list of files that would be retrieved by
 .Cm fetch-recursive .
+.It Cm all-depends-list
+Print a list of all dependencies for the port.
 .It Cm pretty-print-run-depends-list , pretty-print-build-depends-list
 Print a list of all the compile and run dependencies, and dependencies
 of those dependencies.
--- ports.7.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list