pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files/add



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.

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



Home | Main Index | Thread Index | Old Index