Subject: Re: CVS commit: pkgsrc
To: Tomasz Luchowski <zuntum@netbsd.org>
From: Johnny Lam <jlam@c35.jgrind.org>
List: pkgsrc-changes
Date: 08/19/2001 11:18:05
On Sun, Aug 19, 2001 at 11:25:40AM +0200, Tomasz Luchowski wrote:
> On Sat, Aug 18, 2001 at 12:16:53AM +0300, Johnny C. Lam wrote:
> > 
> > Module Name:	pkgsrc
> > Committed By:	jlam
> > Date:		Fri Aug 17 21:16:52 UTC 2001
> > 
> > Modified Files:
> [...]
> > 
> > Log Message:
> > Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
> > MAKE_ENV as they are now added by the buildlink files themselves.
> 
> There's one thing we must remember about now: when USE_BUILDLINK_ONLY
> is not set, USE_CONFIG_WRAPPER isn't either, hence FOO_CONFIG won't be passed to MAKE_ENV.
> In the past, I could add SDL_CONFIG="${BUILDLINK_CONFIG_WRAPPER.SDL}" to MAKE_ENV
> even when I didn't set USE_BUILDLINK_ONLY and it worked. How we have to set USE_CONFIG_WRAPPER
> by hand to make it work. Am I right?

No, nothing has changed except that I've relaxed the preconditions for
automatically setting FOO_CONFIG in CONFIGURE_ENV and MAKE_ENV.  If a package
worked before, it should continue to work now without any changes.

	Cheers,

	-- Johnny Lam <jlam@jgrind.org>