Subject: Re: CVS commit: pkgsrc/doc
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 08/08/2007 22:17:50
On Wed, Aug 08, 2007 at 04:03:22PM -0400, Greg Troxel wrote:
> What do other people think?  Should 'pkg_add -u' and 'make update' clear
> automatic tags?  If so, should 'make replace' clear tags too?  Should
> all three methods have consistent behavior?

pkg_add -u should IMO clear it. pkg_add -uu should keep it for recursed
to packages.

Aka: it is the responsibility of the caller to reset the flags.

Joerg