Subject: CVS commit: othersrc/bootstrap-pkgsrc/pkg_install
To: None <source-changes@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: source-changes
Date: 03/29/2003 20:39:11
Module Name:	othersrc
Committed By:	jschauma
Date:		Sat Mar 29 18:39:11 UTC 2003

Modified Files:
	othersrc/bootstrap-pkgsrc/pkg_install/add: perform.c pkg_add.1
	othersrc/bootstrap-pkgsrc/pkg_install/admin: main.c
	othersrc/bootstrap-pkgsrc/pkg_install/info: main.c perform.c
	othersrc/bootstrap-pkgsrc/pkg_install/lib: version.h

Log Message:
Synch with main sources:

Changes by hubertf and seb; these changes tested on NetBSD, Linux and Irix.

Modified Files:
        src/usr.sbin/pkg_install/add: perform.c pkg_add.1

Log Message:
Implement remaining TODO item in pkg upgrade (pkg_add -u):
* Upgrade step 1/4: Check if the new version is ok with all pkgs
* (from +REQUIRED_BY) that require this pkg

Inspired by bsd.pkg.mk's upgrade(?) target.

Modified Files:
	src/usr.sbin/pkg_install/admin: main.c
	src/usr.sbin/pkg_install/info: main.c perform.c

Log Message:
Consistently check findmatchingname() return value for error condition.
Among other this fixes 'pkg_info -e whateverpkg' exit status when
/var/db/pkg is missing: it is now 1 and not 0.

Modified Files:
        src/usr.sbin/pkg_install/lib: version.h

Log Message:
Bump to "20030325" after today's changes from seb and me


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 othersrc/bootstrap-pkgsrc/pkg_install/add/perform.c
cvs rdiff -r1.2 -r1.3 othersrc/bootstrap-pkgsrc/pkg_install/add/pkg_add.1
cvs rdiff -r1.8 -r1.9 othersrc/bootstrap-pkgsrc/pkg_install/admin/main.c
cvs rdiff -r1.4 -r1.5 othersrc/bootstrap-pkgsrc/pkg_install/info/main.c
cvs rdiff -r1.7 -r1.8 othersrc/bootstrap-pkgsrc/pkg_install/info/perform.c
cvs rdiff -r1.7 -r1.8 othersrc/bootstrap-pkgsrc/pkg_install/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.