aboutsummaryrefslogtreecommitdiff
path: root/ports/icu
AgeCommit message (Collapse)Author
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-12[icu] Enable parallel builds (#6695)Curtis J Bezault
* Add VCPKG_NUM_LOGICAL_CORES * break out logic that retries running a command several times into its own function * Parallelize icu
2019-06-04[icu] Bump version numberemptyVoid
2019-06-02Move gpg-agent termination to vcpkg_acquire_msys.emptyVoid
2019-05-15[icu] Prevent stale MSYS gpg-agent.exe process blocking command control (#6407)heydojo
* Prevent stale MSYS gpg-agent.exe process blocking command control This commit fixes: https://github.com/microsoft/vcpkg/issues/5476 The issue is that CI environments such as Appveyor's VS2017 image will wait for all processes to complete. If a stale process resides as a result, builds will hang. There does not appear to be any good reason for gpg-agent.exe to be running once the build of icu has completed. Without this patch builds of icu4c using CI systems will very likely hang and not in an obvious way. Is this the _right_ solution to this problem? Probably not but it is one solution. And it degrades gracefully in that the build will not fail if gpg-agent.exe is not running. The gpg-agent.exe will not run again once MSYS has been configured, so to test this patch, a fresh install of vcpkg is required. Open the task manager and before the icu build completes, look for gpg-agent.exe just sitting there for no reason. Might I suggest that the issue is fixed in vcpkg MSYS instead or as well? Please don't request further from this commit. * [icu] Kill MSYS gpg-agent.exe on Windows
2018-12-21[msys2] bump control version in msys dependant portsPhil Christensen
2018-10-03Handle VCPKG_BUILD_TYPE (#4287)hlysunnaram
* [curl] fix build failure when VCPKG_BUILD_TYPE is set * [libmysql] fix build failure when VCPKG_BUILD_TYPE is set * [openssl-windows] use VCPKG_BUILD_TYPE to build release or debug only * [icu] use VCPKG_BUILD_TYPE to build release or debug only * [gdal] use VCPKG_BUILD_TYPE to build release or debug only * bump versions of curl, gdal, icu, libmysql and openssl-windows
2018-08-28[icu] Bump package versionRobert Schumacher
2018-08-26[icu] Support for compiling static libraries.icedream2linxi
2018-08-15fix issue #3683 - fix ICU build on Linux (#3685)James Clark
* fix issue #3683 - fix ICU build on Linux The following changes allow ICU to build on Linux: - use the ICU tgz distribution rather than the zip file, to avoid CRLF line endings on Linux - don't use MSYS on Linux - fix runConfigureICU options for Linux - fix CFLAGS, CXXFLAGS, and LDFLAGS for Linux - don't rename the resulting libraries on Linux * [icu] Enable VCPKG_CXX_FLAGS * [icu] Formatting
2018-04-06[icu] Update to version 61.1RT222
2018-02-24Add doxygen and add packages option to vcpkg_require_msys (#2869)Jacob Zhong
* Add doxygen to acquired programs * Add packages option to msys function * Add documentation for PACKAGES in vcpkg_require_msys * [ffmpeg][x264] Update to use `PACKAGES` parameter. Tweak docs.
2017-04-27[icu] fix build with 64bit msyscodicodi
2017-04-24[icu] Avoid renaming link.exe inside msys -- insert into middle of path instead.Robert Schumacher
2017-04-22[icu] update to 59.1codicodi
2016-12-30[icu] fix typocodicodi
2016-12-30[icu] force rebuild of databasecodicodi
2016-12-28[icu] update to 58.2codicodi
2016-12-01Fix arch/linkage checkscodicodi
2016-11-27Fix small logic errorcodicodi
2016-11-27[ICU] Initial commitcodicodi