Subject: Re: CVS commit: pkgsrc/mk/flavor/pkg
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-changes
Date: 10/09/2006 11:09:08
This commit was reverted as it broke the handling of newly
installed packages.
Joerg
On Mon, Oct 09, 2006 at 01:40:49AM +0000, Roland Illig wrote:
>
> Module Name: pkgsrc
> Committed By: rillig
> Date: Mon Oct 9 01:40:49 UTC 2006
>
> Modified Files:
> pkgsrc/mk/flavor/pkg: depends.mk
>
> Log Message:
> Replaced the pipe operator with temporary files, since the former hides
> errors. Now "make depends" stops on dependency directories that don't
> exist.
>
> The dependencies are first extracted into two temporary files and then
> combined with cat(1) because otherwise "make depends" passes silently on
> errors when it is called for the second time. Somehow ${.TARGET} didn't
> get removed.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.12 -r1.13 pkgsrc/mk/flavor/pkg/depends.mk
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.