Subject: CVS commit: pkgsrc/mk/flavor/pkg
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2006 14:19:10
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Jun  6 14:19:10 UTC 2006

Modified Files:
	pkgsrc/mk/flavor/pkg: reduce-depends.awk

Log Message:
We diverged too much from reduce-depends.mk -- reduce-depends.mk
outputted dependencies if they conflicted and it didn't know how to
handle them, whereas reduce-depends.awk was removing them completely.
Restore the old behavior.

This fixes problems that manifest when multiple dependencies can be
built from the same pkgsrc package directory and which don't conflict
with each other, e.g. py23-gtk2 and py23-gtk2 can both be built from
pkgsrc/x11/py-gtk2.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/flavor/pkg/reduce-depends.awk

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