Received: by mail.netbsd.org (Postfix, from userid 605) id D0E7F84D94; Wed, 21 Mar 2018 17:32:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE07884D82 for ; Wed, 21 Mar 2018 17:32:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ss1JgN9zuFtA for ; Wed, 21 Mar 2018 17:32:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4C6D484D64 for ; Wed, 21 Mar 2018 17:32:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44B67FB40; Wed, 21 Mar 2018 17:32:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152165356423300" MIME-Version: 1.0 Date: Wed, 21 Mar 2018 17:32:44 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files/add To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20180321173244.44B67FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152165356423300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Wed Mar 21 17:32:44 UTC 2018 Modified Files: pkgsrc/pkgtools/pkg_install/files/add: pkg_add.1 Log Message: List options alphabetically. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152165356423300 Content-Disposition: inline Content-Length: 1526 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1 diff -u pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1:1.47 pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1:1.48 --- pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1:1.47 Wed Mar 21 17:26:58 2018 +++ pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1 Wed Mar 21 17:32:44 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_add.1,v 1.47 2018/03/21 17:26:58 sevan Exp $ +.\" $NetBSD: pkg_add.1,v 1.48 2018/03/21 17:32:44 sevan Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -119,6 +119,11 @@ removed. Read the configuration file from .Ar config instead of the system default. +.It Fl D +Force updating even if the dependencies of depending packages are not +satisfied by the new package. +This is used by "make replace", after which one would typically +replace the depending packages. .It Fl f Force installation to proceed even if prerequisite packages are not installed or the install script fails. @@ -128,11 +133,6 @@ will still try to find and auto-install a failure to find one will not be fatal. This flag also overrides the fatal error when the operating system or architecture the package was built on differ from that of the host. -.It Fl D -Force updating even if the dependencies of depending packages are not -satisfied by the new package. -This is used by "make replace", after which one would typically -replace the depending packages. .It Fl h Display help and exit. .It Fl I --_----------=_152165356423300--