Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/24/2002 13:41:26
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Sep 24 10:41:26 UTC 2002

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

Log Message:
Allow passing multiple items to BUILDLINK_DEPENDS.<pkg>.  So, if we have

	BUILDLINK_DEPENDS.foo=	foo>=1.0 foo<1.5

then this is converted to:

	DEPENDS+=	foo>=1.0:../../category/foo
	DEPENDS+=	foo<1.5:../../category/foo

We can use this to record upper bounds on dependency versions.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 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.