Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/27/2007 18:37:35
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Jul 27 18:37:35 UTC 2007

Modified Files:
	pkgsrc/mk/pkginstall: bsd.pkginstall.mk
	pkgsrc/mk/plist: plist.mk
Added Files:
	pkgsrc/mk/pkginstall: shlibs
Removed Files:
	pkgsrc/mk/plist: shlibs

Log Message:
Move the +SHLIBS generation code back into the pkginstall module.  In the
plist module, it was being "defined" too late, and the pkginstall module
never created any +SHLIBS scripts.  Sidestep the tools problems with
SHLIB_TYPE by pretending they don't exist (for now).

XXX SHLIB_TYPE needs to be re-thought or removed altogether.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/mk/pkginstall/bsd.pkginstall.mk
cvs rdiff -r0 -r1.7 pkgsrc/mk/pkginstall/shlibs
cvs rdiff -r1.28 -r1.29 pkgsrc/mk/plist/plist.mk
cvs rdiff -r1.1 -r0 pkgsrc/mk/plist/shlibs

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