aboutsummaryrefslogtreecommitdiff
path: root/devel/icu4
Commit message (Collapse)AuthorAgeFilesLines
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* 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
* After all the talk, I left -fstrict-aliasing in there -- instead of theMikhail Teterin2006-11-091-2/+2
| | | | | | | | | | | opposite. I need a vacation... Reported by: Chad Gross Notes: svn path=/head/; revision=176892
* Add a patch to fix test-failures in some "exotic" locales (obtained fromMikhail Teterin2006-11-072-2/+72
| | | | | | | | | | | | | | | | 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
* While the known problems (compiler bugs?) are being investigated, beMikhail Teterin2006-09-271-2/+2
| | | | | | | sure to compile with -O2 (not higher, not lower) to avoid some of them. Notes: svn path=/head/; revision=173975
* Fix the PLIST post-upgrade :-(Mikhail Teterin2006-09-242-0/+3
| | | | | | | Notified by: kris Notes: svn path=/head/; revision=173714
* Upgrade ICU from 3.4.1 to 3.6. Build WITHOUT_THREADS by default -- usingMikhail Teterin2006-09-225-49/+35
| | | | | | | | | | | | | | 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
* Unbreak for ia64 -- it should work now.Mikhail Teterin2006-08-221-4/+0
| | | | Notes: svn path=/head/; revision=171204
* Update from 3.4 to 3.4.1.Mikhail Teterin2006-08-223-11/+11
| | | | | | | Probed by: Badi K. Sudhakaran Notes: svn path=/head/; revision=171203
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* BROKEN on ia64: Segfault during buildKris Kennaway2005-11-211-0/+4
| | | | Notes: svn path=/head/; revision=148908
* Update from 3.2 to 3.4. Enable full testing -- the previously hangingMikhail Teterin2005-10-209-622/+31
| | | | | | | test has been modified by the vendor. Notes: svn path=/head/; revision=145942
* Add CONFLICTS (devel/icu and devel/icu2 conflicts).Jean-Yves Lefort2005-05-281-0/+2
| | | | Notes: svn path=/head/; revision=136311
* BROKEN on alpha: FPE during buildKris Kennaway2005-05-211-1/+7
| | | | Notes: svn path=/head/; revision=135803
* Chase master site to fix fetchingKris Kennaway2005-04-241-1/+1
| | | | Notes: svn path=/head/; revision=134076
* IBM restructured the ICU web site.Palle Girgensohn2005-03-061-1/+1
| | | | | | | Approved by: seanc (implicit) Notes: svn path=/head/; revision=130450
* Add missing files and manpages, and bump PORTREVISIONKris Kennaway2004-12-102-0/+4
| | | | Notes: svn path=/head/; revision=123666
* So this was not a fluke on my machine. intltest does hang more often,Mikhail Teterin2004-11-251-7/+21
| | | | | | | | | | | | | than it does not and a thread-guru should take a closer look. Modify the port to make `intltest' part optional, while running through other vendor's tests. Vendor is notified -- http://www.jtcsv.com/cgibin/icu-bugs/incoming?id=1141 While here, change echo to ${ECHO}. Notes: svn path=/head/; revision=122391
* Update from pre-release to the 3.2 -- officially released today.Mikhail Teterin2004-11-232-3/+3
| | | | | | | | | | There are still test-hanging issues :-\ Can a thread guru, please, try building this port? Some mentioning of this problem is at: http://oss.software.ibm.com/cvs/icu/~checkout~/icu/readme.html?tag=release-3-2#ImportantNotesCPlusPlus Notes: svn path=/head/; revision=122243
* Update this port (long obsoleted by icu2) to the latest icu-3.2.Mikhail Teterin2004-11-1810-82/+784
| | | | | | | | | | | | | | 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
* Tidy up whitespace.Trevor Johnson2004-04-101-2/+2
| | | | Notes: svn path=/head/; revision=106671
* Trim whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106662
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Per bento logs, advise anyone trying to use this port on the 64-bitMark Linimon2003-12-191-2/+8
| | | | | | | | | architectures that they need to upgrade. (Since the 2.x version has been out for a couple of years, this port should probably just be removed unless anyone sees a reason not to.) Notes: svn path=/head/; revision=96187
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgOliver Eikemeier2003-11-191-1/+1
| | | | | | | | PR: 59109 Approved by: marcus (mentor) Notes: svn path=/head/; revision=94400
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* I forgot to remove garbage...Jun Kuriyama2001-03-231-1/+0
| | | | Notes: svn path=/head/; revision=40256
* Add icu 1.7, international Components for Unicode (from IBM).Jun Kuriyama2001-03-175-0/+164
PR: ports/24649 Submitted by: dwm@caimis.com Notes: svn path=/head/; revision=39954