Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 05/28/2007 13:54:25
Module Name:	pkgsrc
Committed By:	heinz
Date:		Mon May 28 13:54:25 UTC 2007

Modified Files:
	pkgsrc/mk/flavor/pkg: metadata.mk
	pkgsrc/mk/plist: plist.mk

Log Message:
In order to avoid incorrect information about needed shared libraries in
+BUILD_INFO we must ensure that we only test valid lines from PLIST and
not lines like "@unexec /bin/rmdir..." where "/bin/rmdir" is not a part
of the resulting package.
To achieve this, a stripped version of PLIST, called _PLIST_NOKEYWORDS,
is introduced.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/mk/flavor/pkg/metadata.mk
cvs rdiff -r1.22 -r1.23 pkgsrc/mk/plist/plist.mk

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