You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
Document 'port reclaim --keep-build-deps'
Closes: https://trac.macports.org/ticket/72627
(cherry picked from commit 8da8bced8a)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user