Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 13:04:51 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa=?= <fernape@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 49ddfdec19b9 - main - ports(7): Add install-missing-packages to target list
Message-ID:  <202106101304.15AD4paf013374@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=49ddfdec19b975ae098cbe9717306d08e8a5879c

commit 49ddfdec19b975ae098cbe9717306d08e8a5879c
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-04-30 10:39:04 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-06-10 12:58:24 +0000

    ports(7): Add install-missing-packages to target list
    
    It is already used in the EXAMPLES section.
    
    Approved by:    bcr@ (manpages)
    Differential Revision: https://reviews.freebsd.org/D30044
---
 share/man/man7/ports.7 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index ed1e8633fe27..3a62a23d5a13 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 17, 2021
+.Dd June 10, 2021
 .Dt PORTS 7
 .Os
 .Sh NAME
@@ -217,6 +217,8 @@ target.
 .It Cm install
 Install the port and register it with the package system.
 This is all you really need to do.
+.It Cm install-missing-packages
+Install missing dependencies from packages instead of building them.
 .El
 .Pp
 The following targets are not run during the normal install process.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101304.15AD4paf013374>