Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2005 20:58:01
Module Name: pkgsrc
Committed By: tv
Date: Wed Jan 19 20:58:01 UTC 2005
Modified Files:
pkgsrc/mk/bulk: bsd.bulk-pkg.mk build.conf-example pre-build
Log Message:
* Add USE_BULK_TIMESTAMPS (default "yes") to control whether dependency
binpkg timestamps, and ${PKGDIR} file timestamps, will be used to
determine if a rebuild is necessary. If changed to "no", then rebuilds
will only happen when PKGNAME actually changes.
* Add LINTPKGSRC_DB (and companion USE_LINTPKGSRC_CACHE, default "no") to
make pre-build generate a reusable database with "lintpkgsrc -E"; helps
with nfs-mounted pkgsrc. A future change will allow use of this in the
upload script.
* Add entry for PRUNEPACKAGES in build.conf-example (this was missing).
To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 pkgsrc/mk/bulk/bsd.bulk-pkg.mk
cvs rdiff -r1.22 -r1.23 pkgsrc/mk/bulk/build.conf-example
cvs rdiff -r1.43 -r1.44 pkgsrc/mk/bulk/pre-build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.