pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/32075



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.




Home | Main Index | Thread Index | Old Index