Commit Graph

7990 Commits

Author SHA1 Message Date
Ankush Singh
31aea25728
[json-schema-validator] Add new port (#11599)
* [json-schema-validator] Add new port

* [json-schema-validator] Fix string ambiguous assignment error

* [json-schema-validator] Remove redundant part from patch's path

* [json-schema-validator] Forward find_package() for nlohmann_json

* [json-schema-validator] comment out lines from source's CMakeLists.txt

* [json-schema-validator] Improve portfile.cmake and regenerate patch

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-06-11 00:21:27 -07:00
Jack·Boos·Yu
9c0893e04d
[vcpkg baseline] Fix baseline (#11865)
* [msix] Fix source hash

* [librsfv] Change repo to github

* [librsvg] Just re-trigger it

* [libxmp-lite] Re-trigger CI test

* Update ports/msix/CONTROL
2020-06-10 19:13:11 -07:00
Phoebe
a051803607
[plibsys] Fix failures on linux and osx (#11633)
* [plibsys] Fix failures on linux and osx

* Update patch for fix build failure with x64-windows-static

* Add vcpkg_cmake_wrapper and usage
2020-06-10 18:08:48 -07:00
wangqr
1509b14bb3
[avisynthplus] Upgrade to 3.6.0 (#11736)
* [avisynthplus] Upgrade to 3.6.0

AviSynth+ also supports linux and macOS now

* [avisynthplus] Allow x64-linux build fail on CI

AviSynth+ requires C++17 to build correctly. C++17 std::filesystem is not available in gcc 7.5 used in CI.
2020-06-10 18:04:32 -07:00
Daniil Goncharov
473e548207
[magic-enum] Update to v0.6.6 (#11814) 2020-06-10 18:01:39 -07:00
hdhog
860046d935
[sol] Update to version 3.2.1 (#11826)
Co-authored-by: hdhog <hdhog@hdhog.ru>
2020-06-10 18:01:07 -07:00
Jack·Boos·Yu
b0fbae8b83
[abseil] Enable dynamic build on Windows (#11827)
* [abseil] Enable dynamic build on Windows

* re-fix arm build
2020-06-10 17:56:46 -07:00
Wolfgang Stöggl
517116282b
[unicorn-lib] Update to 01cc7fc (2020-03-02) (#11830)
* [unicorn-lib] Check current version on CI first

- Check if the current version of unicorn-lib builds on all
  supported triplets
- Current version of port in vcpkg:
  commit ba11f5930dbeb5f8e04b2ee727b6dd3932fd6b03
  date 2019-07-09

* [unicorn-lib] Update to 01cc7fc (2020-03-02)

- Update to current version in git:
  commit 01cc7fcd2d60dbc083767d448477638e5ec8b92a
  date 2020-03-02
2020-06-10 17:53:53 -07:00
Leonid Pospelov
4d29869e71
[cr] Add new port (#11841)
* [cr] Add new port

* Update ports/cr/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-10 17:53:22 -07:00
Jack·Boos·Yu
d8383c37b3
[cpprestsdk] Fix find dependency openssl (#11867)
* [cpprestsdk] Fix find dependency openssl

* Update portfile.cmake

Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-10 17:52:35 -07:00
yurybura
f9c7bf832b
[sqlpp11] update to v0.59 (#11771)
* [sqlpp11] update to v0.59
[sqlpp11-connector-mysql] support MySQL connector

* [cpp-taskflow][fastrtps] update hashes to fix ci

* revert "[cpp-taskflow][fastrtps] update hashes to fix ci"

* [sqlpp11] add homepage
2020-06-10 17:52:14 -07:00
Tanguy Fautre
8f34b4bccf
[Arrow] Update to 0.17.1 (#11472)
* [Arrow] Update to 0.17.1

* Remove arrow:x64-linux=fail from ci.baseline.txt.
Add explicit tool dependencies on Flex and Bison for Linux and OSX.

* Revert arrow dependency on Flex/Bison, it's Thrift that needs them and its portfile is already fine.

* Use vcpkg_fail_port_install(ON_ARCH x86 arm arm64) instead of custom check.
Remove thrift:x64-osx=fail from ci.baseline.txt (we know arrow depends on it, and arrow:x64-osx has been shown to work in 3rd party project).

* Disable using pkg-config files to locate dependencies in arrow

This is incompatible with vcpkg as these files refer to paths in the
packages directory rather than the installed directory, so this only
works if the packages haven't been cleaned.

* Mark thrift:x64-osx as still failing until a proper solution for Bison can be found.

* Update ports/arrow/portfile.cmake

Co-authored-by: Adam Reeve <adreeve@gmail.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-09 15:41:24 -07:00
ras0219
09abe700ac
[mlpack] Explicitly depend on stb (#11785)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-09 11:39:17 -07:00
Billy O'Neal
1d3e985e4f
[vcpkg] Fix OSX CI by ensuring the downloads directory exists (#11839)
* [vcpkg] Remove do-nothing Set-Content from Windows azure-pipelines.yml.
* [vcpkg] Fix OSX CI by ensuring the downloads directory exists in advance, and extract common command line parameters with powershell splatting.
* [tensorflow-cc] Prevent hang building tensorflow-cc asking to configure iOS.
* Skip ignition-msgs5:x64-osx
2020-06-08 22:46:18 -07:00
Todor Prokopov
cb8a9fe715
[boost] MinGW build fixes (#11427) 2020-06-05 12:28:42 -07:00
Wolfgang Stöggl
b800df0e3b
[pcre] Add pkgconfig files (#11564)
* [pcre] Add pkgconfig files

* [pcre] Install *.pc files on all platforms
2020-06-05 12:24:03 -07:00
Andi Burch
accac885d8
[protobuf] Don't redefine PROTOBUF_USE_DLLS (#11516)
* [protobuf] Don't redefine PROTOBUF_USE_DLLS

* [protobuf] Increased version in CONTROL after merge from master.
2020-06-05 12:21:34 -07:00
Lily
2ba3794909
[mozjpeg] Update to latest commit (#11719) 2020-06-05 12:10:36 -07:00
angelmixu
f3c92f82d6
[librsvg] Fix for macOS (#11722)
* fix librsvg

* fix for linux dependencies

* fix for linux dependencies (retry)

* increase control port version

Co-authored-by: Angel Sánchez <angelsanchez@inedit.com>
2020-06-05 12:09:14 -07:00
Daniel Marshall
ec7c7afbe7
[p-ranav-csv2] Add new port (#11725) 2020-06-05 12:01:52 -07:00
Jack·Boos·Yu
5240c3feb5
[winreg] Update to 2.4.0 (#11766) 2020-06-05 12:00:07 -07:00
Glyn Matthews
957d9072da
[skyr-url] Changed version number for skyr-url (#11774) 2020-06-05 11:59:49 -07:00
ZeeWanderer
c797ee9623
[blend2d] Update to beta_2020-06-01 (#11778) 2020-06-05 11:59:33 -07:00
Jack·Boos·Yu
a59ddd901a
[vcpkg-baseline][manyport] Fix baseline error (#11742)
* [fastrtps] Fix source hash

* [cpp-taskflow] Update source hash

* [eabase] Re-trigger CI test

* Change repo

* [sdformat9] Re-trigger CI test

* update baseline

* update baseline

* [sdformat9] Fix find dependency urdfdom
2020-06-04 12:20:25 -07:00
Phoebe
9d727caa3f
[nowide] Set the ports to empty package (#11732) 2020-06-04 12:00:29 -07:00
Billy O'Neal
4fb2256085
[vcpkg] Allow CI to pass in all relevant directories and remove use of symbolic links (#11483) 2020-06-03 19:31:28 -07:00
JonLiu1993
7027d93e77
[amqpcpp] Update to 4.1.7 (#11608)
* update [amqpcpp] to 4.1.7

* [amqpcpp] update to 4.1.7

* [amqpcpp] Update to 4.1.7

* [amqpcpp] Update to 4.1.7
2020-06-02 22:49:40 -07:00
Majid Hojati
e39cbe69f5
[Protozero] Add new port (#11652)
* protozero ci.baseline edit

* protozero ci.baseline edit

* protozero port added

* minor updates

* minor updates
2020-06-02 22:48:22 -07:00
Owen Rudge
23efb170c8
[cpprestsdk] Avoid using pkg-config to find OpenSSL libraries on Linux (#11694) 2020-06-02 22:46:54 -07:00
Carlos O'Ryan
0dbc334ef5
[google-cloud-cpp] Consolidate all google-cloud* packages (#11698)
* [google-cloud-cpp] Consolidate all google-cloud* packages

Starting with the v1.14.0 release all google-cloud* packages and the
googleapis package are kept in a single repository and released
simultaneously.

* Update CI baseline.

google-cloud-cpp used to inherit failures from googleapis, which
indicates these are (probably) problems in the generated protobuf/grpc
code.
2020-06-02 22:46:06 -07:00
Daniel Parker
0243e00c53
[jsoncons] Update to v0.153.0 (#11699) 2020-06-02 22:42:06 -07:00
Jack·Boos·Yu
5be04143eb
[libfabric] Only support dynamic build (#11647) 2020-06-02 22:41:49 -07:00
Lennard Berger
37ab610947
[enet] Update to 1.3.15 (#11702)
* Update enet-control

* Update enet portfile to 1.3.15

* Use correct hashsum in enet 1.3.15

* Remove empty lines from enet 1.3.15

* [enet] Replace deprecated vcpkg_common_functionality

* [enet] Remove includes that needn't be included
2020-06-02 22:40:56 -07:00
yurybura
d7efa11dd0
fix llvm-tblgen build with MSVC v19.26 (#11703) 2020-06-02 22:39:30 -07:00
Alexander Karatarakis
3defadc616
[magic-enum] Uprev to v0.6.5 (was v.0.6.4) (#11704) 2020-06-02 22:38:27 -07:00
Alexander Neumann
c5c3500865
[fmt] add vcpkg_fixup_pkgconfig (#11706) 2020-06-02 22:37:50 -07:00
Francisco Pombal
0d9cf30d1c
[libtorrent] Update to 1.2.7 (#11709) 2020-06-02 22:37:33 -07:00
Johnny Willemsen
77f46d426b
[ace] Fix missing cpp files (#11713)
* [ace] Update to 6.5.8

* Address review comments

    * ports/ace/portfile.cmake:

* Put back copy step

    * ports/ace/portfile.cmake:

* Fixed error

    * ports/ace/portfile.cmake:

* ARM should work, let us try it

    * ports/ace/portfile.cmake:

* ARM doesn't work yet, so disable it again
    * ports/ace/portfile.cmake:

* Add support for vcpkg of ace on MacOSX

    * ports/ace/portfile.cmake:

* [ace] Add patch to fix Visual Studio 2019 internal compiler error

    * ports/ace/process_manager.patch:
      Added.

    * ports/ace/CONTROL:
    * ports/ace/portfile.cmake:

* Attempt to fix apply patches

    * ports/ace/portfile.cmake:

* [ace] Updated baseline for ace, 4 configurations work again with the applied patch

    * scripts/ci.baseline.txt:

* Address review comments

    * ports/ace/portfile.cmake:

* Revised patch for ACE

    * ports/ace/process_manager.patch:

* [ace] Add support for uwp

    * ports/ace/portfile.cmake:

* ace now works in all configurations

    * scripts/ci.baseline.txt:

* Removed !uwp and update version

    * ports/ace/CONTROL:

* Simplified install of copyright file and on windows we always have a QoS library

    * ports/ace/portfile.cmake:

* Install all cpp files, at some point we should try the MPC install support on Windows

* [ace] Updated version
2020-06-02 22:37:10 -07:00
JonLiu1993
8ba7d81bf3
[icu] Update to 67.1 (#11714)
* update [amqpcpp] to 4.1.7

* [icu] update to 67.1

* Rebase changes
2020-06-02 22:36:09 -07:00
NancyLi1013
92136af733
[yaml-cpp] Update to 0.6.3 and also fix include files cannot be found (#11718) 2020-06-02 22:35:48 -07:00
angelmixu
01b10260c5
[gdk-pixbuf] GdkPixbuf fix for building on macOS (#11721)
* fix for building on macOS

* increase control port version

Co-authored-by: Angel Sánchez <angelsanchez@inedit.com>
2020-06-02 22:34:47 -07:00
Eitan Har-Shoshanim
a41c53c147
[bond] updated version to 9.0 + added bond-over-grpc integration as feature (#10319)
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: eitan <eitanhs@brightsourceenergy.com>
Co-authored-by: eitanhs <eharshosh@Eitans-MacBook-Air.local>
2020-06-02 16:14:26 -07:00
Billy O'Neal
ad7a227329
[osg] Fix conflict when asio and boost-asio are installed. (#11715)
When asio and boost-asio are installed, osg's build scripts would choose the standalone version of asio, but uses features specific to boost-asio. This patch forces the port to always use boost-asio, as the original CONTROL file indicated was the intent.

Also fixed transitive dependencies not being declared that just happened to get installed because boost-asio is a dependency.
2020-06-02 15:04:11 -07:00
Ankush Singh
f5676127ee
[sockpp] Add new port (#11562)
* [sockpp] Add new port

* [sockpp] Address review comments

* [sockpp] Update ci.baseline

* [sockpp] Fix typo

* [sockpp] Fix sockppConfig.cmake
2020-06-01 19:10:23 -07:00
Matthias C. M. Troffaes
e7041e1ef6
[polyhook2] Update to 2020-05-25 (#11561)
* [polyhook2] Update to 2020-05-25

- Update to latest PolyHook_2 revision.

- Add support for zydis and inlinentd as features (enabled by default, as per upstream default).

- Support for capstone, exception, detours, and pe is now configurable via features (all enabled by default, as per upstream default).

- Remove cmake build patch. Relevant parts have been upstreamed.

- For now, remove tool feature for building tests, as upstream does not support building tests along with building the library.

- Add support for cmake config so library can be used simply with "find_package(PolyHook_2 CONFIG REQUIRE)".

* [polyhook2] package does not support arm, uwp, linux, and osx

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-01 18:57:11 -07:00
An Tao
60e3690790
[trantor] Add new port (#11533)
* [trantor] Add new port

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Remove unused lines.

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-01 18:43:26 -07:00
Phoebe
1f07d885f1
[jwt-cpp] Update to v0.4.0 (#11625) 2020-06-01 18:34:07 -07:00
Phoebe
891426b94c
[vcpkg baseline] Remove passing port from Ci baseline (#11692) 2020-06-01 18:32:41 -07:00
Jack·Boos·Yu
5a80a8e9dd
[vcpkg-baseline][zxing-cpp] Fix build failure (#11586)
* [zxing-cpp] Fix build failure

* [libiconv] Add vcpkg-cmake-wrapper to find libcharset

* [zxing-cpp] Use FindIconv and wrapper to find libiconv, add features

* [libiconv] Add include code to wrapper
2020-06-01 17:55:23 -07:00
Jack·Boos·Yu
c967db5c70
[quickfix] Fix build failure on arm64-windows (#11604) 2020-06-01 17:53:26 -07:00
Jack·Boos·Yu
d0751cde80
[vcpkg baseline][ocilib] Fix build failure (#11646)
* [ocilib] Fix build failure

* Update ports/ocilib/portfile.cmake

* Update ports/ocilib/portfile.cmake

* Update ports/ocilib/portfile.cmake

* Update ports/ocilib/portfile.cmake

Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-01 17:52:36 -07:00
Vennor
c0e7ca335e
[refl-cpp] Add new port (#11622)
* [refl-cpp] Added 0.9.1

* [refl-cpp] Added header only annotation to the portfile

* [refl-cpp] Removed deprecated vcpkg_common_functions
2020-06-01 16:21:50 -07:00
myd7349
4cc5ac58b3
[wavelib] Add new port (#11611)
* [wavelib] Add new port

* [wavelib] Fix cmake config file name

* [wavelib] Update patch file

* [wavelib] Update to 2020-05-29

* [wavelib] Fix UWP build

* [wavelib] Disable parallel configuration

* [wavelib] Remove patch
2020-06-01 16:20:12 -07:00
Lily
6fb72ff00b
[mimalloc] Install mimalloc-redirect.dll to CMAKE_INSTALL_BINDIR (#11632) 2020-06-01 16:17:34 -07:00
Jack·Boos·Yu
2f28b35d77
[abseil] Fix arm build (#11630)
* [abseil] Fix arm build

* update baseline
2020-06-01 16:15:54 -07:00
Alexandro Sanchez
10eac5e771
[freerdp] Optional 'urbdrc' feature (#11639)
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
2020-06-01 16:03:29 -07:00
NancyLi1013
c954caf7bc
[gli] Add CMake config support (#11634)
* [gli] Add cmake config support

* Disable test
2020-06-01 16:02:26 -07:00
Richard H
53a17b9885
update sqlite3 to 3.32 (#11635) 2020-06-01 16:00:57 -07:00
thothothotho
fdff19f9a1
[nghttp2] Fix to build nghttp2 statically (#11638)
* fix to build nghttp2 statically.

* review.
2020-06-01 15:59:58 -07:00
Jack·Boos·Yu
c6414b172a
[vtk] Fix single configuration builds (#11643)
* [vtk] Improve portfile.cmake

* use VCPKG_BUILD_TYPE instead of CMAKE_BUILD_TYPE
2020-06-01 15:58:55 -07:00
Jack·Boos·Yu
47a883b395
[unixodbc/nanodbc] Fix unixodbc build failure and set it as a dependency on nanodbc (#11613) 2020-06-01 15:56:10 -07:00
Jack·Boos·Yu
81b742be18
[protobuf-c] Fix wrong dependency for feature test (#11609) 2020-06-01 11:12:14 -07:00
Billy O'Neal
0fc90d9f15
[rtlsdr] Fix the 'rtlsdr' package when not running from within a git tree. (#11575) 2020-05-29 16:51:12 -07:00
Billy O'Neal
cc4f93f434
[vcpkg] Rename the msbuild property VcpkgRoot to VcpkgCurrentInstalledDir, and set VcpkgRoot to the expected root instead. (#11653) 2020-05-29 16:38:03 -07:00
Billy O'Neal
a64dc07690
[mongo-cxx-driver] Patch std::atomic P0883 changes (#11584)
Previously submitted as https://github.com/mongodb/mongo-cxx-driver/pull/654
2020-05-29 13:03:06 -07:00
Jack·Boos·Yu
091e190117
[cpputest] Move library to manual-link (#11585)
* [cpputest] Move library to manual-link

* [cpputest] Replace move patch to codes
2020-05-28 13:12:23 -07:00
myd7349
43208001aa
[nanoprintf] Add new port (#11605)
* [nanoprintf] Add new port

* [nanoprintf] Update
2020-05-28 13:09:59 -07:00
Johnny Willemsen
3da553937e
[ace] Simplified port file (#11464)
* [ace] Update to 6.5.8

* Address review comments

    * ports/ace/portfile.cmake:

* Put back copy step

    * ports/ace/portfile.cmake:

* Fixed error

    * ports/ace/portfile.cmake:

* ARM should work, let us try it

    * ports/ace/portfile.cmake:

* ARM doesn't work yet, so disable it again
    * ports/ace/portfile.cmake:

* Add support for vcpkg of ace on MacOSX

    * ports/ace/portfile.cmake:

* [ace] Add patch to fix Visual Studio 2019 internal compiler error

    * ports/ace/process_manager.patch:
      Added.

    * ports/ace/CONTROL:
    * ports/ace/portfile.cmake:

* Attempt to fix apply patches

    * ports/ace/portfile.cmake:

* [ace] Updated baseline for ace, 4 configurations work again with the applied patch

    * scripts/ci.baseline.txt:

* Address review comments

    * ports/ace/portfile.cmake:

* Revised patch for ACE

    * ports/ace/process_manager.patch:

* [ace] Add support for uwp

    * ports/ace/portfile.cmake:

* ace now works in all configurations

    * scripts/ci.baseline.txt:

* Removed !uwp and update version

    * ports/ace/CONTROL:

* Simplified install of copyright file and on windows we always have a QoS library

    * ports/ace/portfile.cmake:

* [ace] Simplified the port file by using an array for directories and libraries

    * ports/ace/CONTROL:
    * ports/ace/portfile.cmake:

* Update ports/ace/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-28 13:09:12 -07:00
Jack·Boos·Yu
8fcf8b5157
[bond] Update to 9.0.0 (#11628) 2020-05-28 13:07:54 -07:00
Phoebe
4312808883
[vcpkg baseline] Fix baseline failures (#11612)
* [vcpkg baseline] Fix baseline failures

* Update the target check
2020-05-28 13:07:36 -07:00
Lily
1982faa57b
[libpopt] Remove invalid URL (#11607) 2020-05-27 16:08:36 -07:00
Johnny Willemsen
7b0789fceb
[ace] Add support for uwp (#11441)
* [ace] Update to 6.5.8

* Address review comments

    * ports/ace/portfile.cmake:

* Put back copy step

    * ports/ace/portfile.cmake:

* Fixed error

    * ports/ace/portfile.cmake:

* ARM should work, let us try it

    * ports/ace/portfile.cmake:

* ARM doesn't work yet, so disable it again
    * ports/ace/portfile.cmake:

* Add support for vcpkg of ace on MacOSX

    * ports/ace/portfile.cmake:

* [ace] Add patch to fix Visual Studio 2019 internal compiler error

    * ports/ace/process_manager.patch:
      Added.

    * ports/ace/CONTROL:
    * ports/ace/portfile.cmake:

* Attempt to fix apply patches

    * ports/ace/portfile.cmake:

* [ace] Updated baseline for ace, 4 configurations work again with the applied patch

    * scripts/ci.baseline.txt:

* Address review comments

    * ports/ace/portfile.cmake:

* Revised patch for ACE

    * ports/ace/process_manager.patch:

* [ace] Add support for uwp

    * ports/ace/portfile.cmake:

* ace now works in all configurations

    * scripts/ci.baseline.txt:

* Removed !uwp and update version

    * ports/ace/CONTROL:

* Simplified install of copyright file and on windows we always have a QoS library

    * ports/ace/portfile.cmake:
2020-05-27 06:11:51 -07:00
myd7349
ea07b5d3cd
[simdjson] Update to 0.3.1 (#10709)
* [simdjson] Update to 0.3.1

* [simdjson] Update CI baseline

* [simdjson] Include arm build

* [simdjson] Make UWP happy

* [simdjson] Turn off SIMDJSON_COMPETITION for linux

* [simdjson] Update to 2020-05-06

[simdjson] Turn off SIMDJSON_SANITIZE under DEBUG mode (#10145)

* [simdjson] Update to lastest

* wip

* [simdjson] Update to 2020-05-20

* [simdjson] Update to 2020-05-21

* [simdjson] Fix ninja build

* [simdjson] arm-uwp still not supported

* [simdjson] Update to 2020-05-22 and disable UWP patch

* [itk] You shall pass

* [simdjson] Fix x64-uwp

* Revert "[itk] You shall pass"

This reverts commit 885e8a8af4.

* [simdjson] Update

* [simdjson] Update to 2020-05-26
2020-05-26 23:00:24 -07:00
Billy O'Neal
7e4ab7967a
[telnetpp] Add missing <ostream> for Visual Studio 2019 16.6 (#11573)
* [telnetpp] Add missing <ostream> for Visual Studio 2019, previously submitted as https://patch-diff.githubusercontent.com/raw/KazDragon/telnetpp/pull/215

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-05-26 22:50:28 -07:00
Billy O'Neal
d4b6f751b7
[ponder] patch missing headers for Visual Studio 2019 16.6 (#11582)
* [ponder] patch missing headers, previously submitted as https://github.com/billyquith/ponder/pull/121

* Add home page.

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Remove vcpkg_common_functions.

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-05-26 22:38:56 -07:00
myd7349
6ea5808fd9
[symengine] Add new port (#8752)
* [symengine] Add new port

* [symengine] Fix boost.math dependency

boost.lexical_cast depends on boost.math.

* [symengine] Fix linux build

* [symengine] Modernize

* [symengine] Update to 2019-11-30

* [symengine] Disable dynamic build on Windows

[symengine] Modernize

* [symengine] Update to 2020-05-12

* [symengine] Update to 2020-05-23

* [symengine] Let us give uwp a try

* [symengine] Dynamic library support

* [symengine] Update

* [symengine] INTERFACE_INCLUDE_DIRECTORIES

* [symengine] Add feature tcmalloc

* [symengine] Update to 2020-05-25
2020-05-26 22:36:51 -07:00
Johnny Willemsen
9c04c2ec59
[ace] Add patch to fix Visual Studio 2019 16.5 internal compiler error (#11369)
* [ace] Update to 6.5.8

* Address review comments

    * ports/ace/portfile.cmake:

* Put back copy step

    * ports/ace/portfile.cmake:

* Fixed error

    * ports/ace/portfile.cmake:

* ARM should work, let us try it

    * ports/ace/portfile.cmake:

* ARM doesn't work yet, so disable it again
    * ports/ace/portfile.cmake:

* Add support for vcpkg of ace on MacOSX

    * ports/ace/portfile.cmake:

* [ace] Add patch to fix Visual Studio 2019 internal compiler error

    * ports/ace/process_manager.patch:
      Added.

    * ports/ace/CONTROL:
    * ports/ace/portfile.cmake:

* Attempt to fix apply patches

    * ports/ace/portfile.cmake:

* [ace] Updated baseline for ace, 4 configurations work again with the applied patch

    * scripts/ci.baseline.txt:

* Address review comments

    * ports/ace/portfile.cmake:

* Revised patch for ACE

    * ports/ace/process_manager.patch:

* Update ports/ace/portfile.cmake

add comment about why the patch is needed

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-26 22:26:41 -07:00
Cheney Wang
9dde75b92a
[simdjson] Fix error LNK2001 when compile with /fsanitize=address in MSVC (#11495)
* [simdjson] Fix error LNK2001 when compile with /fsanitize=address

* Update ports/simdjson/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/simdjson/portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update ports/simdjson/portfile.cmake

* Update ports/simdjson/portfile.cmake

* Update ports/simdjson/portfile.cmake

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-05-26 22:15:05 -07:00
Lily
4694b885a2
[basisu, gppanel, msgpack11, nana, rapidcheck, folly] Fix std function build error (#11494) 2020-05-26 22:13:00 -07:00
Konnov Konstantin
a95a5022ae
[protobuf] Fix RPATH error for static build (#11504)
* [protobuf] Fix RPATH error for static build.

* Update version

Co-authored-by: Konstantin Konnov <konstantin.konnov@litmus.io>
2020-05-26 22:11:06 -07:00
Jack·Boos·Yu
6ca5fb670a
[protobuf-c] Fix tool protoc-gen-c crash (#11517) 2020-05-26 22:08:00 -07:00
Tim Autry
7bfd3e4b31
[freeglut] fix debug macro patch (#11527)
* [freeglut] fix linking release dll to debug lib

This patch:
1. Increments version by -1 in the CONTROL file
2. Adds execution of fix-debug-macro.patch file in portfile.cmake
3. Add the fix-debug-macro.patch to the port directory

* [freeglut] update version to -1 

Update CONTROL file to reflect version 3.2.1-1 adding fix-debug-macro.patch

* [freeglut] update portfile.cmake

Update portfile.cmake to execute new fix-debug-macro.patch
Reference: https://github.com/microsoft/vcpkg/issues/8315
This patch updates:
1.  the ./include/GL/freeglut_std.h
     - line 73 and 91
       - from ifdef NDEBUG
       - to if defined(NDEBUG) || !defined(_DEBUG)
2. the ./src/blackberry/fg_main_blackberry.c
    - line 34
       - from ifdef NDEBUG
       - to if defined(NDEBUG) || !defined(_DEBUG)

* Update portfile.cmake

* Update ports/freeglut/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-26 22:02:55 -07:00
Bill Avery
ec4846cbf5
[pegtl/cppgraphqlgen] matching updates for dependency (#11531)
* [pegtl] Update to latest 3.0.0-pre commit

* [cppgraphqlgen] Update to v3.2.2 (matches PEGTL)
2020-05-26 21:47:34 -07:00
myd7349
01926a1eb1
[tinyply] Add new port (#11534)
* [tinyply] Add new port

* [tinyply] CMake patch
2020-05-26 21:45:20 -07:00
Alexander Neumann
924eb89478
[gmp/nettle] try fixing build issues (#11565)
* [gmp/nettle] try fixing build issues

* [nettle/gmp] remove unnecessary comments
2020-05-26 21:42:12 -07:00
Neel Raiyani
5488222193
[scnlib] Update to version 0.3 (#11540)
* Update to version 0.3

* Update ports/scnlib/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-26 21:39:17 -07:00
victorburckel
dbd822571e
[ocilib] Add new port (#11549)
* ocilib port

* Update ci.baseline

* Code review

* Code review
2020-05-26 21:38:37 -07:00
Stephen E. Baker
46d0f05e2d
[luafilesystem][lpeg] Bump versions (#11554)
* Bump luafilesytem to 1.8.0 and lpeg to 1.0.2

* Code review changes for lpeg / luafilesystem

* [lpeg][luafilesystem] Remove windows only gates

* Remove failures from baseline
2020-05-26 21:32:47 -07:00
Billy O'Neal
cff57958e7
[replxx] Add missing header <stdexcept> needed to name std::runtime_error for replxx. (#11571)
* [replxx] Add missing header <stdexcept> needed to name std::runtime_error for replxx.

Already applied upstream as 723d9c8486

* Bump version.
2020-05-26 21:03:19 -07:00
Glyn Matthews
b08757ea9a
[skyr-url] Changed version number to 1.9.0 (#11568) 2020-05-26 21:01:54 -07:00
Billy O'Neal
af56d50d64
[libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 16.6 (#11570)
* [libarchive] Disable C4061 which causes build to fail in Visual Studio 2019 16.6

* Bump verison.
2020-05-26 21:01:32 -07:00
Billy O'Neal
cb538ed22f
[magic-get] Fix improper direct reference to the "downloads" directory which fails when the downloads directory has been relocated. (#11581) 2020-05-26 20:59:38 -07:00
Billy O'Neal
a5758c97d0
[jaeger-client-cpp] Fix improper direct reference to the "installed" directory which fails when it has been redirected. (#11583) 2020-05-26 20:58:07 -07:00
Jack·Boos·Yu
323cd68f5a
[seal] Disable SEAL_USE_MSGSL and add default feature zlib (#11588) 2020-05-26 20:42:09 -07:00
Phoebe
c3cfb02466
[libusbmuxd berkeleydb cppcms activemq-cpp] Add Supports and failure message (#11589)
* [libusbmuxd berkeleydb cppcms] Add Supports and failure message

* Add Supports for activemq-cpp
2020-05-26 20:40:27 -07:00
SvenPStarFinanz
6a400388bb
[Xmlsec] Update to 1.2.30 (#11595)
* [xmlsec] Add cmake target exports

* Removed vcpkg_common_functions.

* [xmlsec] Update to 1.2.30

Co-authored-by: Sven Paschukat <Sven.Paschukat@starfinanz.de>
2020-05-26 20:37:58 -07:00
Vitaly Petrov
b37f5d651d
[libvpx] Change default target on Unix (#11500)
* [libvpx] Change default target on Unix

* Update CONTROL

* [libvpx] Support to build x86/x64 on Unix

* [libvpx] Update by review comments

* Update portfile.cmake

* [libvpx] By default build with 'generic-gnu'
2020-05-26 14:05:44 -07:00
Jack·Boos·Yu
b271aeffa2
[VCPKG baseline] Fix many ports (#11559) 2020-05-25 11:52:48 -07:00
Phoebe
2ac2b5f3da
[Baseline] Fix boost-*:arm-uwp failure and resolve conflicts in CI (#11496)
* [baseline] Fix boost-*:arm-uwp failure and resolve conflicts in CI

* Remove itk:x64-osx=fail in CI

* Resolve conflicts

* Rebase the changes
2020-05-23 12:39:26 -07:00
Daniel Parker
c4937039b0
[jsoncons] Update to v0.152.0 (#11505)
* [jsoncons] Update to v0.152.0

* [jsoncons] Update to v0.152.0
2020-05-22 21:59:41 -07:00
Duncan Horn
a830527563
[wil] Update to 2020-05-19 (#11506)
* Update commit for WIL

* Update wil port to match the commit used for NuGet package 1.0.190716.2

* Update WIL port

* Update WIL port
2020-05-22 21:59:05 -07:00
Vennor
34db0f946b
[entt] Update to 3.4.0 (#11507) (#11509)
* [entt] Update to 3.4.0 (#11507)

* [entt] Replaced port name with ${PORT}. (#11507)
2020-05-22 21:57:41 -07:00
JinmingHu
fea6cfe9a8
[azure-storage-cpp] Upgrade to 7.4.0 (#11510) 2020-05-22 21:55:26 -07:00
emptyVoid
e792d1c171
[vcpkg-acquire-msys] Update pacman before any other package. (#11443)
* [vcpkg-acquire-msys] Update pacman manually to work around update issues.
2020-05-22 00:58:05 -07:00
Trent Weiss
2c2735a9e1
[tinyxml] Use proper CMake targets (#11383)
* use proper cmake targets

* change target name to be unofficial
2020-05-21 11:54:42 -07:00
NancyLi1013
4c1db6840f
[python3] Fix dynamic build error on Linux (#11489)
* [python3] Fix dynamic build error on Linux

* Update baseline to resolve the regression
2020-05-21 11:39:48 -07:00
myd7349
30cae466ea
[marl] Update to 2020-05-20 (#11465)
* [marl] Update to 2020-05-20

* [marl] Update to 2020-05-21
2020-05-21 11:35:54 -07:00
Rafael Varago
bfcc390dcb
[absent] Add new port (#11447)
* [absent] Add new port

absent is a small library meant to simplify the composition
of nullable types in a generic, type-safe, and declarative style
for some C++ type-constructors

* [absent] Remove deprecated include(vcpkg_common_functions)

* [absent] Add Homepage
2020-05-21 11:31:33 -07:00
alexander-smyslov
f075c6b1ee
[libpqxx] linux support (#11442)
* Add files via upload

* [new port] avro-cpp

* add boost-format

* remove comments

* remove comments

* [libpqxx] linux support

* fix

* fix

* update version

* correct the indentation

* Update ports/libpqxx/CMakeLists.txt

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-05-21 11:31:00 -07:00
Igor Kostenko
96edc8c4a3
[freeglut] updated to 3.2.1 (#11423)
* [freeglut] updated to 3.2.1

* [freeglut] address review comments

* [freeglut] add glut forwarding header

* [freeglut] revert incorrect wrapper location

* [freeglut] enable FREEGLUT_REPLACE_GLUT

* [freeglut] static lib renaming is not needed anymore

* [freeglut] revert FREEGLUT_REPLACE_GLUT setting, always use glut.h

* Revert "[freeglut] static lib renaming is not needed anymore"

This reverts commit 550018c1b8.
2020-05-21 11:29:52 -07:00
Silvio Traversaro
bb7ab2c92e
[octomap] Cleanup (#11408)
* Add homepage
* Remove deprecated inclusions
* Switch to use new function vcpkg_copy_tools

Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-05-21 11:25:51 -07:00
Sheen Tian
3dd53aae33
[mmloader ]Add new port (#11381)
* Add new port mmloader

* update the SHA512

* update the version

* Address PR comments
2020-05-21 11:25:25 -07:00
evpobr
875821cd80
[libflac] Update to 1.3.3-1 (#11152)
Update to ce6dd6b which has the following benign changes compared to 1.3.3 proper

* `std::`-ify a bunch of C library stuff
* C-cast -> `static_cast` or `reinterpret_cast`
* build system changes
* `unsigned` -> `uint32_t`
* removing UB in some shifts
* better support for powerPC and Windows
* Change out `cos(double)` for `cosf(float)` in C
* Correct `%d` to `%u` in printf
2020-05-21 11:19:21 -07:00
Alexander Neumann
27c6c94202
[vcpkg] Improve make builds (#10402)
* update all 16 configure_make ports

* add make wrappers for msvc

* improve make builds

* fix relativ path errors on linux (and osx?)

* revisit all 16 portfiles again

* remove trace from install

* fix relative build path issues.

* bump control of the 16 configure ports

* never forget .... real linux is case sensitive ....

* Revert "bump control of the 16 configure ports"

This reverts commit 40d6d81c01.

* Revert "Revert "bump control of the 16 configure ports""

This reverts commit 9c9851ddfc.

* bump control again for real ci rebuild

* add copy_source

* remove message

* pass parameters to vcpkg_build_make

* fix healpix build.

* fix libmagic regression

* fix libwandio regression

* pfring changes regression fix? (cannot test in wsl)

* ws change to retrigger CI

* fix libpq regression

* fix libudns regression

* add share/pkgconfig to PKG_CONFIG_PATH

* cleanup of deprecated options

* cleanup docs

* Revert "bump control again for real ci rebuild"

This reverts commit b4bc18edc2.

* shared binaries on linux should stay in lib. Only dlls are mvoed to bin

* move pkgconfig check and add message about missing system packages

* added autopoint as a build requirement

* fix prerun shell working dir.

* a few fixes from the x windows pr
- add libpath setting
- fixed pkgconfig search on windows platforms
- fixed autopoint msys package on windows

* fix release prefix

* minimal cleanup and ws changes to trigger true CI rebuild

* fix tcl by upgrading

* remove unnecessary rename

* fix pfring? can't test in WSL. Linux kernel headers required.

* fix lowercase in patch

* fix libwandio

* remove x264 from fail list

* replace wrappers with wrappers from automake

* update make ports

* remove unnecessary message

* refactor vcpkg_configure_make

* [tcl] remove stray ?

* [farmhash] fix build

* [freexl] ws change to retrigger ci build

* [x264] add pthread as a dependency

* [vcpkg/scripts] add ignore flag correctly

* [sdl] fix vcpkg_fixup_pkgconfig call

* [farmhash/freexl] delete configure and recreate it.

* [libudns] remove trailing ?

* [freexl] use empty build target

* [freexl] add system library; remove previous change

* Update ports/x264/portfile.cmake

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [libwandio] remove unncessary comment

Co-authored-by: dan-shaw <51385773+dan-shaw@users.noreply.github.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-21 10:46:07 -07:00
Wolfgang Stöggl
056743134a
[libepoxy] Update to 1.5.4 (#11448)
- New upstream version 1.5.4
- Use simplified file(INSTALL ...) for copyright file
- Add libepoxy-1.5.4_Add_call_convention_to_mock_function.patch

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-20 14:29:45 -07:00
Silvio Traversaro
3b79a2d257
[fcl] Explicity handle FCL_USE_X64_SSE CMake option (#11406)
* [fcl] Explicity handle FCL_USE_X64_SSE CMake option

The FCL_USE_X64_SSE option is enabled by default in fcl,
but it only make sense to enable SSE flags when targeting
either x86 or x64.

* Update CONTROL
2020-05-20 14:24:22 -07:00
Jack·Boos·Yu
07537f9a9b
[clapack] Add uwp support (#9957)
* [clapack] Add uwp support

* use _CRT_NONSTDC_NO_DEPRECATE instead of patching codes
2020-05-20 14:20:59 -07:00
Jack·Boos·Yu
ac2233abc6
[grpc] Add feature absl-sync (#10307)
* [grpc] Update to 1.28.0 and add feature absl-sync

* Update to 1.28.1 and fix linkage issues
2020-05-20 14:20:37 -07:00
Jack·Boos·Yu
92ea5970ed
[monkeys-audio] Update to 5.38 (#11444)
* [monkeys-audio] Update to 5.38

* Correct portfile.cmake

* update supports field
2020-05-20 12:21:40 -07:00
Francisco Pombal
8bfdf64a92
[libtorrent] minor portfile simplification and version bump (#11389) 2020-05-20 10:11:19 -07:00
Wolfgang Stöggl
a29e5b6d5d
[tool-meson] Update to 0.54.2 (#11380)
* [tool-meson] Update to 0.54.2

- Release notes: https://mesonbuild.com/Release-notes-for-0-54-0.html
- Homepage added to CONTROL file

* Re-trigger CI test

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-05-20 10:10:59 -07:00
Martin Vejdarski
ec2b59b93e
[harfbuzz,skia] Update and replace Skia dependencies with vcpkg (#11416) 2020-05-19 15:20:18 -07:00
Igor Kostenko
edfc5ac1c3
[grpc] upgrade to 1.28.1 (#11449) 2020-05-19 15:17:41 -07:00
Cheney Wang
cb388456a2
[realsense2] Update to 2.34.0 (#11437)
* [realsense2] Update to 2.34.0

* Modify the value of REF from version to commit id

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2020-05-19 15:15:33 -07:00
Tim Autry
9fa44fc4b7
[libgo] Update CONTROL to fix typo (#11435) 2020-05-19 15:14:29 -07:00
Rémy Tassoux
a4ec3dd2fe
[utfcpp] Update to 3.1.1 (#11426) 2020-05-19 15:13:17 -07:00
Gregory Popovitch
98f80d86f2
[parallel-hashmap] Update parallel-hashmap version (#11420)
* update parallel_hashmap version

* Update portfile.cmake

* Update CONTROL

* Update portfile.cmake for parallel_hashmap

* bump parallel-hashmap to latest github release

* Update parallel_hashmap version to 1.32 (current)

* Update CONTROL

* update portfile as requested
2020-05-19 15:12:29 -07:00
Jozef Izso
e6c6d96218
[protobuf] protobuf v3.12.0 (#11397)
* [protobuf] protobuf v3.12.0

* Fix ignition-msg5 library to compile with protobuf 3.12
2020-05-19 15:09:01 -07:00
Igor Kostenko
36fcce0bbf
[angle] update for gcc 10 compatibility (#11394)
* [angle] update for gcc 10 compatibility

* [angle] macos fix

* [angle] Fix UWP builds

Co-authored-by: Igor Kostenko <ikostenko@perforce.com>
2020-05-19 15:07:37 -07:00
Igor Kostenko
9a0652b870
[parallelstl] update to 20200330 (#11379)
* [parallelstl] update to 20200330

* code review

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-19 14:57:41 -07:00
Jack·Boos·Yu
f23ebed76f
[cmake] Update to 3.17.2 (#10767)
* [cmake] Update to 3.17.1

* update cmake directory name

* [cpuid] Fix install headers.

* [stormlib] Fix install headers

* [murmurhash] Fix install headers

* [metrohash] Fix install headers

* update baseline

* update baseline

* [otl] update hash

* update baseline

* [gts] Do not use ninja to avoid empty implib issue

* update baseline

* [dmlc] Re-trigger ci test

* [replxx] Re-trigger ci test

* update baseline

* [osg] Re-trigger ci test

* [replxx] Fix build failure

* Set cmake min version to 3.17.1

* update baseline

* [libnice] Re-trigger ci test

* [mlpack] Re-trigger ci test

* update to 3.17.2

* update cmake hash

* update baseline

* update baseline

* update baseline

* update baseline

* Update scripts/ci.baseline.txt

Co-authored-by: Billy O'Neal <billy.oneal@gmail.com>

* update baseline

* update baseline

* [magnum] Set magnum:arm64-windows to skip in baseline

* [nanogui] Set nanogui:arm64-windows to fail in baseline

* [nettle] Set nettle:x64-windows to fail, waiting for fix this issue in another PR

* re-trigger CI test

* update baseline

* Install unixODBC in Linux

* [nanodbc] Re-trigger CI test

* update baseline

* Remove space

* update baseline
2020-05-19 14:47:19 -07:00
Benjamin Sergeant
9e03a3ac59
[ixwebsocket] update to 9.6.2 (#11030)
* [ixwebsocket] update to 9.5.0

* remove reference to vcpkg_test_cmake which is deprecated (was commented)

* remove all features, bump to depend on 9.5.2

* wrong sha512

* exclude uwp from the supported platforms / cannot see in logfiles why it is not building + I do not have access to this platform for testing

* try again uwp

* bring back mbedtls dep

* 9.5.8 has an old pre 1.1 openssl fix

* use mbedtls on windows and uwp

* revert to original CONTROL file

* do not install ixwebsocketConfig.cmake which conflicts with vcpkg

* portfile will handles openssl, mbedtls and sectransp options to choose the tls backend library

Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-05-19 14:36:36 -07:00
myd7349
3864f7b0c3
[munit] Add new port (#6780)
* [munit] Add new port

* [munit] Modernize

* [muint] Update to 2020-04-06

* [munit] Update CI baseline

* [munit] Update CI baseline

* [munit] Fail fast

* [munit] Download meson on linux and osx

* [vcpkg_find_acquire_program] Always download meson if not found

* Revert "[munit] Download meson on linux and osx"

This reverts commit e7e17730d4.

Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-05-19 14:34:08 -07:00
NancyLi1013
3f7bee619a
[libgo] Update to 3.1 (#11263)
* [libgo] Update to 3.1

* Add headers in debug sub folder

* Update ci.baseline and remove headers in debug/include directory

* Update the way to install headers and targets on Windows

* Remove the headers in netio/disable_hook on all platforms

* Add unsupported for arm and uwp

* Add only support static build and update ci.baseline

* code review

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-18 14:09:10 -07:00
Markus Rickert
87b2ae5500
[nlopt] Enable UWP support (#11398) 2020-05-18 11:20:37 -07:00
pravic
d2c3dbf6ec
[sciter] Update to 4.4.3.18.7817 (#11393) 2020-05-18 11:09:48 -07:00
Michael Quigley
432f0e1748
[imgui] update to 1.76 (#11388) 2020-05-18 11:09:26 -07:00
Lily
28d7a5e016
[qt5-base] Add Xorg dependency libxcursor-dev (#11371) 2020-05-18 11:06:20 -07:00
Sönke Schau
9f516b9347
[gSoap] Update to 2.8.102 and re-enable x64 Builds (#11355)
* Update to 2.8.102 and reenable x64 Build

* Remove surplus empty directory during install

* Corrected the "Supports" entry in CONTROL

Should have read the documentation for "Supports" to see that this is a boolean expression
2020-05-18 10:45:46 -07:00
Vincent Gao
fb441358ab
[ctp] New port CTP library 6.3.15 (#10717)
* [ctp] New port CTP library 6.3.15

* [ctp] Minor changes
 - Update portfile to support custom triplets
 - disable CI due to downloading server availability

* Update ports/ctp/portfile.cmake

* Update ports/ctp/portfile.cmake

* Remove ${...} from if

Co-authored-by: Vincent Gao <xgao1023@outlook.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-05-18 10:43:53 -07:00
Alexander Neumann
9f051a093f
[libxml2] Add iconv and charset linkage in vcpkg-cmake-wrapper on osx (#11072)
* [libxml2] Add iconv and charset linkage in vcpkg-cmake-wrapper on osx

* update baseline

* update baseline
2020-05-18 10:40:18 -07:00
Nick Renieris
9f0f0bdedc
[libvmdk] Initial port (#11010)
* [libvmdk] Initial port

Signed-off-by: Nick Renieris <velocityra@gmail.com>

* Update scripts/ci.baseline.txt

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-05-18 10:38:59 -07:00
Alexander Neumann
6b871df7e0
[libpq] Update to 12.2 and some feature fixes (#10915)
* fix number of spaces in string replacement

* fix libiconv library name

* [libpq] update to 12.2
fix some issues with features
feature combination client+nls does not compile with latest VS
due to libpq src's accessing an implementation detail (needs upstream fix)

* on arm skip host openssl version check if host cannot execute the triplet version

* use PORT_VERSION to update the version references more easily

* fix tcl and python feature on windows
2020-05-18 10:36:03 -07:00
Lee Packham
7e6e30ff8e
[aws-sdk-cpp] Update to 1.7.333 (#11332)
* Update CONTROL.in to match current version
* Update sha for checkout/checksum
2020-05-15 17:05:00 -07:00
huangqinjin
b0c42cb8a2
[sqlite3] Enable build for android (#11267) 2020-05-15 17:04:42 -07:00
Thomas Gwynne-Timothy
9db3ff7a06
[tiff] Install runtime deps for tiff[tool] (#11364)
* Install runtime deps for tiff[tool]

fixes microsoft/vcpkg#11361

* Remove deprecated include

* Increment port version
2020-05-15 17:04:10 -07:00
eao197
830d48241c
[restinio] update to v.0.6.8. (#11367) 2020-05-15 17:03:34 -07:00
William Woodruff
61b5c23eae
[uthenticode] Update to 1.0.4 (#11362) 2020-05-15 16:59:40 -07:00
Moritz Beutel
f6aa8bc6cf
[gsl-lite] update to 0.37.0 (#11351) 2020-05-15 16:58:36 -07:00
hank121314
18b67ef730
[paho-mqttpp3] update to 1.1 (#11327)
* [paho-mqttpp3]:update to 1.1

* [paho-mqttpp3]:update to latest commit

* [paho-mqttpp3]: fix static library build error

* [paho-mqttpp3] (docs): add HomePage to CONTROL and (deprecated): remove include(vcpkg_common_functions) from protfile.cmake
2020-05-15 16:57:28 -07:00