Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 03/19/2001 13:25:40
Module Name: pkgsrc
Committed By: dmcmahill
Date: Mon Mar 19 11:25:40 UTC 2001
Modified Files:
pkgsrc/mk/bulk: bsd.bulk-pkg.mk build build.conf-example post-build
pre-build
Log Message:
-add support for a BULK_PREREQ make variable. BULK_PREREQ contains a list
of packages which must stay installed during the build, but are not pulled
in by the DEPENDS for each package. Currently, BULK_PREREQ will always include
pkgtools/digest. At this time, the primary use will be to add
BULK_PREREQ+=pkgtools/xpkgwedge
in /etc/mk.conf to do an xpkgwedge'd bulk build. It is up to the user to make
sure that the list of packages in BULK_PREREQ is a flattened list (ie all the
DEPENDS are listed too). Again, at this time, xpkgwedge is really the only
package that should be added to the list.
-add an ADMINSIG build.conf variable. This is the signature at the end of the
email report. Maybe now I'll quit forwarding reports signed as "-Hubert".
-while here, eliminate grep|awk lines and `grep >/dev/null` replacing them
with pure awk and grep -q.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/mk/bulk/bsd.bulk-pkg.mk
cvs rdiff -r1.9 -r1.10 pkgsrc/mk/bulk/build
cvs rdiff -r1.7 -r1.8 pkgsrc/mk/bulk/build.conf-example
cvs rdiff -r1.11 -r1.12 pkgsrc/mk/bulk/post-build pkgsrc/mk/bulk/pre-build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.