Subject: Re: pkg/32075
To: None <solaris-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: grant beattie <grant@NetBSD.org>
List: pkgsrc-bugs
Date: 11/17/2005 00:24:01
The following reply was made to PR pkg/32075; it has been noted by GNATS.

From: grant beattie <grant@NetBSD.org>
To: gnats-bugs@netbsd.org
Cc: solaris-pkg-people@netbsd.org, gnats-admin@netbsd.org,
	pkgsrc-bugs@netbsd.org
Subject: Re: pkg/32075
Date: Thu, 17 Nov 2005 11:23:14 +1100

 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.