aboutsummaryrefslogtreecommitdiff
path: root/devel/icu4/files
Commit message (Collapse)AuthorAgeFilesLines
* Work around the apparent bug in enum-to-enum casting in the 5.3 compilerMikhail Teterin2006-12-181-0/+50
| | | | | | | | | | | | by using the int-to-enum casting instead. The port should now build on 5.3 and wherever else the self-tests were failing before. Submitted to vendor. Obtained from: Michael Cornelius Notes: svn path=/head/; revision=180055
* Add a patch to fix test-failures in some "exotic" locales (obtained fromMikhail Teterin2006-11-071-0/+64
| | | | | | | | | | | | | | | | ICU): PR: 102629 Make sure to use not only "-O2", but also "-fno-strict-aliasing" -- but only when using the "stock" cc/c++ as the newer gcc-4.x does not seem to exhibit a problem. This seems to help the test-exposed miscompilations. PR: 103255 Notes: svn path=/head/; revision=176739
* Upgrade ICU from 3.4.1 to 3.6. Build WITHOUT_THREADS by default -- usingMikhail Teterin2006-09-221-16/+0
| | | | | | | | | | | | | | threads is broken on ia64 (marcel is investigating) and seems useless elsewhere. Filter `-funroll-loops' out of CFLAGS for now -- it seems to cause miscompilation occasionally. Correct the dependencies to stop requiring a particular version number of the ICU's libraries to ease future upgrades. Notes: svn path=/head/; revision=173622
* Update from 3.2 to 3.4. Enable full testing -- the previously hangingMikhail Teterin2005-10-206-558/+4
| | | | | | | test has been modified by the vendor. Notes: svn path=/head/; revision=145942
* Update this port (long obsoleted by icu2) to the latest icu-3.2.Mikhail Teterin2004-11-186-0/+597
Add Ukrainian KOI8-U encoding and fix Ukrainian spell-out rules. Build the vendor's tests and run them automatically after build. Once the wrinkles (if any) are ironed out, the current users of icu2 should switch to icu and icu2 deleted. PR: ports/71790 Submitted by: Andriy Gapon Notes: svn path=/head/; revision=121887