Subject: Re: CVS commit: pkgsrc/mk
To: None <adrianp@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-changes
Date: 07/02/2007 20:57:35
Adrian Portelli wrote:
> Module Name: pkgsrc
> Committed By: adrianp
> Date: Sun Jul 1 00:06:42 UTC 2007
>
> Modified Files:
> pkgsrc/mk: bsd.pkg.clean.mk
>
> Log Message:
> Introduce PRIVILEGED_STAGE.
>
> This can currently only be set to 'clean' which will result in a
> priveleged 'make clean' operation in case any package builds result
> in files under ${WRKSRC} that are owned by root.
>
> This is useful for certain packages e.g. python (on NetBSD) and ezm3
> and possibly more.
I would have called this variable PRIVILEGED_STAGES (plural), since its
pkglint type will surely become a "List of Stage" later.
Roland