Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/pkg_install/add Pull up revision 1.60 (requested...



details:   https://anonhg.NetBSD.org/src/rev/b2c0c0a7c757
branches:  netbsd-3
changeset: 576810:b2c0c0a7c757
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 30 17:38:53 2005 +0000

description:
Pull up revision 1.60 (requested by hubertf in ticket #623):
Fix PR pkg/30658: don't fail for pkgs that were built with IGNORE_RECOMMENDED,
just issue a warning.
Checked by wiz@, no reply from original author (rh@) after several weeks. :(

diffstat:

 usr.sbin/pkg_install/add/pkg_add.1 |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r fd49e8e0efce -r b2c0c0a7c757 usr.sbin/pkg_install/add/pkg_add.1
--- a/usr.sbin/pkg_install/add/pkg_add.1        Sat Jul 30 17:36:16 2005 +0000
+++ b/usr.sbin/pkg_install/add/pkg_add.1        Sat Jul 30 17:38:53 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_add.1,v 1.57.2.2 2005/06/11 12:25:26 tron Exp $
+.\" $NetBSD: pkg_add.1,v 1.57.2.3 2005/07/30 17:38:53 tron Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -17,7 +17,7 @@
 .\"
 .\"     @(#)pkg_add.1
 .\"
-.Dd May 7, 2005
+.Dd July 13, 2005
 .Dt PKG_ADD 1
 .Os
 .Sh NAME
@@ -401,12 +401,7 @@
 is then checked for
 .Ev IGNORE_RECOMMENDED .
 If the package was built with dependency recommendations ignored,
-installation will be aborted.
-This behavior is overridable with the
-.Fl f
-flag and the
-.Ev PKG_IGNORE_RECOMMENDED
-environment variable.
+a warning will be issued.
 .It
 If the package contains a
 .Ar require



Home | Main Index | Thread Index | Old Index