Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/27/2002 15:21:42
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Sep 27 12:21:42 UTC 2002

Modified Files:
	pkgsrc/mk/buildlink2: bsd.buildlink2.mk

Log Message:
Provide a way for buildlink2.mk files to convert a build dependency to
a full dependency.  BUILDLINK_DEPMETHOD.<pkg> is now a space-separated
list of the words "full" and/or "build", and if any of them is "full",
then a full dependency on <pkg> is used.  buildlink2.mk files may now do:

	BUILDLINK_DEPMETHOD.<pkg>+=	full

to convert from a build to a full dependency.

Previously, if a package Makefile set BUILDLINK_DEPMETHOD.<pkg>=build,
there was no way to override its value consistently.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/mk/buildlink2/bsd.buildlink2.mk

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