Subject: Re: pkg/32075
To: None <gnats-bugs@netbsd.org>
From: grant beattie <grant@NetBSD.org>
List: pkgsrc-bugs
Date: 11/17/2005 11:23:14
On Wed, Nov 16, 2005 at 09:00:05AM +0000, Roland Illig wrote:

>  >  The configure script in www/zope3 is not GNU configure script,
>  >  I think that it ignores ${CONFIG_SHELL}.
>  
>  It cannot. Look at pkgsrc/mk/bsd.pkg.mk and grep for "do-configure:". 
>  The ${CONFIG_SHELL} is forced by pkgsrc; it's not the package's choice.
>  
>  I have CONFIG_SHELL set manually in my mk.conf. Maybe it's not /bin/ksh 
>  by default?

it is defined when GNU_CONFIGURE is true. are you sure having
CONFIG_SHELL in mk.conf is a good idea? you'll probably be hiding from
a few problems by doing this.. :)

the fix should be as simple as calling the configure script using
${SHELL}.

grant.