Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 04/11/2004 06:13:46
Module Name:	src
Committed By:	rh
Date:		Sun Apr 11 06:13:46 UTC 2004

Modified Files:
	src/usr.sbin/pkg_install: README
	src/usr.sbin/pkg_install/add: perform.c pkg_add.1
	src/usr.sbin/pkg_install/lib: lib.h version.h

Log Message:
Make pkg_add recognise binary packages built with ignored recommendations
(IGNORE_RECOMMENDED set in the presence of RECOMMENDED pre-requisites).
This change is fully backward-compatible: binary packages have set the
corresponding BUILD_INFO since RECOMMENDED was implemented.  Packages
built before that time will install as before.
Bump PKGTOOLS_VERSION to 20040411.
This closes PR pkg/24712 by Thomas Klausner.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.sbin/pkg_install/README
cvs rdiff -r1.97 -r1.98 src/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.48 -r1.49 src/usr.sbin/pkg_install/add/pkg_add.1
cvs rdiff -r1.68 -r1.69 src/usr.sbin/pkg_install/lib/lib.h
cvs rdiff -r1.47 -r1.48 src/usr.sbin/pkg_install/lib/version.h

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