Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2008 08:18:44 +0300 (MSK)
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/119519: [PATCH] Move `config-recursive' where it belongs; document `all-depends-list'
Message-ID:  <200801100518.m0A5IiWj058789@darklight.org.ru>
Resent-Message-ID: <200801100520.m0A5K2Wk024461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801100518.m0A5IiWj058789>