aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-06-20[sqlite3]: Shared library support for Linux (#6856)Jackie Ng
* [sqlite]: Shared library support for Linux * [sqlite3]: Switch back to CMAKE_SYSTEM_NAME checks per original PR (#6122) * [sqlite3]: Remove redundant "WindowsStore" system name check as "Windows" should already catch it. * [sqlite3]: Re-bump portfile * [sqlite3] added error message
2019-06-19[msmpi] Fix /MD for static libs. (#6945)NancyLi1013
* [msmpi] Fix /MD for static libs. * [msmpi] Don't install static-crt static libs when using debug crt
2019-06-19crossplatform add to path (#6961)Igor Kostenko
2019-06-18[casclib] Add new port (#6744)Stijn Herfst
* [casclib] Add new port
2019-06-18[opencv] Fixed OpenCV versioning using wrong commit (#6812)Philipp Hasper
* [opencv] Fixed OpenCV versioning using wrong commit As there is no OpenCV repository, the hash is wrongly determined Closes #6708 * [opencv] cmake disable find package git
2019-06-18[protobuf] Update to 3.8.0 (#6739)myd7349
* [protobuf] Update to 3.8.0 * [nlopt] set options off * [shogun] should not use CMAKE_SYSTEM_PROCESSOR in port file * [protobuf] Add Homepage * [protobuf] turn warning flag off * [protobuf] Fix orc build error on macOS * bump shogun, fix nlopt
2019-06-18Graphicsmagick 1.3.32 (#6947)Josue Andrade Gomes
* GraphicsMagick 1.3.32 * Fix missing header install
2019-06-18[spdlog]Add feature[benchmark] (#6924)JackBoosY
* [spdlog]Add feature[benchmark]
2019-06-17[qt5-declarative]Fix error when building release-only. (#6927)JackBoosY
2019-06-17[sdl2-mixer]Fix build error with feature opusfile. (#6929)JackBoosY
2019-06-17[log4cplus]Fix lnk2019 errors when using log4cplus. (#6930)JackBoosY
2019-06-17[nvtt]Upgrade version to 2.1.1 and fix build error on windows. (#6765)JackBoosY
* [nvtt]Upgrade version to 2.1.1 and fix build error on windows. * [nvtt]Fix build error on OSX. * [nvtt]Merge two patches. * [nvtt]Re-trigger CI system. * [nvtt]Fix build error on OSX.
2019-06-17[realsense2] Enable OpenNI2 driver option (#5275)Tsukasa Sugiura
* [realsense2] Update to v2.18.0 Update realsense2 port to librealsense v2.18.0. * [realsense2] Add OpenNI2 driver option Add OpenNI2 driver option. * [realsense2] Fix OpenNI2 driver option * [realsense2] Remove unnecessary patch * [realsense2] Bump CONTROL version
2019-06-17[realsense2] Update to v2.19.0 (#5777)Claudio Fantacci
* [realsense2] Update to v2.19.0 * [realsense2] Update to version 2.22.0
2019-06-17[libsodium] Update to 1.0.18 (#6778)myd7349
2019-06-17[libwebsockets] Fix build error on Linux (#6855)wangli28
2019-06-17[blosc] Fix the bug when building release-only. (#6928)NancyLi1013
2019-06-17[restclient-cpp] new port (#6936)Nikita
2019-06-17[leveldb] Port update (#6900)wangli28
2019-06-17[opencv]Fix build error with feature gdcm: cannot find openjp2. (#6901)JackBoosY
2019-06-17[Exiv2] update to 0.27.1 (#6905)Jason Juang
2019-06-17[mlpack] Updated to version 3.1.1 (#6907)Miguel
* [mlpack] Updated to version 3.1.0 * [mlpack] Updated to version 3.1.1
2019-06-17[forest] move to 12.0.0 (#6938)Phil Christensen
2019-06-17[ppconsul] Add new port (#6911)Samuel Marks
2019-06-17[libmodplug] Always use the upstream repository (#6912)JackBister
2019-06-17[parallel-hashmap] Update to current 1.23 version and include natvis file. ↵Gregory Popovitch
(#6917)
2019-06-17[sqlite3] Update to 3.28.0 (#6921)Kevin Lu
2019-06-17[wt] Fix XML file installation path (#6925)wangli28
2019-06-17[aws-sdk-cpp]Upgrade to 1.7.116 (#6932)JackBoosY
2019-06-17RESTinio updated to v.0.5.1 (#6933)eao197
2019-06-17[greatest] Add new port (#6934)myd7349
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-14[libsquish] fix flaky build (#6893)Phil Christensen
2019-06-14[vtk] fix static hdf5 linkage. (#6782)Alexander Neumann
2019-06-14[OpenIGTLInk] Add new port (#6769)NancyLi1013
2019-06-14[arrow] fix findzstd patch (#6757)Alexander Neumann
2019-06-14[libogg] Update to 1.3.3-3 (#6588)evpobr
* [libogg] Update to 1.3.3-3 * No patches required (merged in upstream) Notes: Target name changed: Ogg::Ogg -> Ogg::ogg (official).
2019-06-14[itk] Upgrade to 5.0.0 (#6767)wangli28
2019-06-14set CMAKE_SYSTEM_PROCESSOR in Linux (#6872)dan-shaw
* add vcpkg_target_architecture to vcpkg_configure_cmake * modify shogun and thrift * update glbinding
2019-06-14[sqlite-orm] fix tag, update hash (#6894)Phil Christensen
2019-06-14[sndfile/libsndfile] remove duplicate port, forward to libsndfile (#6896)Phil Christensen
2019-06-14[libraqm] Add new port (0.6.0) (#6659)Tobias Markus
* Add libraqm * [libraqm] Whitespace changes to force rebuild * [harfbuzz] Propagate dependency on glib downstream * [fribidi] Force rebuild on CI * [libraqm] Force CI build
2019-06-13[assimp] Fix install assimp when passing --head (#6887)João Maia
Instead of using hardcoded `assimp-4.1` folder, check directories with pattern `assimp-*` and select the first one. This fixes `vcpkg install vcpkg --head`, since the latest version creates a folder named `assimp-5.0` instead.
2019-06-13[taglib]Upgrade version to 1.11.1-20190531. (#6851)JackBoosY
2019-06-13[harfbuzz] Propagate dependency on glib downstream (#6879)Victor Romero
2019-06-13[liblemon] made into a rolling-release port (#6679)赵丰 (Zhao Feng)
* add liblemon preflow patch, see https://lemon.cs.elte.hu/trac/lemon/ticket/608 * [liblemon] track HEAD of version 1.3 * [liblemon] update version
2019-06-12[zydis] Add new port (#6861)NancyLi1013
2019-06-12[libbson mongo-c-driver mongo-cxx-driver] upgrades to new revision (#6862)Phoebe
* [libbson mongo-c-driver mongo-cxx-driver] upgrades to new revision * [mongo-cxx-driver] Minimize patch * [mongo-c-driver] Fix dependencies on openssl and zlib
2019-06-12[libsodium/darts-clone] remove conflicting makefile (#6875)Phil Christensen
* [libsodium/darts-clone] remove conflicting makefile
2019-06-12[glbinding] remove conflict with other opengl ports (#6876)Phil Christensen