summaryrefslogtreecommitdiffstats
path: root/share/man/man7/ports.7
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-06-02 14:15:35 +0000
committerkrion <krion@FreeBSD.org>2004-06-02 14:15:35 +0000
commitcefa1214ffb7ee8e8f991ddb66be1bc66e2ea031 (patch)
tree3ee8212aec05898cba9007eb5213f7cff0a13e9a /share/man/man7/ports.7
parente26f04b55bc0acf60dfab4dec0bbe8a73815c74d (diff)
downloadFreeBSD-src-cefa1214ffb7ee8e8f991ddb66be1bc66e2ea031.zip
FreeBSD-src-cefa1214ffb7ee8e8f991ddb66be1bc66e2ea031.tar.gz
- Mention new targets from bsd.port.mk:
* config * showconfig * rmconfig * describe - Add OPTIONS description - Word smithing PR: docs/67342 Reviewed by: ru Approved by: josef (mentor)
Diffstat (limited to 'share/man/man7/ports.7')
-rw-r--r--share/man/man7/ports.731
1 files changed, 30 insertions, 1 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 901c1af..3424623 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -106,6 +106,11 @@ Usually, you will only use the
.Cm install
target.
.Bl -tag -width ".Cm configure"
+.It Cm config
+Configure
+.Va OPTIONS
+for this port using
+.Xr dialog 1 .
.It Cm fetch
Fetch all of the files needed to build this port from the sites
listed in
@@ -159,8 +164,16 @@ This is all you really need to do.
.Pp
The following targets are not run during the normal install process.
.Bl -tag -width ".Cm fetch-recursive"
+.It Cm showconfig
+Display
+.Va OPTIONS
+config for this port.
+.It Cm rmconfig
+Remove
+.Va OPTIONS
+config for this port.
.It Cm fetch-list
-Show list of files needed to be fetched in order to build the port.
+Show list of files to be fetched in order to build the port.
.It Cm fetch-recursive
Fetch the distfiles of the port and all its dependencies.
.It Cm fetch-recursive-list
@@ -242,6 +255,10 @@ name matches
.Dq Li query .
Results include the matching ports' path, comment, maintainer,
build dependencies, and run dependencies.
+.It Cm describe
+Generate a one-line description of each port for use in the
+.Pa INDEX
+file.
.It Cm index
Create
.Pa /usr/ports/INDEX ,
@@ -334,6 +351,18 @@ Location of
If defined, only operate on a port if it requires interaction.
.It Va BATCH
If defined, only operate on a port if it can be installed 100% automatically.
+.It Va OPTIONS
+If defined, list of what
+.Va WITH_*
+options this port accepts.
+.Em Note :
+to make
+.Va OPTIONS
+actually work, it is necessary to include
+.Pa bsd.port.pre.mk
+before starting to test the
+.Va WITH_*
+variables.
.El
.Sh FILES
.Bl -tag -width ".Pa /usr/ports/Mk/bsd.port.mk" -compact
OpenPOWER on IntegriCloud