diff options
author | Olivier Certner <olce.freebsd@certner.fr> | 2023-06-03 20:27:49 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-06-03 20:28:08 +0000 |
commit | b4dd6e1a2837f16b1c4ad448976c5d7211ee28fe (patch) | |
tree | 727afe5d58cd7a2cf11daa462099483ee16546d9 /share/man/man7 | |
parent | 95aced446a8c6ada94a5a9dead6e2c68ce48ecb3 (diff) |
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
(cherry picked from commit d0b0bc37a3a5655c4979fbed206cfb6a30210ac0)
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 771d2ea239a5..fc339f9b88bf 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 @@ -235,20 +235,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 |