aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2020-07-09[azure-storage-cpp] Upgrade to 7.5.0 (#12333)JinmingHu
2020-07-09updates range-v3 (#12346)Christopher Di Bella
Tip-of-trunk range-v3 more closely resembles C++20.
2020-07-08[qt5] update qt to 5.15 and make ports depend on qt5-base[core]. (#11596)Alexander Neumann
* [qt5] update qt to 5.15 and make ports depend on qt5-base[core]. * [qt5] update and remove patches * [baseline] skip qt5-canvas3d due to deprecation * [qwt] update to 6.1.4 and fix build issues * [qt5-webengine] remove old patches * [qwt] fix static patch * [qt5-location] add a message that the port has a sprious failure * [qt5-webengine] fix filename of patch * [qt5-webengine] add build.patch (ci is probably fast than me in checking for more errors) * [qt5-winextras] depend on qt5-base[core] Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [qt5-base] update latest feature (latest=core) * [baseline] remove qt5-webengine for nonstatic windows since CI can handle it now * [qt5-base] make qt5-base fail to get logs. * [angle] include missing egl sources. * [qt5-base] patch egl detection logic. * [baseline] remove qt-x11extras:x64-linux=fail * [qt5-base] need to be explicit about xcb to build qt5-x11extras * [CI] add necessary system libraries to linux CI * [qt5-base] remove comment to retry on linux * [qt5-base] add static_init patch for MSVC * [qt5-base] refined workaround to not regress linux and osx due to * [paraview] remove unnecessary patches with newer qt versions * [vcpkg/baseline] add webengine back to skip * [vtk] fix missing include regression using patch from upstream * [vtk] fix patch * [qt5-base] replace with patch from upstream * [paraview] use hdf5 1.10 api. * [paraview] bump control * Add more packages to Linux machines. * [qt5-base] forgot to add the patch * Delete 6943.diff Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-07-08[threadpool] Add new port (#11650)Jesse Schalken
* [threadpool] Add new port * Use ${PORT} instead of hardcoded "theadpool" Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/threadpool/portfile.cmake * [threadpool] Use vcpkg_from_sourceforge Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-07-08[freetype] Update to 2.10.2 (#11846)Kevin Lu
* [freetype] Update to 2.10.2 * Remove unneeded shared/static configuration * [freetype] No need to pass BUILD_SHARED_LIBS. Always avoid detecting harfbuzz (to avoid cycles). Co-authored-by: wangli28 <wangli28@beyondsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-07-08[freerdp] Fix x64-osx triplet (#12037)Alexandro Sanchez
* [freerdp] Fix x64-osx triplet Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz> * Update ports/freerdp/CONTROL * Update scripts/ci.baseline.txt * Update scripts/ci.baseline.txt * Update scripts/ci.baseline.txt * Update ports/freerdp/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-08[libfort] Add new port (#12305)myd7349
2020-07-08[Many ports] fix invalid character in feature name (#12306)Phoebe
2020-07-08[fontconfig] Fix fonts.conf install pat (#12322)Lily
2020-07-07[pcre2] Update to 10.35 (#11754)Wolfgang Stöggl
- New upstream version 10.35 - Update patches: pcre2-10.35_fix-space.patch pcre2-10.35_fix-uwp.patch - Add patch: pcre2-10.35_fix_postfix_for_debug_Windows_builds.patch - Drop patch (fixed upstream): fix-arm64-config.patch - Since 10.35, pkgconfig files are created using CMake * fix debug suffix of pkgconfig files under Windows * add vcpkg_fixup_pkgconfig() - Remove bin and debug/bin in case of static build - Update ci.baseline.txt Remove "pcre2:arm-uwp=fail", because arm-uwp passes now Add "unicorn-lib:arm-uwp=fail"
2020-07-07[protobuf] Update to 3.12.3 (#11851)JonLiu1993
* [protobuf] Update to 3.12.3 * fixCmakeLists.txt * fixportfile.cmake * fixprotobufbuild * fixprotobuf * Update ports/protobuf/portfile.cmake * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-07-07[implot] Add new port (#11920)Rémy Tassoux
* [implot] Initial port Requires https://github.com/microsoft/vcpkg/pull/11919 * [implot] Use find_package instead of find_path function * [implot] Update to 0.3 version * Update CONTROL * [implot] Add linkage check * Update CMakeLists.txt * Revert 962e30a662166c124b97014c2f45eff74f072eb1 * [implot] Fix INSTALL_INTERFACE path case and use find_package Config mode Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-07-07[evpp] Fix build error on OSX (#11967)Jack·Boos·Yu
* [evpp] Fix build error on OSX * update baseline
2020-07-07[ffmpeg] Fix tools dependency dll file (#12063)Lily
* [ffmpeg] Fix tools dependency dll file * [ffmpeg] Fix tools install path Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-07[vtk] update to 9.0.1 (#12149)Alexander Neumann
* [vtk] update to 9.0.1 * [paraview] silence linux ci by adding embree3 as a build-depends to paraview (just a workaround) * [vtk] disable remote modules to make feature all actually work * [vtk] delete old patch
2020-07-07[simdjson] Update to 0.4.6 (#12140)myd7349
* [simdjson] Update to 0.4.1 * [simdjson] Update to v0.4.2 * [simdjson] arm-uwp is supported now * Update scripts/ci.baseline.txt * [simdjson] x86 is also supported now(though not recommended) * [simdjson] Update to 0.4.3 (it will fail) * [simdjson] Disable Ninja temporarily * [simdjson] Update to 0.4.4 * [simdjson] Update to 0.4.5 * [simdjson] Add manifest file * [simdjson] Update to 0.4.6 * Update ports/simdjson/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-07[openimageio] Update to version 2.1.16.0 (#11767)Lily
2020-07-07[libcoppp] Update version to 1.3.0 (#12264)OWenT
* Update libcoppp Update ports/libcopp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Update libcopp to 1.3.1 Update CONTROL of libcopp Remove useless ```if() ... endif()``` branch Replace ```file(COPY ...)``` with ```file(INSTALL ...)``` * Merge patch from https://github.com/microsoft/vcpkg/pull/12264
2020-07-07[Font Chef] add font-chef C/C++ library (#12293)Leonardo Guilherme de Freitas
* add font-chef * Fix wrong hash and useless command * Fix static build error Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-07-07[libbson, vcpkg baseline] Remove passing and fix spurious failure. (#12300)Billy O'Neal
* [libbson] DISABLE_PARALLEL_CONFIGURE * [vcpkg baseline] Fix 'passing, remove from baseline' in CI from 20200705.1 See https://dev.azure.com/vcpkg/public/_build/results?buildId=39820
2020-07-07aws-sdk-cpp version update (#12316)Gilberto Lopez Zayas
2020-07-06[getdns] Add new port. (#12090)Jim Hague
* [getdns] Add new port. * Add support for vcpkg static library builds. * Convert libevent and libuv libraries to features. * Use ${PORT} in copyright install. * getdns does not currently support UWP. * Add failing port on UWP to portfile. * Remove optional FEATURES keyword.
2020-07-06[caf] Update to 0.17.3 (#12068)JonLiu1993
2020-07-06[angle] Add egl renderer to list of files compiled for linux (#12111)ankurverma85
* Add egl renderer to list of files compiled for linux * Update Control File as per request from vcpkg reviewers Co-authored-by: Ankur Verma <ankurv@localhost.localdomain>
2020-07-06[libffi] Add pkgconfig file (#12126)Wolfgang Stöggl
* [libffi] Add pkgconfig file - Configure and add the libffi.pc file. - Furthermore, enable the check for same 32/64bit-ness in libffiConfigVersion.cmake again, which had caused issues in the past with newer versions of glib using meson build, e.g. when building for x86-windows target on an x64-windows host. Now, libffi is found by current glib (e.g. 2.64.3) during meson build using the libffi pkgconfig file. * Check VCPKG_BUILD_TYPE to handle release/debug
2020-07-06[tinyfiledialogs] Update version and download path to v3.6.3 (#12137)Maximilian Kruse
* Update tinyfiledialogs version and download path to v3.6.3 * update sha512 hash * Fix download link having an extra version ref * Fix filehash being uppercased * again, fixed some ci.baseline errors
2020-07-06[cli] Update the version to 1.1.1 (#12139)Daniele Pallastrelli
Co-authored-by: Daniele Pallastrelli <daniele.pallastrelli@sadel.it>
2020-07-06[marl] Update to 2020-06-30 (#12162)myd7349
* [marl] Update to 2020-06-30 [marl] Repoint HEAD_REF to `main` (#11953) [marl] Dynamic build support * [marl] Fix typo * [marl] Add manifest
2020-07-06[libexif] Update to 0.6.22 (#12161)Oskari Timperi
* [libexif] Update to 0.6.22 From the release page on github: > It largely contains stability, security and bugfixes. > > Some EXIF 2.3 tags have been added. > > It is ABI compatible to 0.6.21 release. * [libexif] Fixes to portfile.cmake - don't include vcpkg_commong_functions - use the PORT variable when installing copyright file * [libexif] Use vcpkg_fail_port_install Co-authored-by: Oskari Timperi <oskari.timperi@novatron.fi>
2020-07-06[robin-hood-hashing] Update to 3.7.0 (#12147)Rémy Tassoux
https://github.com/martinus/robin-hood-hashing/releases/tag/3.7.0
2020-07-06[curl] Update to 7.71.0 (#12141)NancyLi1013
* [curl] Update to 7.71.0 * Update to 7.71.1
2020-07-06[ace] 6.5.10 (#12183)Johnny Willemsen
* [ace] 6.5.10 * Add version macros to make the port file easier to update * ports/ace/portfile.cmake: * Updated macro names to have ACE_ prefix * ports/ace/portfile.cmake: * Use string replace * ports/ace/portfile.cmake:
2020-07-06[polyhook2] Update to latest (#12189)Stephen Eckels
* bump polyhook2 version * update polyhook2
2020-07-06[libyuv] Find dependency port libjpeg-turbo (#12213)Phoebe
2020-07-06[skyr-url] Changed version number to 1.12.0 (#12214)Glyn Matthews
2020-07-06[utf8h] Update to latest commit (#12218)Rémy Tassoux
This library doesn't provide official releases, therefore I'm using the latest commit.
2020-07-06[openvr] Update to 1.12.5 (#12219)Rémy Tassoux
* [openvr] Update to 1.12.5 https://github.com/ValveSoftware/openvr/releases/tag/v1.12.5 * [openvr] Fix static build faillure * [openvr] revert aa222ad9f8fdc040dc5929138d9ed3c09ca215cd * [openvr] update ci.baseline.txt
2020-07-06[opengl wincrypt winsock2] Use $ENV{WindowsSdkDir} instead of hard coding ↵Billy O'Neal
Windows SDK paths. (#12232) Also delete vcpkg_get_program_files_32_bit because it was used in only one place. Resolves #8288 Obsoletes #11421, #11261, #8329
2020-07-06[doctest] update to 2.4.0 (#12239)JonLiu1993
2020-07-06[opencc] Fix regression on pipeline (#12246)Jack·Boos·Yu
* debug opencc regression on pipeline * Get the build logs. * [opencc] Remove debug code, add DISABLE_PARALLEL to configure * [opencc] Remove apply patch * Update portfile.cmake
2020-07-06[ppmagic] Add new port (#12253)Vennor
* [ppmagic] Add 2c7894e3056c610d383027b2d48149ba9d4a1c62 * [ppmagic] Updated port version to the proper value 2020-07-03
2020-07-06[nanodbc] Set unixodbc as a dependency under non-Windows (#12274)Jack·Boos·Yu
2020-07-06[Exiv2] update to 0.27.3 (#12278)JonLiu1993
2020-07-06[mpg123] Update portfile.cmake to accomodate OpenSUSE 15.x /lib /lib64 (#12287)Tim Autry
* Increment CONTROL file version Increment CONTROL file version for mpg123 due to changes made to differentiate between library files being put in /lib64 instead of /lib on OpenSUSE 15.x linux * Update portfile.cmake to differentiate between /lib64 and /lib libraries on OpenSUSE 15.x linux Update portfile.cmake to differentiate between /lib64 and /lib libraries on OpenSUSE 15.x linux
2020-07-06[pcre] Use vcpkg_from_sourceforge as a fallback (#12252)Billy O'Neal
* [pcre] Use vcpkg_from_sourceforge as a fallback * Update ports/pcre/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-03[vcpkg_from_sourceforge] Add retry mirror function (2/2) (#12018)Jack·Boos·Yu
2020-07-02[pcre2] Restore the https://ftp.pcre.org/ mirror in addition to the ↵Billy O'Neal
SourceForge mirrors. (#12233)
2020-07-02[xercesc] rename feature from xmlch_wchar to xmlch-wchar (#12205)Johnny Willemsen
2020-07-02[safeint] Update to 3.24 (#12217)Rémy Tassoux
https://github.com/dcleblanc/SafeInt/releases/tag/3.24
2020-07-02[vtk] Added opengl feature. (#11399)Lars Glud
* Added opengl feature. Change description of feature: all. * Fix copyright