aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2020-10-26[lcm] Fix build error on Linux (#14147)Lily
2020-10-26[poco] Update to 1.10.1 (#10326)Phoebe
2020-10-26[libmariadb] Fix OpenSSL feature option (#14196)Arves100
2020-10-26[zstd] Removing de-duplication of cmake flags (#13454)Nemirtingas
2020-10-26[fmt] Update to 7.1.0 (#14239)Cengizhan Pasaoglu
2020-10-26[vcpkg] Fix more cases of semicolon mishandling in "scripts" - follow-up to ↵Joachim Gehweiler
PR #12926 (#13968)
2020-10-26[cppwinrt] Update to version 2.0.201008.2 (#14092)Jared Irwin
2020-10-26[pcre] Export cmake targets (#13539)Phoebe
2020-10-25[ogre] Temporary disable dependency qt (#14226)Jack·Boos·Yu
2020-10-24[Many Ports] Baseline Fixes for 2020-10-24 CI Build (#14208)Billy O'Neal
* [libp7client, libp7-baical] Combine identical ports and update to libp7client 5.6. In a recent CI build, we started getting output like: Installing package libp7-baical[core]:x86-windows... The following files are already installed in C:/Dev/vcpkg/installed/x86-windows and are in conflict with libp7-baical:x86-windows Installed by libp7client:x86-windows bin/P7x32.dll bin/P7x32.pdb debug/bin/P7x32d.dll debug/bin/P7x32d.pdb include/P7/GTypes.h include/P7/P7_Client.h include/P7/P7_Cproxy.h include/P7/P7_Extensions.h include/P7/P7_Telemetry.h include/P7/P7_Trace.h It turns out that these ports are identical, they are just different versions of the same library. The libp7-baical version supported more platforms and was simpler, so took that one and updated it to a current version. * [ignition-modularscripts, ignition-msgs1] Attempt to fix intermittent build failures by disabling parallel configure. * Fix several "passing: remove from fail list." * [akali] Disable parallel configure. REGRESSION: akali:x64-windows. If expected, add akali:x64-windows=fail to .\scripts\ci.baseline.txt. Attempts to fix: CMake Error: Could not open file for write in copy operation C:/Dev/vcpkg/buildtrees/akali/src/fc94eb83a9-01654d3f7c.clean/include/akali_config.h.tmp CMake Error: : System Error: Permission denied CMake Error at CMakeLists.txt:20 (configure_file): configure_file Problem configuring file * [nvtt] Devendor libsquish This was regressed by https://github.com/microsoft/vcpkg/pull/13674 REGRESSION: nvtt:x64-linux. If expected, add nvtt:x64-linux=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-osx. If expected, add nvtt:x64-osx=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-windows-static. If expected, add nvtt:x64-windows-static=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-windows. If expected, add nvtt:x64-windows=fail to .\scripts\ci.baseline.txt. Installing package nvtt[core]:x64-linux... The following files are already installed in /mnt/vcpkg-ci/installed/x64-linux and are in conflict with nvtt:x64-linux Installed by libsquish:x64-linux debug/lib/libsquishd.a include/squish.h lib/libsquish.a * [knet] Disable parallel configure. REGRESSION: knet:x64-windows. If expected, add knet:x64-windows=fail to .\scripts\ci.baseline.txt. CMake Error at src/CMakeLists.txt:1 (configure_file): configure_file Problem configuring file * [libnice] Diable parallel configure. REGRESSION: libnice:x64-windows. If expected, add libnice:x64-windows=fail to .\scripts\ci.baseline.txt. CMake Error at CMakeLists.txt:13 (configure_file): configure_file Problem configuring file
2020-10-23[netcdf-c/nvtt] Update to the latest version (#13674)NancyLi1013
2020-10-23[Armadillo] update to 10.1.0 (#14159)JonLiu1993
2020-10-23[drogon] Fix build errors on linux/osx (#14148)An Tao
2020-10-23[restinio] update to v.0.6.11 (#14162)eao197
2020-10-23[ashes] Add new port. (#14087)Sylvain Doremus
2020-10-23[yara] update Yara from v3.10.0 to v4.0.2 (#13478)Giuseppe Massaro
* update Yara to v4.0.2 * Update ports/yara/CONTROL with version 4.0.2 Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2020-10-23[directxmesh] Use CMake build system and add dx12 feature (#13976)Rémy Tassoux
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-10-23[directxtex] Set dx12 feature as dependency for arm and uwp platforms (#14175)Rémy Tassoux
See https://github.com/microsoft/vcpkg/pull/13976#pullrequestreview-515132943
2020-10-23Add lilv port (#14080)Dominic Clark
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2020-10-23[libjuice] Add new port (#13703)Nemirtingas
* libjuice port * Various fix from pr. * Remove unused code * Update to v0.5.2 * Add the private include file for datachannel * Smaller patch for vcpkg * Update ports/libjuice/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update scripts/ci.baseline.txt Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update libjuice to support uwp ? * Add nettle include path * Fix the nettle library name Co-authored-by: Nemirtingas <nanaki89@hotmail.fr> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2020-10-23[libgit2] Update to 1.1.0 (#14137)Kevin Lu
2020-10-22[grpc] Update to v1.32.0 - use correct port version (#14152)Jozef Izso
* [grpc] grpc v1.32.0 - use correct port version * [grpc] update 00001-fix-uwp.patch * [grpc] update 00002-static-linking-in-linux.patch * [grpc] update 00004-link-gdi32-on-windows.patch * [grpc] update 00011-fix-csharp_plugin.patch
2020-10-22[libpq] Fix incidental linkage of DL on windows platforms. (#14172)ras0219
Previously, detecting the presence of the dlfcn-win32 library resulted in an incorrect `-ldl` injection. Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-10-21[efsw] Fix share location (#14145)JonLiu1993
2020-10-21[leptonica] Update to 1.80.0 (#14125)Phoebe
2020-10-21[log4cplus ] Normilize log4cplus unicode build (#14100)Nicolai Grodzitski
2020-10-21[shaderwriter] Add new port. (#14088)Sylvain Doremus
2020-10-21[libzippp] Use VCPKG_TARGET_IS_WINDOWS rather than WIN32 and avoid libzip ↵NancyLi1013
default features (#14063)
2020-10-21[libp7-baical] Fix build error (#13540)NancyLi1013
2020-10-21[libnoise] Fix build and header, install FindLibNoise.cmake (#14141)Jack·Boos·Yu
2020-10-20[ptex] Fix build on *inx (#14142)Jack·Boos·Yu
2020-10-20[libimobiledevice] Use upstream patched version (#14139)Billy O'Neal
2020-10-20[freetds] Update to v1.2.5 and update source to github. (#14120)Billy O'Neal
2020-10-20[rocksdb] update to v6.13.3 (#14085)Koby Kahane
2020-10-20[json-dto] update to v.0.2.11 (#14084)eao197
2020-10-20[cpr] Updated to 1.5.2 (#14131)Fabian Sauter
* Updated cpr to 1.5.2 * Updated the cpr SHA512
2020-10-20[hpx] Fix cmake config issue (#14112)Phoebe
2020-10-20[mlpack] Update to 3.4.1 (#14122)Phoebe
2020-10-20[opencv] Move dependency of protobuf from core to dnn/flann (#13987)Fei Chong
Co-authored-by: Fei Chong <fei.chong@calmcar.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-10-20[vulkan-headers] Added new port. (#14116)Sylvain Doremus
2020-10-20[cgal] Upgrade CGAL to 5.1 (#12614)Maxime GIMENO
2020-10-20[libgit2] Devendor bundled dependencies and allow choosing SSL backend (#13074)Kevin Lu
2020-10-20[ezc3d] Add new port (#14016)Rubén de Celis Hernández
2020-10-20[kenlm] New Port (#13692)Jacob Kahn
2020-10-20[curl] Fix #14049 (#14051)Kevin Lalumiere
2020-10-20[ffmpeg] fix theora, speex, and openssl static linkage, and ↵Matthias C. M. Troffaes
refactor/robustify library selection code into functions (#14026)
2020-10-20[cuda] improve maintainability for the version check (#14033)Simone Gasparini
2020-10-20[libmariadb] Update to 3.1.10 (#14121)NancyLi1013
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-20[libmediainfo] Update to 20.09 (#14105)Maxime Gervais
2020-10-20[opencv4] Fix build failure with some features (#14101)Matioupi