1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Fix NLS.php patch

- Bump portrevision
This commit is contained in:
Beech Rintoul 2008-02-29 19:00:49 +00:00
parent 4c72059a8c
commit ce190c8ff6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208200
4 changed files with 10 additions and 6 deletions

View File

@ -9,6 +9,7 @@ PORTNAME= horde
DISTVERSIONPREFIX=
DISTVERSION= 3.2
DISTVERSIONSUFFIX= -rc2
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX=
PKGNAMESUFFIX= -base

View File

@ -1,9 +1,10 @@
--- lib/Horde/NLS.php.orig 2007-09-29 07:22:46.000000000 -0800
+++ lib/Horde/NLS.php 2007-12-18 11:16:03.000000000 -0900
@@ -119,6 +119,10 @@
--- lib/Horde/NLS.php.orig 2008-01-22 10:08:06.000000000 -0900
+++ lib/Horde/NLS.php 2008-02-29 09:50:02.000000000 -0900
@@ -132,7 +132,10 @@
setlocale(LC_ALL, $lang_charset);
}
}
-
+ /* avoid FreeBSD issapce(3) bug */
+ if(NLS::getCharset() == "UTF-8"){
+ setlocale(LC_CTYPE,"C");

View File

@ -9,6 +9,7 @@ PORTNAME= horde
DISTVERSIONPREFIX=
DISTVERSION= 3.2
DISTVERSIONSUFFIX= -rc2
PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX=
PKGNAMESUFFIX= -base

View File

@ -1,9 +1,10 @@
--- lib/Horde/NLS.php.orig 2007-09-29 07:22:46.000000000 -0800
+++ lib/Horde/NLS.php 2007-12-18 11:16:03.000000000 -0900
@@ -119,6 +119,10 @@
--- lib/Horde/NLS.php.orig 2008-01-22 10:08:06.000000000 -0900
+++ lib/Horde/NLS.php 2008-02-29 09:50:02.000000000 -0900
@@ -132,7 +132,10 @@
setlocale(LC_ALL, $lang_charset);
}
}
-
+ /* avoid FreeBSD issapce(3) bug */
+ if(NLS::getCharset() == "UTF-8"){
+ setlocale(LC_CTYPE,"C");