Document 'port reclaim --keep-build-deps'

Closes: https://trac.macports.org/ticket/72627
(cherry picked from commit 8da8bced8a)
This commit is contained in:
Joshua Root
2025-06-23 14:00:13 +10:00
parent 0714b87623
commit 4a96dc2f4a
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -25,6 +25,7 @@ port-reclaim \- Reclaims disk space\&.
.sp
.nf
\fBport\fR [\fB\-vdNy\fR] \fBreclaim\fR
[\-\-keep\-build\-deps]
[\-\-enable\-reminders] [\-\-disable\-reminders]
.fi
.SH "DESCRIPTION"
@@ -32,6 +33,11 @@ port-reclaim \- Reclaims disk space\&.
\fBport reclaim\fR will find files that can be removed to reclaim disk space by uninstalling inactive ports on your system as well as unnecessary unrequested ports, and removing unneeded or unused installation files\&. The user is then provided interactive options for files to remove\&. No files are removed initially, until the user selects them from the provided list\&.
.SH "OPTIONS"
.PP
\fB\-\-keep\-build\-deps\fR
.RS 4
Normally, ports are considered to be needed if they are either requested or a runtime dependency of another needed port\&. Using this option causes ports that are a build\-time dependency of another needed port to also be considered needed\&.
.RE
.PP
\fB\-\-enable\-reminders\fR
.RS 4
Enable regular reminders to run
+7
View File
@@ -10,6 +10,7 @@ SYNOPSIS
--------
[cmdsynopsis]
*port* [*-vdNy*] *reclaim*
[--keep-build-deps]
[--enable-reminders] [--disable-reminders]
DESCRIPTION
@@ -19,6 +20,12 @@ system as well as unnecessary unrequested ports, and removing unneeded or unused
OPTIONS
-------
*--keep-build-deps*::
Normally, ports are considered to be needed if they are either requested
or a runtime dependency of another needed port. Using this option causes
ports that are a build-time dependency of another needed port to also be
considered needed.
*--enable-reminders*::
Enable regular reminders to run *port reclaim*. Using this option will only
update the configuration; the reclaim process will not be run.