Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 05/07/2004 16:40:31
Module Name:	src
Committed By:	jlam
Date:		Fri May  7 16:40:31 UTC 2004

Modified Files:
	src/usr.sbin/pkg_install/info: info.h main.c perform.c pkg_info.1
	    show.c
	src/usr.sbin/pkg_install/lib: version.h

Log Message:
Add a new flag -Q (for "query") to pkg_info(1) to query the build
information for the definitions of specific variables that were saved
from build time, e.g.

	$ pkg_info -Q PKGPATH glib
	devel/glib
	$ pkg_info -Q PROVIDES glib
	/usr/pkg/lib/libglib.so.13
	/usr/pkg/lib/libgmodule.so.13
	/usr/pkg/lib/libgthread.so.13

Bump the version number of pkg_install(1) to 20040507.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.sbin/pkg_install/info/info.h
cvs rdiff -r1.39 -r1.40 src/usr.sbin/pkg_install/info/main.c
cvs rdiff -r1.51 -r1.52 src/usr.sbin/pkg_install/info/perform.c
cvs rdiff -r1.38 -r1.39 src/usr.sbin/pkg_install/info/pkg_info.1
cvs rdiff -r1.28 -r1.29 src/usr.sbin/pkg_install/info/show.c
cvs rdiff -r1.50 -r1.51 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.