aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Certner <olce.freebsd@certner.fr>2023-06-02 02:36:54 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-02 02:38:16 +0000
commitd0b0bc37a3a5655c4979fbed206cfb6a30210ac0 (patch)
treec9f349ecd8f43f972db489cda84267addf2d8fa9
parented96987b4cfaa4137e172ea8615fef127518662a (diff)
downloadsrc-d0b0bc37a3a5655c4979fbed206cfb6a30210ac0.tar.gz
src-d0b0bc37a3a5655c4979fbed206cfb6a30210ac0.zip
ports(7): '*-list' targets: Add/fix doc on whether they are recursive
Signed-off-by: Olivier Certner <olce.freebsd@certner.fr> Reviewed-by: imp Pull-request: https://github.com/freebsd/freebsd-src/pull/691
-rw-r--r--share/man/man7/ports.718
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 4ffa418d1dbb..a23ce4d505a0 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 22, 2021
+.Dd June 1, 2023
.Dt PORTS 7
.Os
.Sh NAME
@@ -249,20 +249,20 @@ Configure
for this port and all its dependencies using
.Xr dialog4ports 1 .
.It Cm fetch-list
-Show list of files to be fetched in order to build the port.
+Show the list of files to fetch in order to build the port (but not its
+dependencies).
.It Cm fetch-recursive
Fetch the distfiles of the port and all its dependencies.
.It Cm fetch-recursive-list
Show list of files that would be retrieved by
.Cm fetch-recursive .
-.It Cm run-depends-list , build-depends-list
-Print a list of all the compile and run dependencies, and dependencies
-of those dependencies, by port directory.
+.It Cm build-depends-list , run-depends-list
+Print a list of all the direct compile or run dependencies for this port.
.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, by port name and version.
+Print a list of all recursive dependencies for this port.
+.It Cm pretty-print-build-depends-list , pretty-print-run-depends-list
+Print a list of all the recursive compile or run dependencies for this port by
+port name and version.
.It Cm missing
Print a list of missing dependencies to be installed for the port.
.It Cm clean