Subject: Re: CVS commit: pkgsrc/mk
To: None <jlam@netbsd.org, pkgsrc-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: pkgsrc-changes
Date: 01/31/2002 17:09:25
On Sunday 27 January 2002 7:07 pm, Johnny C. Lam wrote:
> Module Name:	pkgsrc
> Committed By:	jlam
> Date:		Sun Jan 27 19:07:42 UTC 2002
> 
> Modified Files:
> 	pkgsrc/mk: bsd.pkg.mk
> 
> Log Message:
> MAKE_ENV is the make environment passed down to the build process.  It
> shouldn't be set as the environment for a make process invoked at the
> package (${.CURDIR}) level during the install phase because it can contain
> harmful settings.

OK. This breaks netsaint-base and friends because netsaint-base has a 
post-install target that relied on having BSD_INSTALL_* in the environment. 
What's the best thing to do here? It would seem sensible to have these 
available.

Nick