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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"