Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2018 15:53:17
61.1,1
 |
jbeich  |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61) |
09 Feb 2018 09:12:48
60.2_2,1
 |
jbeich  |
devel/icu: drop C++98 compatibility workarounds
Now that both USE_GCC and -CURRENT default to C++14 there's little
reason to complicate maintenance. Revert r449685 to usher consumers
into post-C++11 world.
PR: 222433 222434 222435 |
15 Dec 2017 04:48:45
60.2_1,1
 |
jbeich  |
devel/icu: update to 60.2 (last minute fixes)
Changes: https://ssl.icu-project.org/trac/log/branches/maint/maint-60?rev=40727&stop_rev=40711
Reported by: Mozilla |
10 Dec 2017 15:39:38
60.2,1
 |
jbeich  |
devel/icu: update to 60.2
Changes: http://site.icu-project.org/download/60#TOC-ICU-60.2-bug-fixes
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
27 Nov 2017 16:15:44
60.1_1,1
 |
jbeich  |
devel/icu: backport a few bugfixes
Obtained from: upstream
Reported by: Mozilla |
09 Nov 2017 02:31:48
60.1,1
 |
jbeich  |
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine |
04 Oct 2017 02:39:09
59.1,1
 |
jbeich  |
devel/icu: restore SourceForge mirror after r422711 |
25 Sep 2017 00:02:36
59.1,1
 |
jbeich  |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine |
10 Sep 2017 20:55:39
58.2_3,1
 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
04 May 2017 21:44:57
58.2_2,1
 |
jkim  |
Apply upstream patches to fix CVE-2017-7867 and CVE-2017-7868.
http://bugs.icu-project.org/trac/changeset/39671
PR: 218951
MFH: 2017Q2 |
07 Apr 2017 22:06:08
58.2_1,1
 |
rezny  |
Behave same on BSDs as on Darwin in that UTF-8 shall be used instead of
ASCII outside the POSIX 'C' locale and UTF-8 is deafult in case anything
should call ucnv_getDefaultName() prior to calling setlocale(). This change
fixes problems that occur in multiple Qt5 applications when handling files
with names containing non-ASCII characters.
PR: 216372
Reported by: vvd@unislabs.com
Approved by: bapt (office@), swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10128 |
18 Feb 2017 00:29:07
58.2,1
 |
jbeich  |
devel/icu: use sh(1) globbing for endian-sensitive path
This should unbreak build on armeb, mipshf, mipsn32, mips64hf without
having to worry about future architectures. |
10 Dec 2016 00:43:33
58.2,1
 |
jbeich  |
devel/icu: update to 58.2
Changes: http://site.icu-project.org/download/58#TOC-Updates-in-ICU-58.2 |
02 Dec 2016 11:58:22
58.1,1
 |
mat  |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
19 Nov 2016 18:22:09
58.1,1
 |
jbeich  |
devel/icu-lx: add new port
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
The ParagraphLayout object will analyze the text into runs of text in
the same font, script and direction, and will create a LayoutEngine
object for each run. The LayoutEngine will transform the characters into
glyph codes in visual order.
Clients can use this to break a paragraph into lines, and to display the
glyphs in each line.
http://site.icu-project.org/ |
19 Nov 2016 18:21:20
58.1,1
 |
jbeich  |
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt) |
24 Sep 2016 11:06:57
57.1,1
 |
tijl  |
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine) |
06 Jul 2016 22:00:44
55.1,1
 |
antoine  |
Revert update to version 57.1, it wasn't tested
PR: 205120
With hat: portmgr |
06 Jul 2016 08:06:56
57.1
 |
gahr  |
devel/icu: TEST_TARGET is useless when the do-test target is defined
Reported by: mat |
06 Jul 2016 06:18:51
57.1
 |
gahr  |
devel/icu: update to 57.1
PR: 205120
Submitted by: yuri@rawbw.com
Reviewed by: gahr@FreeBSD.org
Approved by: maintainer (timeout) |
28 May 2016 17:11:11
55.1
 |
sunpoet  |
- Remove duplicate GNU_CONFIGURE |
31 May 2015 19:00:17
55.1
 |
bapt  |
Test ARCH after inclusion of bsd.port.options.mk when it is defined |
31 May 2015 18:51:27

 |
sbruno  |
Fix builds on big-endian architectures by declaring a CPPFLAG used internally
by the source to handle big vs little endianess.
PR: 199471 |
23 Apr 2015 21:26:10
55.1
 |
bapt  |
Update icu to 55.1 |
25 Dec 2014 17:32:32
53.1
 |
amdmi3  |
- Roll back r374962 (Fix build in MIPS (and other big-endian archs) by addin an
include needed for proper endianess detection) as it breaks build on i386 < 10.x
until proper solution is found
PR: 196044
Approved by: bapt (implicit) |
19 Dec 2014 18:13:01
53.1
 |
amdmi3  |
- Fix build in MIPS (and other big-endian archs) by addin an include needed for
proper endianess detection
Upstream ticket: https://ssl.icu-project.org/trac/ticket/11437
PR: 196044
Submitted by: amdmi3
Approved by: bapt |
27 Oct 2014 10:40:08
53.1
 |
bapt  |
Cleanup plist |
22 Aug 2014 07:20:30
53.1
 |
antoine  |
Canonicalize a few LICENSE_PERMS
With hat: portmgr |
25 Jun 2014 05:35:32
53.1
 |
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
11 Jun 2014 14:31:01
53.1
 |
bapt  |
Update to icu 53.1, recommand to the user to rebuild all their applications
depending on icu |
07 Feb 2014 11:40:13
52.1
 |
bapt  |
Update to icu 52.1
Use options helpers |
11 Dec 2013 21:47:58
50.1.2
 |
bapt  |
Support stage
USE_GMAKE->USES=gmake
USES=pathfix instead of custom patch |
20 Sep 2013 17:04:44
50.1.2
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
14 Aug 2013 22:35:54
50.1.2
 |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
20 Feb 2013 20:59:13
50.1.2
 |
sunpoet  |
- Fix typo |
14 Feb 2013 09:42:13
50.1.2
 |
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
31 Jan 2013 16:03:51
50.1.2
 |
bapt  |
- update to 50.1.2
- changes: fix ABI regression introduced in 50.1.1
more defails http://bugs.icu-project.org/trac/ticket/9826 |
08 Jan 2013 20:03:49
50.1.1
 |
jkim  |
Derive the major version number from PORTVERSION as we did before r309203. |
08 Jan 2013 12:52:02
50.1.1
 |
bapt  |
Fix plist and while here remove regession test from post-build |
08 Jan 2013 12:16:10
50.1.1
 |
bapt  |
Update to 50.1.1
This version fixes the failure when building libreoffice if icu is built with
gcc. |
18 Dec 2012 23:05:59
50.1
 |
bapt  |
Update to version 50.1 |
26 Sep 2012 08:40:40
4.8.1.1_1
 |
bapt  |
Convert to OptionsNG |
04 Sep 2012 03:05:24
4.8.1.1_1
 |
linimon  |
Mark as broken on ARM.
PR: ports/170946
Submitted by: linimon
Hat: portmgr |
20 Aug 2012 15:29:54
4.8.1.1_1  |
bapt  |
- fix build with libc++
PR: ports/169868
Submitted by: Jan Beich <jbeich@tormail.org> |
14 Jan 2012 20:12:19
4.8.1.1_1  |
bapt  |
Fix build with clang on amd64
Submitted by: kwm@, dim@ and d0k (clang developer) |
23 Dec 2011 14:54:18
4.8.1.1_1  |
crees  |
Fix potential out of bounds access in _canonicalize devel/icu
Not sure this is worth a VuXML, but one will be made on request
PR: ports/163476
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Obtained from: http://bugs.icu-project.org/trac/ticket/8984 |
07 Dec 2011 12:58:20
4.8.1.1  |
bapt  |
Mark MAKE_JOBS_SAFE, tested with hw.ncpus=8 and hw.ncpus=16
Feature safe: yes |
04 Nov 2011 14:46:51
4.8.1.1  |
bapt  |
Add the forgotten redhat patch |
04 Nov 2011 13:24:27
4.8.1.1  |
bapt  |
- upgrade to the maintainance release 4.8.1.1
- do not use anymore the runConfigureScript helper but directly use configure
(this fix all the libreoffice problem related to icu)
- add a patch from redhat to fix crash with freeserif
PR: ports/162229 [1], ports/160540 [2], ports/160763 [2]
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> [1], Dmitry
Pryanishnikov <lynx.ripe@gmail.com> [2], Tomas Volka <tomas.volka@unicorn.eu>
Tested by: frogs (irc://freenode/##freebsd) |
11 Sep 2011 17:21:32
4.8.1  |
ehaupt  |
Update MASTER_SITES, use SF mirror. Current MASTER_SITES returns
"Moved Temporarily". |
22 Jul 2011 21:50:14
4.8.1  |
bapt  |
- update to 4.8.1
- maintenance only release
- pet portlint |
22 Jul 2011 05:30:11
4.8  |
bapt  |
Pass matainership to the new office team |
10 Jul 2011 21:07:07
4.8  |
bapt  |
add a forgotten patch to icu |
10 Jul 2011 21:06:39
4.8  |
bapt  |
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines |
15 Mar 2011 13:46:52
4.6.1  |
bapt  |
- update to 4.6.1 |
15 Jan 2011 14:16:17
4.6  |
bapt  |
parallel build fails when npcu=8 so mark jobs unsafe
PR: ports/153768
Submitted by: Alexey Illarionov <littlesavage at rambler.ru>
Feature safe: yes |
09 Jan 2011 12:50:16
4.6  |
bapt  |
icu-4.8 doesn't fail on sparc64, so remove BROKEN
Submitted by: flo
Tested by: flo |
20 Dec 2010 11:12:36
4.6  |
bapt  |
- fix a typo in patch-cc-flags[1]
- re-add CONFLICTS for a couple of month to prevent user from installing the new
devel/icu while they still have an old version of devel/icu2 or devel/icu4 [2]
Submitted by: Ruslan Mahmatkhanov <cvs-src _at_ yandex.ru> (by mail) [1] and
bsam@ (by mail) [2] |
17 Dec 2010 07:36:02
4.6  |
bapt  |
Remove conflict now that devel/icu[24] are dead
While here add LICENSE |
15 Dec 2010 11:47:50
4.6  |
bapt  |
Remove forgotten old patch
Reported by: QAT |
15 Dec 2010 11:36:42
4.6  |
bapt  |
- Update devel/icu to 4.6
- Deprecate devel/icu4
PR: ports/152940 |
09 Dec 2010 07:42:41
3.8.1_3  |
bapt  |
Take maintainership
Approved by: previous maintainer (by mail) |
27 Jun 2010 01:21:46
3.8.1_3  |
dougb  |
Add a patch to permit compilation with gcc > 4.2.1.
PR: ports/139652
Submitted by: Olivier Cochard-Labbé <olivier@cochard.me>
Approved by: maintainer timeout (6 months)
Feature safe: yes |
25 Mar 2010 22:38:34
3.8.1_3  |
mm  |
- Fix CONFLICTS between icu3 and icu4
PR: ports/142910
Approved by: maintainer (timeout) |
15 Sep 2009 06:07:46
3.8.1_2  |
linimon  |
Temporarily disable self-tests on sparc64 to be able to make release
packages. TestInt64Format fails on sparc64.
Hat: portmgr |
22 Aug 2009 00:18:43
3.8.1_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
04 Apr 2009 00:52:34
3.8.1_2  |
mi  |
Disable the parallelized building. It seems, there are races hidden in
the vendor's makefiles.
Those (like myself), for whom the parallel build just worked, can simply
use the new whitelist functionality of the ports system. |
25 Mar 2009 16:42:59
3.8.1_2  |
mi  |
Add a patch, which fixes the code on those odd days, which are shorter
(or longer) than 24 hours.
PR: ports/128521
Submitted by: Dmitry A Grigorovich
While here simplify the MASTER_SITES syntax. Bump PORTREVISION. |
08 Sep 2008 03:28:26
3.8.1_1  |
linimon  |
Re-enable on sparc64; it builds on some machines and not others. Cause
has not yet been identified. |
01 Aug 2008 06:16:57
3.8.1_1  |
linimon  |
Mark as broken on sparc64: fails in Makefile step. |
19 Apr 2008 17:56:05
3.8.1_1  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
18 Feb 2008 17:06:33
3.8.1_1  |
mi  |
Add a patch to fix a security problem with back-reference \0 in
regular-expression processing: CVE-2007-4770/1:
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4770
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4771
Bump PORTREVISION.
PR: ports/120379
Submitted by: Tsurutani Naoki
Since OpenOffice (mysteriously) continues to build its own version
of ICU, its needs to be patched independently. |
07 Feb 2008 05:31:44
3.8.1  |
mi  |
Upgrade from 3.6 to 3.8.1. |
30 Jan 2007 04:23:59
3.6  |
kris  |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose |
18 Dec 2006 05:52:46
3.6  |
mi  |
Work around the apparent bug in enum-to-enum casting in the 5.3 compiler
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 |
09 Nov 2006 02:55:27
3.6  |
mi  |
After all the talk, I left -fstrict-aliasing in there -- instead of the
opposite.
I need a vacation...
Reported by: Chad Gross |
07 Nov 2006 19:14:25
3.6  |
mi  |
Add a patch to fix test-failures in some "exotic" locales (obtained from
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 |
27 Sep 2006 13:33:14
3.6  |
mi  |
While the known problems (compiler bugs?) are being investigated, be
sure to compile with -O2 (not higher, not lower) to avoid some of them. |
24 Sep 2006 14:39:24
3.6  |
mi  |
Fix the PLIST post-upgrade :-(
Notified by: kris |
22 Sep 2006 22:22:19
3.6  |
mi  |
Upgrade ICU from 3.4.1 to 3.6. Build WITHOUT_THREADS by default -- using
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. |
22 Aug 2006 14:19:23
3.4.1  |
mi  |
Unbreak for ia64 -- it should work now. |
22 Aug 2006 14:18:19
3.4.1  |
mi  |
Update from 3.4 to 3.4.1.
Probed by: Badi K. Sudhakaran |
04 May 2006 21:41:12
3.4  |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
22 Jan 2006 08:30:12
3.4  |
edwin  |
SHA256ify
Approved by: krion@ |
21 Nov 2005 01:40:28
3.4  |
kris  |
BROKEN on ia64: Segfault during build |
20 Oct 2005 13:27:19
3.4  |
mi  |
Update from 3.2 to 3.4. Enable full testing -- the previously hanging
test has been modified by the vendor. |
28 May 2005 00:44:30
3.2_1  |
jylefort  |
Add CONFLICTS (devel/icu and devel/icu2 conflicts). |
21 May 2005 18:12:18
3.2_1  |
kris  |
BROKEN on alpha: FPE during build |
24 Apr 2005 19:01:13
3.2_1  |
kris  |
Chase master site to fix fetching |
06 Mar 2005 14:11:10
3.2_1  |
girgen  |
IBM restructured the ICU web site.
Approved by: seanc (implicit) |
10 Dec 2004 22:49:47
3.2_1  |
kris  |
Add missing files and manpages, and bump PORTREVISION |
25 Nov 2004 08:44:01
3.2  |
mi  |
So this was not a fluke on my machine. intltest does hang more often,
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}. |
23 Nov 2004 20:14:04
3.2  |
mi  |
Update from pre-release to the 3.2 -- officially released today.
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 |
18 Nov 2004 19:58:22
3.2  |
mi  |
Update this port (long obsoleted by icu2) to the latest icu-3.2.
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 |
10 Apr 2004 17:26:55
1.7_1  |
trevor  |
Tidy up whitespace. |
10 Apr 2004 16:07:10
1.7_1  |
trevor  |
Trim whitespace. |
04 Feb 2004 05:21:48
1.7_1  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
1.7  |
trevor  |
SIZEify. |
19 Dec 2003 08:21:43
1.7  |
linimon  |
Per bento logs, advise anyone trying to use this port on the 64-bit
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.) |
19 Nov 2003 19:28:40
1.7  |
eik  |
Reset unreachable MAINTAINERs to ports@FreeBSD.org
PR: 59109
Approved by: marcus (mentor) |