aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-11-19[libmad] Fix libmad header for non-x86 MSVC targets (#8959)Michał Janiszewski
2019-11-19[libusb] upgrade and support arm64 (#8976)Phoebe
2019-11-19[openvdb]Upgrade to 6.2.1 (#8979)JackBoosY
* [openvdb]Upgrade to 6.2.1 * [openvdb]Fix message.
2019-11-19[orc]Upgrade to 1.5.7, disable tzdata test. (#8980)JackBoosY
2019-11-19[soci] Upgrade to version 4.0.0 (#9008)Lily
2019-11-19[exiv2] Add missing library link on Windows (#9024)Michał Janiszewski
2019-11-19[rply]new portChao Jia
2019-11-18[pdcurses] Add usageNancyLi1013
2019-11-18[libimobiledevice]Fix find libusbmuxd library.JackBoosY
2019-11-18Add homepage for zxing-cpp (#8908)Dmitry Marakasov
2019-11-18Prevent python3 build failure (#9014)heydojo
* Prevent python3 build failure If VCPKG_BUILD_TYPE release is set inside a triplet, then the build will fail because the port file attempts to deal with debug files which will never exist. The changes in this patch allow the build to succeed if VCPKG_BUILD_TYPE release is stipulated using a triplet before a build of the python3 port is initiated. * python3 version bump Port clean up and version number bump. * libxslt release triplet build fix This patch fixes a condition where if a debug build is disabled via triplet, the build fails and an empty directory error message is sent to the console.
2019-11-18Dummy commit to restart the CI tests.Maxime Gimeno
2019-11-12Upgrade to 5.0Maxime Gimeno
2019-11-12fix 8956dabaichi
2019-11-11[libmspack] Fixed several missing imports.Vitaliy Didik
2019-11-11[nanoflann]Add new port.AlvinZhangH
2019-11-05[libzip]Update patch to avoid patch failure.JackBoosY
2019-11-05 Update CONTROL file of cereal to v1.3.0Nico Ell
2019-11-05Update portfile.cmake of cereal to v1.3.0Nico Ell
2019-11-05Revert "[opencv3] Upgrade to version 3.4.8 (#8623)" (#8911)Victor Romero
This reverts commit df266bd06716f1599d13eaf6e306c8de85fbaca9.
2019-11-05[netcdf-cxx4]Upgrade to 4.3.1.JackBoosY
2019-11-05[libusbmuxd]Upgrade to 1.2.137. Fix pkgconfig path.JackBoosY
2019-11-04[bitsery] Update to 5.0.1Rémy Tassoux
2019-11-04[boost-modular-build-helper] Update to 1.71. (#8606)quatmax
2019-11-04[opencv3] Upgrade to version 3.4.8 (#8623)Lily
2019-11-03[tgui]Upgrade version to 0.8.6JackBoosY
2019-11-03[pango] Add missing link library (#8745)Michał Janiszewski
Gdi32 is used by pango, but not linked to. This works on x86, but not on ARM.
2019-11-02PREFER_NINJA misspelling fixAlberto Luaces
2019-11-02[qt5] Bump version in qt5-baseTom Savage
2019-11-01[hiredis] Add new port (#8843)NancyLi1013
2019-11-01[jsonnet]Upgrade to 0.14.0. (#8848)JackBoosY
2019-11-01[sqlpp11] fixed ddl2cpp path (#8837)lex-96
* [sqlpp11] fixed ddl2cpp path * Incremented sqlpp11 CONTROL version to 0.58-3
2019-11-01openvpn3: bump version (#8851)Lev Stipakov
This bumps openvpn3 version to latest stable release and adds missing libraries. Signed-off-by: Lev Stipakov <lev@openvpn.net>
2019-11-01[ogre-next] Add new port (#8677)zi-m
* ogre-next * add rename_config_cmake.patch * add fix_find_package_sdl2.patch * Update ports/ogre-next/portfile.cmake Co-Authored-By: Victor Romero <romerosanchezv@gmail.com> * Use vcpkg_check_features to simplify the portfile a little bit (thanks to @vicroms) * add features in CONTROL file * add "Building steps for ogre-next[d3d9]"
2019-11-01tbb: Fix compilation on OSX (#8744)tarcila
* tbb: Fix compilation on OSX Make sure CMake detected sysroot is correctly forwarded to TBB build system so system headers files will be found later on. * tbb: Version bump
2019-11-01[detours] Update for vcpkg_build_nmakeCharles Milette
2019-10-31[libimobiledevice]Fix build.JackBoosY
2019-10-31[libideviceactivation/libimobiledevice]Upgrade version, modify build process.JackBoosY
2019-10-31[wxwidgets] Upgrade to 3.1.3 (#8808)cnbatch
* [wxwidgets] Upgrade to 3.1.3 * [wxwidgets] Upgrade to 3.1.3
2019-10-31[wordnet]add a new port (#8816)2019.10Chao
* [wordnet]add a new port * [wordnet]fix-uwp
2019-10-31[arb]Upgrade to 2.17.0 (#8831)JackBoosY
2019-10-31upgrade to 5.0-beta2Laurent Rineau
2019-10-30[sol2] Use the single header release (#8776)Rémy Tassoux
* [sol2] Use the single header release Using the single header release of the library is easier, faster to 'build', and is recommended by the documentation. It also fix the duplicated include folder issue of the previous port : <sol/sol/sol.hpp> can now be replaced with <sol/sol.hpp> as it should be. Is there any drawback about using the single header release that I am not seing? * [sol2] Re-enable cmake config files export * [sol2] Fix duplicated line
2019-10-30[libdivide] Add new port (#8320)NancyLi1013
* [libdivide] Add new port * Update to v3.0
2019-10-30[netcdf-c] Add usage (#8398)Phoebe
* [netcdf-c] Add usage * Update changes
2019-10-30Added OIS port (#8507)Vinny
* Added OIS port * Portfile deletes bin/ and debug/bin/ when library is static * Replaced configure_file() call with file(INSTALL) call * Added fail on ARM or UWP * Moved early failure to top of file
2019-10-30[Arrow] Update to Arrow 0.15.1 (#8815)Phil Felton
* Arrow 0.15.0 * Arrow 0.15.1
2019-10-29[fftwpp]Add header-only port. (#8625)JackBoosY
2019-10-29[pcre2]Fix uwp build failure. (#8620)JackBoosY
2019-10-29Export paho-mqtt cmake targets, fix paho-mqttpp3 dependency. (#8492)JackBoosY