Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/23/2007 15:23:49
Module Name: pkgsrc
Committed By: jlam
Date: Mon Jul 23 15:23:49 UTC 2007
Modified Files:
pkgsrc/mk: bsd.pkg.mk
pkgsrc/mk/pkginstall: bsd.pkginstall.mk
pkgsrc/mk/plist: plist.mk
Added Files:
pkgsrc/mk/plist: shlibs
Removed Files:
pkgsrc/mk/pkginstall: shlibs
Log Message:
Putting bsd.pkginstall.mk under bsd.tools.mk was a bad idea -- the
former set several USE_TOOLS lines that were being missed by bsd.tools.mk.
Rearrange the +SHLIBS code so that bsd.tools.mk can now be included
after bsd.pkginstall.mk again. The +SHLIBS code has now been moved
over to the plist module, which is so far the repository for all of
the shlib-type handling.
This should fix the problem with fonts handling being broken.
To generate a diff of this commit:
cvs rdiff -r1.1914 -r1.1915 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.27 -r1.28 pkgsrc/mk/pkginstall/bsd.pkginstall.mk
cvs rdiff -r1.5 -r0 pkgsrc/mk/pkginstall/shlibs
cvs rdiff -r1.27 -r1.28 pkgsrc/mk/plist/plist.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/plist/shlibs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.