pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/add List options alphabetic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7012b445704
branches:  trunk
changeset: 377758:f7012b445704
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Wed Mar 21 17:32:44 2018 +0000

description:
List options alphabetically.

diffstat:

 pkgtools/pkg_install/files/add/pkg_add.1 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 02306e332abe -r f7012b445704 pkgtools/pkg_install/files/add/pkg_add.1
--- a/pkgtools/pkg_install/files/add/pkg_add.1  Wed Mar 21 17:26:58 2018 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.1  Wed Mar 21 17:32:44 2018 +0000
@@ -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 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index