aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-04LibRaw: Switch from release to snapshotMateusz Łoskot
Update from the latest release 0.19 to use the latest snapshot LibRaw-201903 (SHA-1:d4f05dd1b9b2d44c8f7e82043cbad3c724db2416). The rationale is that LibRaw publishes: - snapshots every 5-7 months (in master branch) - releases (0.18, 0.19, etc.) every 1-1.5 years. - security hotfixes for releases (0.19.1, 0.19.2, etc.) Hence, from user point of view, it is practical to refer to the latest snapshot, instead of the latest release. Another issue is that the latest release 0.19 does not include support for C++17 (does not allow to replace std::auto_ptr with std::unique_ptr). The latest LibRaw-201903 includes related fixes.
2019-06-04[entityx][entt] Disable parallel configure (#6736)Cheney Wang
* [entityx][entt] Disable parallel configure * [entityx][entt] Remove the invalid patch
2019-06-04[variant-lite] Add new port (1.2.2, was: 1.2.1) (#6720)Martin Moene
* [variant-lite] Add new port (1.2.1) * [variant-lite] Add new port (1.2.2, was: 1.2.1)
2019-06-04[libopusenc]Upgrade version to 0.2.1 (#6748)JackBoosY
2019-06-04[liblsl] Update liblsl port to 1.13.0-b6 (#6745)chausner
2019-06-04RESTinio updated to v.0.5.0 (#6749)eao197
2019-06-03[ffmpeg] Fix regression on windows (#6743)Curtis J Bezault
* Correctly set environment variables for gcc/clang/icc * refactor out some if statements * Assume windows * Make windows check consistent
2019-06-03[polyclipping] new port (#6636)Stefano Sinigardi
* [clipper] add port * [clipper] works only if built as a static library * [clipper] rename to polyclipping
2019-06-03[pdal] delete and replace different find modules (#6603)Alexander Neumann
* [pdal] delete and replace different find modules * [pdal] add geotiff as a dependency to the config of pdal * remove version
2019-06-03Merge pull request #6428 from stijnherfst/masterGriffin Downs
[stormlib] Add new port
2019-06-01fix casing (#6722)Daniel Marshall
2019-06-01[reproc] Enabled C++ target for version 6.0.0. (#6711)Alexej Harm
* enabled reproc++ target * added version suffix
2019-06-01[json-c] Add new port (#6446)myd7349
* [json-c] Add new port * [json-c] Export CMake module file * [json-c] Update to 2019-05-31
2019-06-01[assimp]Fix lrrXML library dependencies. (#6593)JackBoosY
* [assimp]Fix lrrXML library dependencies. * [assimp]Use FindZLIB.cmake instead of setting the zlib path. * [assimp]Delete useless path. * [assimp]Reserve macros to enable irrlich dependencies in the future.
2019-05-31update to v1.0 (#6692)cDc
2019-05-31[DOXYGEN]Upgrade doxygen to 1.8.15. (#6704)JackBoosY
2019-05-31Merge pull request #6699 from grdowns/nrf-ble-driverGriffin Downs
[nrf-ble-driver] Update to 4.1.1; Fix system dependencies message
2019-05-31[ffmpeg] Correctly set environment variables for gcc/clang/icc (#6694)Curtis J Bezault
* Correctly set environment variables for gcc/clang/icc * refactor out some if statements
2019-05-31[gdcm,jbig2dec] move patches from #5169 (#6710)Stefano Sinigardi
* [gdcm,jbig2dec] minor fixes * [libmupdf] remove wrong vs define * [gdcm] internal libs do not export symbols and fail to build when non-static
2019-05-31[openexr,openimageio,suitesparse,theia] updates for non-win32 (#6371)Stefano Sinigardi
* [openexr,openimageio,suitesparse,theia] updates for non-win32 * [theia] use only valid cmake symbols * [suitesparse] Fix build * [lapack] still not properly integrating with other ports * [lapack] intercept cmake module calls and substitute them with our defs * [suitesparse,clapack] fixes for proper integration * [ceres,clapack] bump CONTROL * [suitesparse] remove unnecessary defs * [clapack] improve wrapper logic * [WIN32] remove wrong symbol * [clapack] fix wrapper integration * [Accelerate] use best framework when available * [clapack] separate config from wrapper * [clapack] fix paths and filenames * [mlpack,armadillo,clapack] improve library handling * [mlpack] remove unnecessary cmake option * [clp,coinutils,osi,liblemon] dependencies of openmvg, improve compatibility with non-win32 * [openmvg] fix for case-sensitive filesystems * [clp,coinutils,osi] simplify CMakeLists removing many unnecessary steps * [sophus] Force rebuild * [theia] fixes for linux, part1 * [io2d] remove broken sintax * [fontconfig] bump version to remove CI cached failure * [theia] fixes for linux, part2 * [theia] remove unnecessary empty folders and comments from portfile * [theia] use correct build type removing forced vars in cmakelists.txt * [openmvg] add missing suitesparse target detection * [sophus] fix Suitesparse dependency * [sophus,openmvg] use suitesparse lowercase for module compatibility on case-sensitive filesystems * [suitesparse] fixes for case-sensitive filesystems * [openmvg] use correct Eigen3 name for case-sensitive filesystems * [sophus] trigger rebuild * [shogun] use modern vcpkg style * [shogun] add missing cmake system processor symbol
2019-05-31[robin-hood-hashing] Add new port (#6709)myd7349
2019-05-31Merge pull request #6703 from martinmoene/span-lite-0.5.0Griffin Downs
[span-lite] Add new port (0.5.0)
2019-05-31Merge pull request #6629 from martinmoene/any-lite-0.2.0Griffin Downs
[any-lite] Add new port (v0.2.0)
2019-05-31Merge pull request #6696 from martinmoene/ring-span-lite-0.3.0Griffin Downs
[ring-span-lite] Add new port (0.3.0)
2019-05-31Merge pull request #6655 from martinmoene/optional-lite-3.2.0Griffin Downs
[optional-lite] Add new port (3.2.0)
2019-05-31Merge pull request #6654 from martinmoene/optional-bare-1.1.0Griffin Downs
[optional-bare] Add new port (1.1.0)
2019-05-31[observer-ptr-lite] Add new port (0.4.0, was: 0.3.0) (#6652)Griffin Downs
* [observer-ptr-lite] Add new port (0.3.0) * Use dash in unit name for vcpkg_fixup_cmake_targets()
2019-05-31[expected-lite] Add new port (0.3.0) (#6642)Martin Moene
2019-05-31[byte-lite] Add new port (v0.2.0) (#6630)Martin Moene
* [byte-lite] Add v0.2.0 * [byte-lite] Perform CMake install * [byte-lite] Use ${PORT}
2019-05-31make meson not download things (#6667)Charlie Barto
2019-05-31[span-lite] Add new port (0.5.0)Martin Moene
2019-05-30Update control filegrdowns
2019-05-30Update to 4.1.1; Fix system dependencies messagegrdowns
2019-05-30[ring-span-lite] Add new port (0.3.0)Martin Moene
2019-05-30Use dash in unit name for vcpkg_fixup_cmake_targets()Martin Moene
2019-05-29RESTinio updated to v.0.4.9.1 (#6669)eao197
2019-05-29[benchmark] Fix Ref and Hash (#6675)MikeGitb
Ref is missing the patch number (resulting in an invalid download url) and the hash doesn't fit either.
2019-05-29[WIP][cjson] Add new port (#6081)myd7349
* [cjson] Add new port * [cjson] Fix cmake targets path * [cjson] Bump version info
2019-05-29[pango/gtk]Fix build error C2001. (#6671)JackBoosY
2019-05-29Fixed dependenciesStijn Herfst
2019-05-29[llvm]Fix build error on x64-windows. (#6631)JackBoosY
2019-05-29[rtmidi] Update to version 4.0.0 (#6635)wangli28
* [rtmidi] Update to version 4.0.0 * Fix UNIX install failed.
2019-05-28[LibLZMA] automatic configuration (#6000)Stefano Sinigardi
* [LibLZMA] add a config-generated by CMake * bump control files of LibLZMA and dependent ports * [tiff] use proper liblzma target [OpenCV] add an explicit dependency on LibLZMA for static linking * [liblzma] fix header install path * [LibLZMA] avoid using targets in old symbols * fixes for windows-static and trying to see if CI is happier with a share/lib folder written in lowercase * [LibLZMA] use only modern CMake language, remove patch in favour of target public definition * [lzma] put symbols in cmake cache * [libxmlpp] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS regression * [lzma] fix header install path * [liblzma] install wrapper to force config mode * [liblzma] remove function check inside cmake config since we know it will pass * [liblzma] wrapper fix * [tiff,geotiff] general cleanup and patch fixes * [libgeotiff] remove debug tools * [tesseract] modernize * [tiff] fix also tiff_library symbol * [pdal,libgeotiff] better library integration * [tiff] restore using unix i/o on UWP, since it was working... for sure win32 one cannot work * [tiff] enable lzma also on uwp, since it works and is requested by many dependencies * [selene] enable build on arm/arm64-windows, which was surely broken before * [lzma] uniform naming with cmake 3.14 * [podofo] fix regression, it requires openssl which was disabled in dependencies * [many ports] remove unnecessary mods * [boost-iostream] chmod * [openssl] fix regression due to missing architecture * [podofo] fix regression on uwp due to missing include * [libpq] explicitly fail on UWP, it should avoid being marked as regression * [shiva] fix regression on linux
2019-05-28[libwebp]Fix static build: add dependency libraries "dxguid winmm". (#6648)JackBoosY
2019-05-28[Curl] Fix cmake target name (#6649)Phoebe
* Update patch and portfile * Fix case issue in curl, related issue #6643
2019-05-28[cppcodec] Add new port (#6651)NancyLi1013
2019-05-28[vxl] move problematic feature to optional one (#6657)Stefano Sinigardi
2019-05-28[ebml, matroska] Upgrade ebml to v1.3.9 and matroska to v1.5.2 (#6662)evpobr
* [ebml] Upgrade to v1.3.9 * [matroska] Upgrade to v1.5.2
2019-05-28[optional-lite] Add new port (3.2.0)Martin Moene
2019-05-28[optional-bare] Add new port (1.1.0)Martin Moene