svn commit: r357478 - head/share/man/man7
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Feb 3 23:40:28 UTC 2020
Author: 0mp (doc,ports committer)
Date: Mon Feb 3 23:40:27 2020
New Revision: 357478
URL: https://svnweb.freebsd.org/changeset/base/357478
Log:
ports.7: Update examples with install-missing-packages
The ports framework recently grew support for installing dependencies with
a dedicated target called "install-missing-packages". Let's retire the
carefully constructed one-liner that was used for getting dependencies so
far and use the official ports target instead.
Reviewed by: bcr
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D23485
Modified:
head/share/man/man7/ports.7
Modified: head/share/man/man7/ports.7
==============================================================================
--- head/share/man/man7/ports.7 Mon Feb 3 23:30:47 2020 (r357477)
+++ head/share/man/man7/ports.7 Mon Feb 3 23:40:27 2020 (r357478)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 12, 2019
+.Dd February 4, 2020
.Dt PORTS 7
.Os
.Sh NAME
@@ -592,7 +592,7 @@ build its dependencies.
Instead, the dependencies are downloaded via
.Xr pkg 8 .
.Bd -literal -offset 2n
-.Li # Ic make missing | xargs pkg install --automatic --yes
+.Li # Ic make install-missing-packages
.Li # Ic make install
.Ed
.Pp
More information about the svn-src-all
mailing list