www/horde-base
Andrey Chernov
ache at nagual.pp.ru
Thu Dec 20 11:05:08 PST 2007
On Thu, Dec 20, 2007 at 12:21:35AM -0900, Beech Rintoul wrote:
> > --- usr/local/www/horde/lib/Horde/NLS.php Sat Sep 29 17:22:46
> > 2007 +++ /usr/local/www/horde/lib/Horde/NLS.php Thu Dec 20
> > 10:38:46 2007 @@ -119,6 +119,10 @@
> > setlocale(LC_ALL, $lang_charset);
> > }
> > }
> > + /* avoid FreeBSD issapce(3) bug */
> > + if(NLS::getCharset() == "UTF-8"){
> > + setlocale(LC_CTYPE,"C");
> > + }
> > @putenv('LANG=' . $lang_charset);
> > @putenv('LANGUAGE=' . $lang_charset);
> > }
> >
> > Regards,
> > Nicki
>
> The problem has been fixed, update your ports tree and rebuild.
You need to use __FreeBSD_version check in your patch, since the bug
itself is fixed in 7x and up.
--
http://ache.pp.ru/
More information about the freebsd-ports
mailing list