/math/jts/

it'>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/icu
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: use sh(1) globbing for endian-sensitive pathjbeich2017-02-181-9/+3
| | | | | This should unbreak build on armeb, mipshf, mipsn32, mips64hf without having to worry about future architectures.
* devel/icu: update to 58.2jbeich2016-12-102-4/+4
| | | | Changes: http://site.icu-project.org/download/58#TOC-Updates-in-ICU-58.2
* Do not use post-stage. Use post-install instead.mat2016-12-021-1/+1
| | | | | | | | | | | | 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
* devel/icu-lx: add new portjbeich2016-11-201-4/+8
| | | | | | | | | | | | | | | | 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/
* devel/icu: update to 58.1jbeich2016-11-205-40/+153
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* - Update devel/icu to 57.1.tijl2016-09-2417-73/+245
| | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Revert update to version 57.1, it wasn't testedantoine2016-07-074-11/+10
| | | | | PR: 205120 With hat: portmgr
* devel/icu: TEST_TARGET is useless when the do-test target is definedgahr2016-07-061-1/+0
| | | | Reported by: mat
* devel/icu: update to 57.1gahr2016-07-064-9/+12
| | | | | | | PR: 205120 Submitted by: yuri@rawbw.com Reviewed by: gahr@FreeBSD.org Approved by: maintainer (timeout)
* - Remove duplicate GNU_CONFIGUREsunpoet2016-05-291-1/+0
|
* Test ARCH after inclusion of bsd.port.options.mk when it is definedbapt2015-06-011-2/+2
|
* Fix builds on big-endian architectures by declaring a CPPFLAG used internallysbruno2015-06-011-0/+5
| | | | | | by the source to handle big vs little endianess. PR: 199471
* Update icu to 55.1bapt2015-04-243-3/+6
|
* - Roll back r374962 (Fix build in MIPS (and other big-endian archs) by addin ↵amdmi32014-12-261-12/+0
| | | | | | | 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)
* - Fix build in MIPS (and other big-endian archs) by addin an include needed ↵amdmi32014-12-201-0/+12
| | | | | | | | | | for proper endianess detection Upstream ticket: https://ssl.icu-project.org/trac/ticket/11437 PR: 196044 Submitted by: amdmi3 Approved by: bapt
* Cleanup plistbapt2014-10-271-7/+0
|
* Canonicalize a few LICENSE_PERMSantoine2014-08-221