Commit Graph

19 Commits

Author SHA1 Message Date
jasper
73450cbf84 - remove -lpthread related patches/chunks. 2012-09-21 13:17:45 +00:00
ajacoutot
cf56c00b44 Fix RCS ids, no pkg change. 2012-07-13 07:23:20 +00:00
ajacoutot
4ad1879c15 Unbreak on sparc.
spotted by sebastia@
2012-07-09 22:50:18 +00:00
ajacoutot
2aea829618 Fix build on big endian platforms.
breakage reported by Markus Lude
2012-07-05 10:05:34 +00:00
landry
354048edd9 Fix build on hppa, don't assume we have gcc atomics depending on a given
GNUC version. Fallback to mutex code on hppa.
2012-07-04 09:03:16 +00:00
ajacoutot
23e85ac2f3 Update to icu4c-49.1.2.
tested by jasper@ in a bulk, thanks!
ok jasper@
2012-06-22 07:07:14 +00:00
pascal
13fb368327 Fix a prototype so that -Werror=strict-prototypes works.
ok ajacoutot@
2012-05-04 08:56:35 +00:00
ajacoutot
6116487a7a Minor update to icu4c-4.8.1.1 and fix for denial of service and possible
code execution via out of bounds access.

ok sthen@
2012-01-28 10:41:29 +00:00
ajacoutot
3ec94788dd Maintenance update to icu4c-4.8.1. 2011-09-12 06:45:53 +00:00
ajacoutot
b4324dd188 Update to icu4c-4.8.
Maintainer timeout.

bulk tested by landry@, thanks!
ok landry@
2011-06-14 10:12:48 +00:00
landry
e68c194267 Update to icu 4.4, from MAINTAINER Vincent Gross (thanks!)
'just commit' robert@
2010-04-05 21:40:24 +00:00
landry
0407e44b6b Update to icu4c 4.2, from MAINTAINER Vincent Gross.
okay robert@
2009-06-07 00:54:43 +00:00
ajacoutot
cf38ca5476 - fix an evil typo... we use pthread, not phtread 2009-02-03 10:40:02 +00:00
landry
eccda17813 Update to icu4c 4.0.1, from MAINTAINER :
- Link with -pthread instead of -lphtread.
- Use VERSION (consistent with other ports, although it's still not a
  rule) and propagate it where needed.
- Propagate SO_VERSION using MAKE_FLAGS.
- Fix MASTER_SITES.
- Remove a bunch of patches that prevented .so links to be created, use
  a post-install target to remove them instead.

Discussed with and ok ajacoutot@
2009-01-27 22:11:15 +00:00
landry
e974342660 Update icu4c to 4.0, somehow based on a diff my MAINTAINER reworked by me.
Tested in a mulk muild, webkit and openoffice are happy with it.

ok robert@
2008-10-31 09:56:15 +00:00
robert
d8f5d8b8b3 make the setBreakType function public. the diff has been extracted
from openoffice's diff, so we can switch to our icu4c;

tested by simon@, jasper@; ok jasper@
2008-05-04 12:01:42 +00:00
jasper
108c810afa fix icu-config by making it recognize the shared libs naming schema
from Carlos Valiente <superdupont at gmail.com>
ok Vincent Gross (MAINTAINER)
2007-10-02 20:53:29 +00:00
steven
843d61b8de don't install shared libraries that don't follow our naming scheme,
and some port cleanup while here.

ok naddy@ simon@
2007-08-06 21:17:43 +00:00
simon
0ec3e0dfd0 import icu4c-3.6
ICU (International Components for Unicode) is a set for C/C++ and Java
librairies providing Unicode and globalization support. icu4c is the
C/C++ version.

ICU services include code page conversion, collation (comparison using
locale-specific ordering), locale-wise formatting, Unicode regexp and
bidirectionnal text handling.

ICU is available under an open source non-copyleft licence.

from MAINTAINER Vincent Gross via jasper@, with hints from ajacoutot@
and tweak by me
ok jasper@
2007-07-19 21:52:09 +00:00