Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 11/16/2005 22:58:59
Module Name:	pkgsrc
Committed By:	rillig
Date:		Wed Nov 16 22:58:59 UTC 2005

Modified Files:
	pkgsrc/mk/bulk: bsd.bulk-pkg.mk

Log Message:
Changes for separation of BULKFILESDIR and PKGSRCDIR.

- Added a bunch of internal variables that determine the correct places
  for the build log files of the current package.
- Added section headings.
- Moved a sanity check out of the configuration section to not confuse
  the reader.
- mk/bulk/print{depends,index} are called with two arguments, which allows
  separation of BULKFILESDIR and PKGSRCDIR.
- Replaced uses of BUILDLOG, BROKENFILE and BROKENWRKLOG with their
  internal counterparts, which use ${BULKFILESDIR} instead of ${PKGSRCDIR}.


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 pkgsrc/mk/bulk/bsd.bulk-pkg.mk

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