pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32075
The following reply was made to PR pkg/32075; it has been noted by GNATS.
From: grant beattie <grant%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: solaris-pkg-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
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.
Home |
Main Index |
Thread Index |
Old Index