Subject: Re: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-changes
Date: 08/26/2006 17:58:39
On Fri, Aug 25, 2006 at 07:51:31PM +0000, David Brownlee wrote:
>
> Module Name: pkgsrc
> Committed By: abs
> Date: Fri Aug 25 19:51:31 UTC 2006
>
> Modified Files:
> pkgsrc/doc: CHANGES-2006
>
> Log Message:
> Update pkg_chk to 1.80:
> - Intoduce fatal_later() and fatal_later_check() and use them to clean
> up reporting unavailable package dependencies
> - Remove unused references to opt_S (reported by bad@)
> - Fix manpage reference DEPENDS_TARGET -> UPDATE_TARGET (reported by bad@)
Actually, it should talk about both, IMO.
When UPDATE_TARGET is not set, DEPENDS_TARGET is used instead, which is
handy when some packages are also installed by hand to get consistent
behaviour.
Joerg