Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 07/22/2003 10:12:48
Module Name: pkgsrc
Committed By: agc
Date: Tue Jul 22 10:12:48 UTC 2003
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
As part of the build information, record the full pathnames of the
shared object "provides" and "requires" information. This is only
turned on just now if ${CHECK_SHLIBS} is set to "YES".
Example output:
% pkg_info -B libutf | grep '^PROVIDES'
PROVIDES=/usr/pkg/lib/libutf.so.2
% pkg_info -B ssam | grep '^REQUIRES'
REQUIRES=/usr/lib/libc.so.12
REQUIRES=/usr/pkg/lib/libutf.so.2
%
To generate a diff of this commit:
cvs rdiff -r1.1218 -r1.1219 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.