Subject: CVS commit: basesrc/usr.sbin/pkg_install
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 03/05/2002 15:01:22
Module Name:	basesrc
Committed By:	agc
Date:		Tue Mar  5 13:01:22 UTC 2002

Modified Files:
	basesrc/usr.sbin/pkg_install/admin: main.c
	basesrc/usr.sbin/pkg_install/create: perform.c pkg_create.1
	basesrc/usr.sbin/pkg_install/lib: lib.h plist.c version.h

Log Message:
Add a new packing list directive, @blddep, which notes the exact
version of the pre-requisite package which was used to build the
package. This is derived automatically from the list of pre-requisite
packages which is provided to pkg_create(1) in the -P argument.

Bump the version number to 20020305.

Versions of the pkg_install tools prior to 20020305, when adding a
binary package with embedded @blddep directives, will warn that the
directive is not recognised, but will continue to add the binary
package.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 basesrc/usr.sbin/pkg_install/admin/main.c
cvs rdiff -r1.28 -r1.29 basesrc/usr.sbin/pkg_install/create/perform.c
cvs rdiff -r1.31 -r1.32 basesrc/usr.sbin/pkg_install/create/pkg_create.1
cvs rdiff -r1.36 -r1.37 basesrc/usr.sbin/pkg_install/lib/lib.h
cvs rdiff -r1.31 -r1.32 basesrc/usr.sbin/pkg_install/lib/plist.c
cvs rdiff -r1.10 -r1.11 basesrc/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.