git: d0b0bc37a3a5 - main - ports(7): '*-list' targets: Add/fix doc on whether they are recursive
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:38:21 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d0b0bc37a3a5655c4979fbed206cfb6a30210ac0 commit d0b0bc37a3a5655c4979fbed206cfb6a30210ac0 Author: Olivier Certner <olce.freebsd@certner.fr> AuthorDate: 2023-06-02 02:36:54 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-06-02 02:38:16 +0000 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 --- share/man/man7/ports.7 | 18 +++++++++--------- 1 file 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