Commit Graph

7714 Commits

Author SHA1 Message Date
alcroito
c5f01e1dee
Add initial iOS support (#6275)
* Add iOS community triplets and toolchain support

Added an iOS toolchain to enable building packages for iOS.
The toolchain is used when a triplet's VCPKG_CMAKE_SYSTEM_NAME is set
to iOS.

To configure which architecture should be built, as well as other
iOS specifics, the following triplet variables can be set:
- VCPKG_TARGET_ARCHITECTURE
- VCPKG_OSX_SYSROOT
- VCPKG_OSX_DEPLOYMENT_TARGET
- VCPKG_OSX_ARCHITECTURES

The following VCPKG_TARGET_ARCHITECTURE values are currently
supported:
 - arm, arm64, x64, x86.

The following VCPKG_OSX_SYSROOT values are currently supported:
 - iphoneos, iphonesimulator, or an absolute path to the device or
   simulator Xcode SDK.

VCPKG_OSX_DEPLOYMENT_TARGET can be set to control the minimum iOS
delopyment target for the built libraries.

CMAKE_OSX_ARCHITECTURES is derived from VCPKG_TARGET_ARCHITECTURE,
so generally it should not be set. In case if someone needs to target
a more specific architecture (like armv7k or arm64e), it can
be set in the triplet via VCPKG_OSX_ARCHITECTURES.

Note that only certain combinations of the architecture and sysroot
will work: simulator SDKs only provide x86-based libraries, etc.

The toolchain also sets CMAKE_SYSTEM_PROCESSOR for certain
configurations, because certain packages (like libpng) depend on the
processor type.

Added 4 community iOS triplets that build static libraries:
- arm-ios, arm64-ios, x86-ios, x64-ios.
The non-arm triplets target the iOS simulator.

The triplets build static libraries because they are easiest to
integrate into an iOS project. Dynamic libraries or frameworks require
code signing on iOS, which complicates integration.

Added heuristics to try and automatically detect what iOS triplet to
use when building your own CMake project (so when a CMake project sets
CMAKE_TOOLCHAIN_FILE to buildsystems/vcpkg.cmake), if no explicit
triplet is provided (VCPKG_TARGET_TRIPLET is undefined).

The heuristic checks for the values of CMAKE_SYSTEM_NAME and
CMAKE_OSX_ARCHITECTURES. Note that for this to work,
CMAKE_OSX_ARCHITECTURES needs to be set before the first project()
call in your CMake project.

Added workaround so find_package finds vcpkg installed packages
when targeting iOS.
This is done by saving / restoring the value of CMAKE_FIND_ROOT_PATH
while also adding the vcpkg package root in the find_package override
macro.
The workaround can be removed once vcpkg upgrades to CMake 3.15.0
or higher where the issue is fixed.

Fixes: #6003

* Fix building libpng and pcre2 targetting iOS

Fixes: #6003
2020-04-15 13:06:55 -07:00
Kevin Lu
8fd3f813b7 Forgot to bump version in accordance with maintainer guide 2020-04-15 11:22:19 -04:00
Kevin Lu
95c2771fce [Freetype] Actually prevent linking HarfBuzz on POSIX
Correctly fixes #10041
Fixes three typos in #10073
2020-04-15 00:25:54 -04:00
Alexej Harm
1e19af09e5
[boringssl] Add new port (#8455)
* [boringssl] Add new port

* removed usage of deprecated vcpkg functions

* let the ci treat boringssl like libressl

* applied requested changes

* [boringssl] Update to commit 590265773@2020-04-07 (#8455)

* [boringssl] Restore scripts/ci.baseline.txt
2020-04-14 17:20:24 -07:00
zi-m
c0ec13d320 update portfile.cmake according to LilyWangL review 2020-04-14 09:12:31 +02:00
zi-m
5c30e5b6bc update portfile.cmake according to NancyLi1013 review 2020-04-14 08:54:22 +02:00
zi-m
f8c5785138 update to 1.18.1 and export blosc-config.cmake 2020-04-13 22:14:21 +02:00
zi-m
db7aaf8ab2 export zstd-config.cmake 2020-04-13 21:39:29 +02:00
Meyer Zinn
a3a56c4699 Fix copyright. 2020-04-13 10:53:52 -05:00
Meyer Zinn
90f204d9d8 resolve merge conflicts 2020-04-13 10:40:54 -05:00
Meyer Zinn
6ea5afaf9c Add quadtree
make review corrections
2020-04-13 10:38:59 -05:00
Voskrese
36bd7c4be3
fix clean 2020-04-13 11:41:27 +08:00
Voskrese
b0037f4621
fix clean 2020-04-13 11:40:43 +08:00
Meyer Zinn
37578d6df2 Add quadtree 2020-04-11 13:52:54 -05:00
Voskrese
63cc016504
physfs mirror url 2020-04-11 20:51:37 +08:00
Voskrese
500316594f
physfs mirror url 2020-04-11 20:41:03 +08:00
luncliff
91b61bc828 [cppcoro] 2020-02-28 2020-04-10 19:43:49 +09:00
luncliff
7e6235bd3a [cppcoro] embed CMakeLists.txt file
* copy the CMakeLists.txt file and start build with it
* change version to 2020.2

For now the repo doesn't have any tags.
Therefore its version followed the latest commit,
which is made in 2020 Feb.
2020-04-10 18:17:04 +09:00
evpobr
e73ad47065 [libvorbis] Update to 1.3.6-4d963fe
* Use latest upsteam
* Support config mode (upstream)
* Remove patch 0002 (merged to upstream)
* Remove `ogg.patch` (not needed)
2020-04-10 13:52:40 +05:00
Alexander Neumann
941d546454
[qt5-base, qt5-imageformat] fix issues on osx (#9705)
* [qt5-imageformats] freeglut is not a dependency on osx

* [qt5-base] fontconfig can require iconv on linux and osx

* include the jasper fix to get CI coverage?

* trying to get ci coverage for qt on osx

* Revert "trying to get ci coverage for qt on osx"

This reverts commit 8b9b188839.

* apply the correct ci hack

* fix wrapper to include macosx debug suffix

* update baseline

* first try to fix the Qt5 cmake configs at the root.

* fix missing backslash

* fix plugin patch

* fix qt config patch

* remove 90% of fixcmake.py

* update baseline

* experimental removal of fixcmake.py and dll copying into tools/qt5/bin

* fix experimental dll copying.

* fix static windows builds

* fix static builds

* fix plugin copy

* add quotes around configuration to make it work

* remove dll debug messages

* note about the cmake fix

* revert fontconfig changes on linux. Make qt.conf relative and not absolute

* make qt.conf relative

* trying to fix ogre osx ci regression

* fix silly path error

* Revert "trying to fix ogre osx ci regression"

This reverts commit 708d8250d6.

* add ogre:x64-osx=fail to CI baseline

* retry on osx

* fix configure error. since in qt5-base everything is in the package directory and not in the installed

* revert change to ci.baseline

* update ci baseline

* bump control

* update baseline

* ws change to osg-qt

* reset ci baseline to upstream/master

* update baseline

* fix osg-qt?

* skip ms-angle on osx and linux since the normal angle port should be used!

* update ci baseline

* try adding fontconfig manually

* update ci baseline to remove osg-qt for the time being

* remove manual library.
2020-04-09 17:08:01 -07:00
Alexander Neumann
f99b18d573 handle multiline arguments in makefile correctly 2020-04-09 12:41:16 +02:00
Alexander Neumann
661f329e03 [gsl] update to 2.6 2020-04-09 11:00:18 +02:00
wangli28
002cf744fc [fmt] Fix coolprop build error 2020-04-09 08:04:35 +00:00
wangli28
279867cb0c [fmt] update to 6.2.0 2020-04-09 02:27:36 +00:00
Daniel Parker
0304c45315
[jsoncons] update to v0.150.0 (#10688)
* [jsoncons] update to v0.150.0

* [jsoncons]Fixed version in CONTROL file
2020-04-08 15:57:50 -07:00
Alexander Neumann
919856ad45
fix some remaining absolute paths. (#10746) 2020-04-08 12:33:54 -07:00
derselbst
a4a5c65cc8 [libffi] Check return value of execute_process()
To avoid hiding errors, the return values of the execute_process()
commands should be checked and a fatal error should be issued.
2020-04-08 10:20:44 +02:00
PhoebeHui
6b5ff56193 [openssl-windows] Avoid to install docs for openssl-windows 2020-04-08 00:44:01 -07:00
wangli28
3229d17dc8 [DirectXMesh] Add support build for DirectX12 2020-04-08 03:16:59 +00:00
Dimitrij Mijoski
a21f8d2fc8 [nuspell] update port to v3.1.0 2020-04-08 01:37:47 +02:00
Glyn Matthews
495dc65823 Bumped version number of skyr-url because of fix to CI error 2020-04-07 21:25:35 +02:00
Carlos O'Ryan
a3a6e70344
[google-cloud-cpp*] update to the latest release (#10680) 2020-04-07 10:03:46 -07:00
Park DongHa
dfdb2095fb [cppcoro] update with PR review
* update reference to tag and hash value
* ${PORT} for destination

Linux build support should marked unavailable?
2020-04-07 23:47:29 +09:00
NancyLi1013
a02ca62f75 [raylib] Update to 3.0.0 2020-04-07 00:59:49 -07:00
Phoebe
deca92ce4e
Merge branch 'master' into supported-version-change 2020-04-07 15:38:52 +08:00
richardh
7f2bb735df modified control file to inidcate version 2020-04-07 08:16:43 +01:00
NancyLi1013
9cbb1bd46e Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/NancyLi/10611-fix-mosquitto
# Conflicts:
#	ports/libwebsockets/CONTROL
2020-04-06 19:22:19 -07:00
Michael Konečný
7edaafb077
[mpfr] Add mirror for mpfr at gnu.org (#10035)
* add mirror for mpfr at gnu.org

* remove deprecated include(vcpkg_common_functions)

* update version number after modified port

* update copyright handling command to install
2020-04-06 15:21:36 -07:00
Alexander Neumann
6028fd5e1a
[angle] Improve port (#9965)
* update opengl and install all headers

* improve angle

* update egl-registry

* fix osx regression

* update baseline.

* fix uwp regressions

* fix osx and linux regression

* add encoding patch

* bump glad control

* rechdeck gl visibility from native build

* removed unnecessary commented code

* add GL_VISIBILITY to the exported targets

Co-authored-by: dan-shaw <51385773+dan-shaw@users.noreply.github.com>
2020-04-06 14:49:51 -07:00
Alexander Neumann
bd0c7106f9
[vcpkg] Make configure meson sane and work for all targets. (#10395)
* fix configure meson for non windows builds.

* change to the two ports using meson

* fix passing of empty compiler arguments.

* dont transform / into - for all flags

* copy meson logs into the buildtree to better diagnose CI errors of meson ports

* another change to the two ports to actually force a CI rebuild

* add missing /pkgconfig dir to PKG_CONFIG_PATH

* fix pkgconfig setup

* add share/pkgconfig to PKG_CONFIG_PATH

* Add CMake path to PATH for meson

* add share folder to prefix for meson

* remove double message

* add libdir so that meson does not install into architecture folder in linux
and make prefix path target dependent. (Or should it be host dependent?)

* bump controls

* update toolchain selector to use VCPKG_TARGET_IS_<paltform>.

* change pkgconfig prefix and path.....
meson is not correctly handling native windows paths and eating "\"
PKG_CONFIG_PATH also nees : to correctly separate paths
Prefix still must be near to native path but with / instead of \ C:/somepath/
2020-04-06 14:43:16 -07:00
Jack·Boos·Yu
6283a51112
[libffi] Support arm/arm64 (#10485)
* [libffi] Support arm/arm64

* [libffi] Use VCPKG_TARGET_ARCHITECTURE to determine triplet

* [libffi] Use VCPKG_TARGET_ARCHITECTURE in CMakeLists.txt

* update baseline

* re-trigger ci test
2020-04-06 14:17:22 -07:00
ZeeWanderer
f2023a7f35
[blend2d] Update to beta_2020-03-29 (#10600)
- Blend2D updated to beta_2020-03-29
- local Asmjit updated to 2020-03-16
2020-04-06 14:09:03 -07:00
Cheney Wang
c4e7c83b0e
[nana] Add Xorg dependency libxcursor-dev and modify deprecated functions (#10605)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2020-04-06 14:08:04 -07:00
Alexander Neumann
359661a227
[qt5-base] Fix EGL absolute path on Linux (#10641)
* - add patch to find the debug library
- manually fix EGL path in Qt5GuiConfigExtras.cmake

* bump control
2020-04-06 14:03:16 -07:00
Glyn Matthews
3ccff75202 [skyr-url] Fixed change to CMake options 2020-04-04 23:37:30 +02:00
Glyn Matthews
9a84f487e6 Bumped version of skyr-url to 1.5.1 2020-04-04 17:24:43 +02:00
Park DongHa
aff31e139e [cppcoro] add new port 2020-04-04 21:36:38 +09:00
Richard Uhrie
b3cce15c80 updated indicators to 1.7 2020-04-03 14:39:04 -07:00
Meyer Zinn
c34b518e43 [entt] Update to version 3.3.2
Update version in CONTROL.
2020-04-03 16:36:04 -05:00
pravic
f29a191d0a
[sciter] Update to 4.4.1.5 (#10071)
* [sciter] Fix executable permissions on OSX.

* [sciter] Update to 4.4.0.8.7427

* [sciter] Update to 4.4.1.0.7439

* [sciter] Update to 4.4.1.5.7587
2020-04-03 10:34:50 -07:00
Glyn Matthews
449adbed72
[skyr-url] Add new port (#10463)
* Added port for Skyr URL library

* Removed vcpkg_test_cmake call in skyr-url port

* Fixed type in version number, added step to copy PDBs

* Added build dependency on tl-expected

* Removed commented out code

* Disabled warnings as errors

* Bumped version number

* Updated version number for Skyr URL
2020-04-03 10:33:56 -07:00
Jack·Boos·Yu
9409abf422
[hunspell] Disable build tools in non-Windows (#10574)
* [hunspell] Disable build tools on OSX

* [hunspell] Disable build tools in non-Windows

* update baseline

* [hunspell] Change notice.
2020-04-03 10:28:02 -07:00
Daan De Meyer
9ffd7c4886
[reproc] Update to version 12.0.0 (#10594) 2020-04-03 10:27:19 -07:00
Lily
32d29d6df4
[abseil] Fix feature name error (#10620) 2020-04-03 10:26:50 -07:00
Maki
b065d5fec0
[openvr] Added Linux support and updated to v1.10.30 (#10629)
* [openvr] Added Linux support

* [openvr] Updated to v1.10.30

* [openvr] Updated port file with modern variables and better platform checking

* [openvr] Updated ci.baseline.txt as Linux is supported now
2020-04-03 10:24:16 -07:00
Jake
171ff2995c
[freerdp] Fix include paths and output (#10630)
Signed-off-by: jarves <jarveson@gmail.com>
2020-04-03 10:22:28 -07:00
Gabriel
f4759a6ded
[opus] Make AVX an optional feature (#10634) 2020-04-03 10:17:41 -07:00
Benjamin Sergeant
a4028d3ace
ixwebsocket: update to 9.1.9 (#10633)
Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-04-03 10:17:02 -07:00
Carlos O'Ryan
d604c9278b
[googleapis] upgrade to v0.7.0 release (#10651) 2020-04-03 10:15:06 -07:00
NancyLi1013
c1be618542
[libwebsockets] Update to 4.0.1 (#10658) 2020-04-03 10:14:40 -07:00
Gregor Jasny
f71a22f2dd
[function2] Update to version 4.1.0 (#10666) 2020-04-03 10:14:18 -07:00
Phoebe
8782b0b8b9
[vcpkg] Fix spec instance name (#10660)
* [vcpkg] Fix spec instance name

* Change cub version for testing the changes

* Add vulkan-hpp to test
2020-04-03 09:41:36 -07:00
Meyer Zinn
fe0c299ff2 [entt] Update to version 3.3.2 2020-04-02 13:21:11 -05:00
NancyLi1013
0f1294c61e [libwebsockets] Update options -DLWS_USE_BUNDLED_ZLIB as -DLWS_WITH_BUNDLED_ZLIB 2020-04-02 00:26:15 -07:00
NancyLi1013
276401d741 [pixel] Add warning message on Linux 2020-03-31 20:35:49 -07:00
NancyLi1013
fed53f5771 [mosquitto] Add support for static build 2020-03-31 19:40:20 -07:00
richardh
57facf5ece updated to use the latest, available version of fribidi 2020-03-31 10:25:04 +01:00
Alexander Neumann
b79f7675aa
[hdf5] add tools and fortran feature (#9864)
* [hdf5] add tools and fortran feature

* change fortran feature to state requirements
2020-03-28 18:41:08 -07:00
Lily
f933c30226
[abseil] Add compiler C++17. (#8248)
* [abseil] Add compiler C++17.

* Add feature c++17.
2020-03-27 20:52:58 -07:00
kreuzerkrieg
d2512ed8e3
[replxx] Add new port (#10052)
* replxx

* wip
2020-03-27 20:43:13 -07:00
Jonathan Hale
edfce3b455
[magnum/magnum-plugins] Fix patches for --head builds (#10158)
* [magnum] Update patches for --head builds

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum-plugins] Remove obsolete patch

Since basisu port has been updated, we can now use it without patching
the magnum-plugins code for compatibility.

Signed-off-by: Squareys <squareys@googlemail.com>

* [corrade] Remove obsolete warning and flag

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum] Rename patches to reflect order of application

Signed-off-by: Squareys <squareys@googlemail.com>

* [corrade/magnum/magnum-plugins] Update port versions

Signed-off-by: Squareys <squareys@googlemail.com>
2020-03-27 20:37:33 -07:00
Jack·Boos·Yu
9efff1124a
[ffmpeg] Disable vdpau in UNIX (#10161)
* [ffmpeg] Disable vdpau in UNIX

* [ffmpeg] Disable vdpau in OSX only

* [freerdp] Add warning message when building in non-windows

* revert 1ec7785491 changes
2020-03-27 20:34:59 -07:00
kreuzerkrieg
7b0dea5b36
[ryu]Fix linux problem with ccache (#10340)
* Fix linux problem with ccache

* wip

* wip
2020-03-27 20:29:06 -07:00
Daniel
4772dc2c40
[libpq] Fix build failure when vcpkg path contains spaces (#10274)
Add quotes to paths in command flags
2020-03-27 20:28:09 -07:00
Lily
59b09ec644
[geotrans] Modify incorrect version in CONTROL (#10325)
* [geotrans] Upgrade to version 3.8

* [geotrans] Modify incorrect version in CONTROL
2020-03-27 20:27:07 -07:00
Jack·Boos·Yu
b5deb0c8cd
[vtk] Add find dependency pugixml in cmake config file (#10379)
* [vtk] Add find dependency pugixml in cmake config file

* [vtk] Re-generate patch

* re-trigger ci test
2020-03-27 20:23:18 -07:00
Henrik Gaßmann
cd4c066116
[tinyexr] Update to commit fdaeecb@2020-03-15 (#10426)
- Modernize port.
2020-03-27 20:05:36 -07:00
Henrik Gaßmann
472b159dab
[lodepng] Update to commit e34ac0@2020-03-15 (#10427)
* [lodepng] Add cmake import configs

* [lodepng] Update to commit e34ac0@2020-03-15

* [lodepng] Modernize port

- Remove calls to deprecated vcpkg functions.
- Remove commented out pngdetail tool project definitions.

* [lodepng] Remove osx failure from ci.baseline
2020-03-27 20:04:02 -07:00
Gregor Jasny
f3de074f9b
[civetweb] Add optional SSL support (#10431) 2020-03-27 19:58:37 -07:00
Phoebe
7b92363b8f
[bfgroup-lyra] Update to 1.3 (#10436) 2020-03-27 19:57:26 -07:00
Henrik Gaßmann
7c99786052
[spirv-cross] Update to version 2020-02-26 (#10442)
- Modernize port.
2020-03-27 19:56:18 -07:00
Bill Avery
409776e461
[cppgraphqlgen] Update to v3.2.0 and fix #10407 (#10446)
* [cppgraphqlgen] Update to v3.2.0

* Fix #10407

* Use file INSTALL for copyright
2020-03-27 19:55:22 -07:00
here-mikelley
f2d5437495
[lzo] Fix for building Linux shared library (#10451)
* [lzo] Fix for building Linux shared library

* [lzo] replace MSVC with VCPKG_TARGET_IS_WINDOWS

* [lzo] Update version to 2.10-5
2020-03-27 19:51:48 -07:00
quatmax
f2734659ab
[wt] Update to 4.2.2 (#10459) 2020-03-27 19:43:20 -07:00
Kevin Hartman
d615162aff
[Morton-nd] Update version to v3.0.0 (#10474)
* Update morton-nd to v3.0.0.

Morton ND now also provides its own CMake integration, which this portfile uses directly.

* Address review comments.
2020-03-27 19:41:44 -07:00
Jack·Boos·Yu
774f4fe6dd
[ffmpeg] Install tools (#10486)
* [ffmpeg] Install tools

* [ffmpeg] Fix incorrect macro

* [ffmpeg] Re-fix installation

* re-trigger ci test
2020-03-27 19:40:10 -07:00
Arash Partow
aa9b8ecc06
Update ExprTk package (#10506) 2020-03-27 19:33:05 -07:00
Jack·Boos·Yu
5e95b08a99
[freerdp] Fix dynamic library path in cmake files (#10526)
* [freerdp] Fix dynamic library path in cmake files

* [freerdp] Add warning message when building in non-windows
2020-03-27 19:32:10 -07:00
Phoebe
4b822a1388
[catch2] Update to 2.11.3 (#10536) 2020-03-27 19:15:58 -07:00
NancyLi1013
ec11757f90
[blitz] Update to the latest commit and fix no dll and lib generated (#10546)
* [blitz] Update to the latest commit and fix no dll and lib generated

* Update to the latest commit
2020-03-27 19:15:32 -07:00
Daniel Parker
478cb2f9fc
[jsoncons] Update to v0.149.0 (#10540) 2020-03-27 19:14:05 -07:00
Lily
679a3c243e
[realsense2] Update to version 2.33.1 (#10550)
* [realsense2] Update to version 2.33.1

* [realsense2] Fix build error on Windows7
2020-03-27 19:13:40 -07:00
Rémy Tassoux
2fbc73e2cd [sdl2] Fix patches files 2020-03-27 12:53:44 +01:00
Rémy Tassoux
50cb254510
[sdl2] Remove no longer used patch 2020-03-26 13:34:35 +01:00
Rémy Tassoux
28b25e8307
[sdl2] Remove no longer used patch 2020-03-26 13:33:54 +01:00
Rémy Tassoux
dc41246f5c
[sdl2] Change homepage link to the official sdl website 2020-03-26 13:29:53 +01:00
Jack·Boos·Yu
d98696de85
[vcpkg baseline] Fix CI test (#10508)
* re-trigger ci test

* [kealib] Switch repo to github

* [mongo-c-driver] Set icu as a feature

* [monkeys-audio] Update version to 5.24

* [mongo-c-driver] Fix arm build

* [mongo-c-driver] Re-generate patch

* [mongo-c-driver] Remove key word PRIVATE in patch

* [llvm] Remove default feature tools

* [llvm] Add judgment to install tools

* [llvm] Add more condition

* [llvm] Fix clang cmake files when selecting feature tools

* [halide] Fix build depends info in CONTROL

* update baseline
2020-03-25 20:43:02 -07:00
d-winsor
e2c671d4bd
[boost-process] Patch for header bug in boost 1.72 (#10453)
* Added patch for boost-process header bug in 1.72

* Updated version number.

* Version change for generate-ports
2020-03-24 13:01:25 -07:00
Marc Bertola
78a2116a4a
[ffmpeg] Add NVIDIA Codec feature for Windows and Linux (#9171)
* Add NVIDIA Codec support for Windows, Linux and Linux for Tegra

* [ffnvcodec] Fix typos, add/remove comments

* Bump nvcodec version to 9.1.23.1

* Update version number as per change request

* Use PORT variable instead of hardcoded portname

* Identify the release the hash pertains to

* Find nvcodec in 'installed' instead of 'packages'

* Force FFmpeg to look for nvcodec headers in the installed directory instead of /usr/lib/pkgconfig.

* Use p option on cygpath to convert full path in case it contains more than one entry
2020-03-24 13:00:09 -07:00
Lily
2d9a32b46f
[skia] Fix vswhere.exe can't find VS2017 with -sort (#10437)
* [skia] Fix vswhere.exe can't find VS2017

* [skia] Use $ENV{VCINSTALLDIR}
2020-03-23 11:56:44 -07:00
NancyLi1013
97302ca172
[tbb] Update to new repository (#10456)
* [tbb] Update the repository

* Update version
2020-03-22 21:07:13 -07:00
Rémy Tassoux
b40c89f3c3
[SDL2] Update to 2.0.12 version 2020-03-22 13:37:31 +01:00
Billy O'Neal
056e9517ec
[cpprestsdk] Disable websockets by default. (#10478)
* [cpprestsdk] Disable websockets by default.

The websockets backend cpprestsdk uses is websocketpp, which was last
committed to in late 2018 and appears defunct. Additionally, the
websockets feature brings an otherwise unnecessary Boost dependency on
Windows which takes a relatively long time to build.

Customers who still want the websockets bits can turn on the optional feature.

* Add dependency to signalr.
2020-03-20 16:03:16 -07:00
Henrik Gaßmann
0a64f3a1f6
[spirv-tools] Update to version 2020.1 (#10441)
* [spirv-headers] Update to version 1.5.1

* [spirv-tools] Update to version 2020.1

* [spirv-tools] Work around an import config typo

* [spirv-tools] Fix nitpicks

* [spirv-headers] Modernize port

* [spirv-tools] Fix directory name capitalization mismatch
2020-03-20 00:32:07 -07:00
Phoebe
cbaafe76d6
Fix ci baseline (#10390)
* Rebuild failed ports on ci baseline

* Remove passed port osg-qt:x64-linux from ci baseline file

* Add mirrors for qt5
2020-03-19 10:33:59 -07:00
Phoebe
b3bdac11f0
[mimalloc] Update to 1.6.1 (#10062)
* [mimalloc] Update to 1.6.0

* Update patch

* Update ci baseline file

* Add message for the arch and platform that doesn't support

* Update the ci baseline file

* Update to latest revision 1.6.1
2020-03-19 00:39:00 -07:00
NancyLi1013
3d82def504
[ffmpeg] Fix build static error (#10368)
* [ffmpeg] Fix build static error

* Remove additional condition
2020-03-19 00:28:10 -07:00
Michael Spector
b5e59140cb
Upgrade Avro to 1.9.2 release (#10380)
* Upgrade Avro to 1.9.2 release

* Apply CR fixes

* Applied CR recommendations
2020-03-18 23:06:04 -07:00
kreuzerkrieg
7029557ee7
Fix the naming mess (#10367) 2020-03-18 22:53:31 -07:00
Robert Schumacher
f9e10d656f
[grpc][openssl][upb] Fix install on uwp (#10366)
* [grpc][openssl][upb] Fix install on uwp

* [upb] Remove unneeded changes

* [libodb-mysql] Disable parallel configure due to source writes

* [curl] Use openssl for UWP since SSPI is unsupported

* [ci.baseline] Update
2020-03-18 09:48:01 -07:00
Robert Schumacher
279faa3fbe
[libpq][spdk-ipsec] Rebuild to correct baseline (#10445)
* [spdk-ipsec] Modernize, cleanup, and mark unsupported on non-Linux

* [libpq] Remove stray whitespace; force rebuild
2020-03-18 09:45:41 -07:00
Michael Kelley
f9b44c8161 [openssl-unix] Update CONTROL version 2020-03-18 07:57:25 -07:00
Michael Kelley
819ed9af67 [openssl-unix] Update header path for shared library compilation 2020-03-17 18:09:06 -07:00
Daniel Parker
0cbfd1df17
[jsoncons] Update to v0.148.0 (#10433) 2020-03-17 14:09:00 -07:00
Tobias Brückner
c7a6b0cd9f
[sqlpp11-connector-mysql] Update to 0.29 to fix missing and unnecessary dependency of Boost.Thread on macOS (#10386)
* [sqlpp11-connector-mysql] Add Homepage to CONTROL file

* [sqlpp11-connector-mysql] Update to version 0.29

* [sqlpp11-connector-mysql] Remove deprecated function from portfile
2020-03-16 14:58:21 -07:00
Phoebe
1312cb19d6
[realsense2] Fix tools installation issue (#10403) 2020-03-16 14:56:05 -07:00
Phoebe
5e24dfc88a
[zopfli] Update to 1.0.3 (#10405) 2020-03-16 14:52:12 -07:00
NancyLi1013
f72c465aff
[mlpack] Fix build tool error (#10409)
* [mlpack] Fix build tool error

* Remove tests from tool feature
2020-03-16 14:51:46 -07:00
NancyLi1013
313d88c4df
[angle] Add warning message (#10414) 2020-03-16 14:50:40 -07:00
Carlos O'Ryan
bb7aa46de1
[googleapis] update to v0.6.0 release (#10391) 2020-03-13 14:48:50 -07:00
NancyLi1013
fea4df8b23
[raylib] Update to 2.6.0 (#10068)
* [raylib] Update to 2.6.0

* Remove unused comment
2020-03-12 17:52:45 -07:00
kreuzerkrieg
cd0ea13812
[unixODBC] Add new port (#10057)
* unixODBC

* wip
2020-03-12 17:52:16 -07:00
Dmitry Marakasov
c2795f1662
[cli] Add homepage (#10392) 2020-03-12 12:13:38 -07:00
Wolfgang Stöggl
5951e0b425
[pcre] Update to v8.44 (#10335)
- Drop patches (fixed upstream):
  fix-option-2.patch
  fix-arm64-config-define.patch
  fix-arm-config-define.patch
- Add patch
  pcre-8.44_suppress_cmake_and_compiler_warnings-errors.patch
2020-03-11 09:28:19 -07:00
Bill Avery
cd811d4b46
[cppgraphqlgen] Update to v3.1.1 (#10358)
* [cppgraphqlgen] Update to v3.1.0

* Add a Homepage to the CONTROL file

* Remove deprecated vcpkg functions

* Pick up a few more bug fixes in v3.1.1
2020-03-11 09:27:15 -07:00
Kevin Lu
fd12965463
[libgit2] Add features pcre,pcre2 to choose regex backend (#10333)
* [libgit2] Add features to build against vcpkg pcre,pcre2

* version

* libgit2 will automatically link to 'system' zlib, which is inconsistent depending on if vcpkg zlib was installed or not. This rectifies this by always targeting vcpkg zlib
2020-03-11 09:16:42 -07:00
DDoSolitary
2c68b1229b
[libssh] Enable mbedtls's threading support (#10154)
* Add "pthreads" feature to mbedtls.

* Cleanup portfile.

* Fix mbedtls pthreads support for Linux.

* [mbedtls] Require the pthreads port only on Windows.

* [mbedtls] Work around dependency issues about static linking.
2020-03-11 09:15:12 -07:00
Hleb Valoshka
c84dfe7ddd
[gettext] fix build with mingw-w64 (#10077) 2020-03-11 09:07:39 -07:00
Ken Johnson
93045f2974
[freetype] Disabled Harfbuzz check for non-Windows platforms (#10073)
* Added ifdef and disabled Harfbuzz check for non-Windows machines

* Updated portfile and CONTROL as requested
2020-03-10 17:28:49 -07:00
Alberto Luaces
cf405d4ed0
[suitesparse] Enable compiling SuiteSparse DLLs (#10305)
* Enable compiling SuiteSparse DLLs

Generated dynamic libraries work ok when linked to other projects.

* [suitesparse] Refresh port file for new vcpkg

* Update CONTROL file.
2020-03-10 17:26:45 -07:00
Ben Key
982713eca2
[mhook] fix build error on windows (#10302)
* Fix mhook build error.

* Removed the following entries from scripts/ci.baseline.txt: mhook:x64-windows=fail, mhook:x64-windows-static=fail, and mhook:x86-windows=fail.

* Removed unnecessary lines from fix-windows-packing-mismatch.patch.
2020-03-10 17:25:50 -07:00
bobk2824
ffdfeef89c
[ecsutil] Update ECSUtil v1.0.7.9 (#10258)
* Update ECSUtil v1.0.7.9

* Complete PR requested changes
remove: include(vcpkg_common_functions)
use: vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "UWP" "Linux" "OSX")

* added: Supports: windows&(x64|x86)

Co-authored-by: Bob Kast <bob.kast@emc.com>
2020-03-10 17:23:25 -07:00
Lily
33d8955807
[openal-soft] Fix find_package failed (#10251)
* [openal-soft] Fix find_package failed

* [openal-soft] Add usage
2020-03-10 17:22:44 -07:00
Lily
4468d7be57
[cli11] Update to version 1.9.0 (#10129)
* [cli11] Update to version 1.9.0

* [cli11] Update to version 1.9.0

* [cli11] Modify options
2020-03-10 17:21:43 -07:00
Koby Kahane
a181bed0cf
[rocksdb] Update to v6.6.4 (#10123) 2020-03-10 17:21:14 -07:00
NancyLi1013
980331d7a6
[liblemon] Fix post-build failed (#10106)
* [liblemon] Fix post-build failed

* Update homepage field in CONTROL
2020-03-10 17:19:18 -07:00
xeropresence
83da216ce5
[polyhook2] Update port (#10104)
* Update portfile.cmake

* Update CONTROL

* remove eof newlines
2020-03-10 17:18:38 -07:00
Benjamin Sergeant
f59b9ce78a
[ixwebsocket] Update to 8.0.5 (#10040)
* [ixwebsocket] update to 7.6.3

* fix version

* Restore Source directive

Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-03-10 17:16:28 -07:00
Phoebe
f41d64c18f
[mlpack ensmallen] Update to latest revision (#10070) 2020-03-10 17:15:34 -07:00
Phoebe
330ef69f9e
[loguru] Fix link issue (#10050) 2020-03-10 17:06:56 -07:00
Jack·Boos·Yu
2057f0339b
[hiredis] Fix feature ssl (#10044) 2020-03-10 16:57:03 -07:00
NancyLi1013
39079db85f
[fcl] Update to 0.6.0 (#10025)
* [fcl] Update to 0.6.0

* Add dependency eigen
2020-03-10 16:52:55 -07:00
Lily
7308c86e5b
[fltk] Fix build error on Linux (#10018)
* [fltk] Fix build error on Linux

* [fltk] Modify ci.baseline.txt

* [fltk] Fix build error

* [fltk] Fix build error

* [fltk] Fix build error

* [fltk] Fix build error on MACOS
2020-03-10 16:51:52 -07:00
Silvio Traversaro
249b8555eb
[ignition-cmake2] Add new port 🤖 (#10014)
* ignition-modularscripts: move CMake config files only if necessary

Some ignition libraries (such as ignition-cmake2) already install the
CMake config file in the location required by vcpkg

* Add new port ignition-cmake2
2020-03-10 16:49:53 -07:00
Bowser65
b813a777e8
[tidy-html5] Fix for non-Windows users (#10308)
* Fix tidy-html5 for non-Windows users

* Update ci baseline and remove deprecated stuff
2020-03-10 15:59:38 -07:00
Ali Can Demiralp
83aa96e446
[globjects] Fix incorrect filepath in globjects (#10309)
* Fix incorrect filepath in globjects.

* Update CONTROL
2020-03-10 15:57:07 -07:00
JinmingHu
8e20fa8057
[azure-storage-cpp] Upgrade to 7.3.0 (#10351) 2020-03-10 15:53:06 -07:00
Daniel Parker
5b95454b32
[jsoncons] Update to v0.147.0 (#10354) 2020-03-10 15:50:59 -07:00
Marko Mahnič
019cbfb62f
[argumentum] Update to 0.3.0 (#10355) 2020-03-10 15:46:53 -07:00
Bill Avery
df3e7936fd
[pegtl] Update to latest 3.0.0-pre commit (#10357) 2020-03-10 15:45:28 -07:00
kreuzerkrieg
fb87bc7d41
[MetroHash] Add new port (#10049)
* MetroHash

* wip

* wip

* wip
2020-03-10 15:40:15 -07:00
MACHIZAUD Andréa
e48fe56787
[python3] Modernize port + added --enable-shared (#9978) 2020-03-10 12:25:18 -07:00
Samuel Marks
d1b89575bd
[zkpp] Add new port (#7001)
* [zkpp] Add new port

* [zkpp] Change name of underlying library

* [zookeeper] Fix interface include directories

* [zkpp] Sanity

* Fix patch

* Correctly expose include directories

* Bump version

* Explicitly fail on Windows

Co-authored-by: Raed Romanov <raid_r@mail.ru>
2020-03-10 12:20:42 -07:00
Robert Schumacher
6b0b9c3612 [curl] Use openssl for UWP since SSPI is unsupported 2020-03-10 09:59:38 -07:00
Robert Schumacher
e9cbcfde5b [libodb-mysql] Disable parallel configure due to source writes 2020-03-10 09:35:50 -07:00
Robert Schumacher
db225cdf74 [upb] Remove unneeded changes 2020-03-10 09:33:28 -07:00
Robert Schumacher
bbb14083f6 Merge remote-tracking branch 'origin/master' into dev/roschuma/grpc 2020-03-10 09:32:37 -07:00
Jack·Boos·Yu
7893f7c76c
[upb] Fix uwp build (#10005)
* [upb] Fix uwp build

* update baseline
2020-03-10 09:31:38 -07:00
Phoebe
8fe412611c
[folly] Fix dependency issue in config file (#10315) 2020-03-09 17:19:31 -07:00
Robert Schumacher
670a2656df [grpc][openssl][upb] Fix install on uwp 2020-03-09 16:45:37 -07:00
kreuzerkrieg
d0b1f2a9e8
murmurhash (#10164) 2020-03-09 08:33:45 -07:00
NancyLi1013
769f5bc4a8
[pmdk] Update to 1.8 (#10118)
* [pmdk] Update to 1.8

* Update changes as reviewed
2020-03-06 10:09:15 -08:00
Maximilian Kruse
c520e1f3e0
[tinyfiledialogs] download from archive, not temporary ref (#10111)
* Update tinyfiledialogs to download from archive

I have additionally messaged the original maintainer about a fixed-version download, so we will finally have some consistent building of this package.

* Update ci.baseline.txt

* Update CONTROL

* Update portfile.cmake

* Change download path to be version specific

* Download Path now plain

* Change position of Supports tag

* Update package version

* Update portfile.cmake

Update portfile to download to a specified archive version name.
2020-03-06 10:07:49 -08:00
NancyLi1013
d0a465518e
[azmq] Update to latest commit and support boost 1.70 (#10288) 2020-03-05 20:24:27 -08:00
nicole mazzuca
f9e78dcc68
[abseil] Add uwp support (#10301)
* [abseil] Add uwp support

* [abseil] Drop support with arm/arm64

* [opencensus-cpp] Add keyword supports

* update baseline

* [abseil] Enable arm support
2020-03-05 16:01:57 -08:00
nicole mazzuca
4b1444e48d
[ryu] Add new port (#10167)
* ryu

* Add tool bazel in OSX

* wip

* wip

* wip

* wip

* wip

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-03-05 14:17:08 -08:00
nicole mazzuca
bf75bdfe92
[sdl1] Fix incorrect compilation type after dynamic build (#10105)
* [sdl1] Fix incorrect compilation type after dynamic build

* [sdl1] Add homepage
2020-03-05 14:06:50 -08:00
nicole mazzuca
961378b1cb
[Polymorphic-value] Add new port (#10267)
* add polymorphic_value

* make head work

* fix the config file

* address polymorphic_value review comments

* use ${PORT} instead of literal name
2020-03-05 13:58:02 -08:00
nicole mazzuca
8cd675cc58
[libcpuid] Add new port (#9942)
* libcpuid

* wip
2020-03-05 12:34:27 -08:00
nicole mazzuca
f6b055439b
[turbobase64] Update to latest (#10317) 2020-03-05 11:34:18 -08:00
nicole mazzuca
5c415ff8a0
[superlu] Add new port (#9930) 2020-03-04 13:52:00 -08:00
nicole mazzuca
42dee421af
[turbobase64] Add new port (#9911)
* Turbo Base 64

* TurboBase64
2020-03-04 13:40:00 -08:00
nicole mazzuca
8d5cb4cac4
[vtk] Fix dependency proj4 library name in cmake (#9899) 2020-03-04 13:34:17 -08:00
nicole mazzuca
d97841242a
[healpix] Add new port (#8810)
* [healpix]Add new port.

* update baseline

* update baseline

* [healpix] Disable build on OSX

* [healpix] Add suports keyword
2020-03-04 13:25:24 -08:00
nicole mazzuca
d06053a307
[grpc] Update grpc to v1.27.3 (#10242) 2020-03-04 13:07:39 -08:00
nicole mazzuca
e368f0f4ce
[skia] add new port (#10083)
* [skia] add new port

* [skia] add support for x64-windows

* [skia] use vswhere to locate MSVC

* [skia] update supports CONTROL field

* [skia] address review comments

* [skia] add compile definitions for metal

* [skia] use vcpkg to find programfiles

* [skia] add glob_single_file function
2020-03-04 13:06:24 -08:00
nicole mazzuca
350f647fd6
[openal-soft] Fix macOS builds (#10268) 2020-03-04 13:03:38 -08:00
nicole mazzuca
778682f945
[uwebsockets] Upgrade to v0.17.2 (#10262) 2020-03-04 12:57:47 -08:00
nicole mazzuca
3c13078655
[googleapis] update to v0.5.0 release (#10272)
* [googleapis] update to v0.5.0 release

* Address review comments.
2020-03-04 11:00:03 -08:00
nicole mazzuca
047fa52aa2
[doctest] Update to version 2.3.7 (#10275) 2020-03-04 10:58:57 -08:00
nicole mazzuca
98ff680762
[hyperscan] Update to version 5.2.1 (#10276) 2020-03-04 10:57:54 -08:00
nicole mazzuca
215798a356
[darknet] update to latest release (#10280)
* [darknet] update to latest release

* [darknet] add corrections from review
2020-03-04 10:51:49 -08:00
nicole mazzuca
24cc91c933
[graphicsmagick] update to 1.3.35 (#10281) 2020-03-04 10:50:43 -08:00
nicole mazzuca
91c8d72a55
[google-cloud-cpp*] update to latest release (#10283)
Update google-cloud-cpp-common to v0.21.0, google-cloud-cpp to v0.20.0,
and google-cloud-cpp-spanner to v0.9.0. These changes need to be atomic,
thus the single PR.
2020-03-04 10:49:39 -08:00
nicole mazzuca
9eb82bf53b
[usockets] Add features (#10303) 2020-03-04 10:38:47 -08:00
nicole mazzuca
39d22e2c99
[openmvs] use project install folder (#10265) (#10291)
* [openmvs] use project install folder (#10265)

* update scripts
2020-03-04 10:15:30 -08:00
Dimitrij Mijoski
19ac6d56d5
[nuspell] Add new port (#10151)
* [nuspell] Add new port

* [nuspell] cosmetic fixes in portfile as requested

* [nuspell] cosmetic changes in portfile, better comments
2020-03-04 09:22:42 -08:00
Joel Höner
af78cf0195
[zydis] Update to v3.1.0 (#8426)
* [zydis] Update to v3.0.0

Since v3.0.0 now depends on the internal zycore library via a submodule, I had to replace `vcpkg_from_github` with `vcpkg_download_distfile`

* [zydis] Switch to vcpkg_from_github

* Update Zydis to v3.1.0

Also, set `ZYDIS_ZYCORE_PATH` instead of moving the Zycore sources.
2020-03-02 21:30:06 -08:00
NancyLi1013
129fb5a748
[shogun] Fix target.cmake path (#10246)
* [shogun] Fix target.cmake file path

* [shogun] Fix target.cmake file path

* Update the way to find dirent.h

* Add fix-dirent.patch
2020-03-02 15:55:52 -08:00
Sumit Bhardwaj
84b5d6462c
[azure-storage-cpp] Upgrade Azure-Storage-CPP from 7.1.0 to 7.2.0 (#10260)
* Upgrade Azure-Storage-CPP

* Changing port name
2020-03-02 15:14:54 -08:00
yurybura
1c414f9192
[boost-python] Try to fix build issue on Linux (#9780)
* [boost-python] Try to fix build issue on Linux

* Update baseline: enable boost-python:x64-linux

* Fix number of processor detection on Linux: use CMake module

* Fix user-config.jam configuration on Linux

* Update baseline: enable boost-mpi:x64-linux

* Fix build boost-regex[icu] on Linux, issue #4962
2020-03-02 10:41:27 -08:00
Mohamed Akram
1e697e97da
[sdl2] Fix CMake include directory (#10092) 2020-03-02 10:05:47 -08:00
Curoky
705764c635
[fmt] Update to 6.1.2 (#10080)
* [fmt] Update to 6.1.2

* [spdlog] add patch to fix include missing

* [fmt] check if file exists before file(RENAME ...)

* [spdlog] bump version to 1.4.2-2

* [fmt][spdlog] Fix version number
2020-03-02 09:35:36 -08:00
Jack·Boos·Yu
c3ac3b24ff
[pcl] Change feature pcap dependency to libpcap in non-Windows (#10163)
pcl[pcap] still doesn't work on macOS for now, since the libpcap port doesn't support non-Linux systems.
2020-02-29 11:22:53 -08:00
cDc
57c7de7f24
[openmvs] update to v1.1 (#10110)
* update openmvs

* update version
2020-02-28 22:31:23 -08:00
Vitaliy Didik
01a864d25b
[gmime] Update to 3.2.6 (#10112) 2020-02-28 22:30:06 -08:00
Leonid Pospelov
98513a5056
[icu] Fix typo (#10128) 2020-02-28 22:27:28 -08:00
Greg Williamson
9e7db0ccba
[pugixml] Fix debug library name (#10134)
* Fix debug library name

* use option

* Update CONTROL
2020-02-28 22:26:29 -08:00
Kevin Lu
12caf950f8
[libgit2] Update to 0.99.0 (#10140)
* [libgit2] Update to 0.99.0

* Update vcpkg conventions

* Use new approach to disallowing UWP builds
2020-02-28 22:25:31 -08:00
Tobias Brückner
f71aa3077e
[hyperscan] Add missing dependency boost-crc (#10148)
* Add boost-crc to hyperscan dependencies

* Add homepage to CONTROL file

* Increase port version to 5.1.0-4
2020-02-28 22:24:36 -08:00
Jack·Boos·Yu
31ce75e4ae
[celero] Fix some macros (#10159)
WIN32 -> _WIN32, and CELERO_STATIC -> 1
2020-02-28 22:14:37 -08:00
Tobias Brückner
64f7f2590d
[libmysql] Fix for missing "ADD_COMPILE_FLAGS" command (#10162)
* [libmysql] Apply patch to prevent configuration error in extra/re2

Configuration of the embedded extra/re2 produces an error on Mac with Clang:

    CMake Error at extra/re2/CMakeLists.txt:74 (ADD_COMPILE_FLAGS):
      Unknown CMake command "ADD_COMPILE_FLAGS".

cmake/compile_flags.cmake was not included.

* [libmysql] Remove empty directory /lib/plugin/debug after installation

* [libmysql] Update version to 8.0.4-6

* [libmysql] Remove deprecated include(vcpkg_common_functions)

* [libmysql] x64-osx is now expected to pass CI

* [libmysql] Simplify copying of copyright file

* [libmysql] Handle unsupported triplets with vcpkg_fail_port_install
2020-02-28 21:56:22 -08:00
Daniel Parker
053ade685f
[jsoncons] Update to v0.146.0 (#10165)
* [jsoncons] Update to v0.145.0

* Update to v0.145.1

* Removed blank lines at end of .cmake file. Update to v0.145.2

* [jsoncons]Line include(vcpkg_common_functions) removed
2020-02-28 21:50:56 -08:00
SvenPStarFinanz
50e689dbe2
[xmlsec] Add cmake target exports (#10207)
* [xmlsec] Add cmake target exports

* Removed vcpkg_common_functions.
2020-02-28 21:50:01 -08:00
igl42
0d8fb644a0
[blaze] Update to 3.7 (#10182) 2020-02-28 21:44:18 -08:00
Jonathan Giannuzzi
0babb7549b
[sdl2-mixer] Enable native MIDI support on macOS (#10201) 2020-02-28 21:42:47 -08:00
Owen Rudge
bf338dc947
[proj4] Update to version 6.3.1 (#10211) 2020-02-28 21:40:32 -08:00
Hartmut Kaiser
8d4b4baf43
[hpx] Update to V1.4.1 (#10214)
* Updating for HPX V1.4.1

* Addressing review comments
2020-02-28 21:38:07 -08:00
Daniel Yates
605957fef2
[eabase] Update to 2.09.12 (#10215) 2020-02-28 21:36:29 -08:00
Daniel Yates
bbb655857a
[eastl] Update to 3.16.05 (#10216) 2020-02-28 21:34:44 -08:00
Maxime GIMENO
003513de47
[cgal] Upgrade to 5.0.2 (#10222)
* Upgrade to 5.0.2

* Use modern vcpkg functions and remove deprecated code

* Update ports/cgal/portfile.cmake

Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>

Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2020-02-28 21:33:41 -08:00
Phoebe
df31c41168
[bullet3] Add usage (#10226) 2020-02-28 21:30:50 -08:00
Wolfgang Stöggl
2121698e7b
[tool-meson] Update to 0.53.2 (#10234) 2020-02-28 21:29:51 -08:00
Kevin Lu
ae8a224bee
[sqlite3] Update to 3.31.1 (#10241) 2020-02-28 21:27:31 -08:00
eao197
c953d07fda
[restinio] update to v.0.6.5 (#10208) 2020-02-28 21:10:35 -08:00
Koby Kahane
4f46ab90fc
[re2] update to 2020-01-01 (#10197)
* [re2] update to 2020-01-01.

* [re2] Remove deprecated vcpkg_common_functions inclusion.
2020-02-26 13:59:31 -08:00
Billy O'Neal
f4359f404a
[cpprestsdk] Update to v2.10.15. (#10191)
* [cpprestsdk] Update to v2.10.15.

* fix baseline

Fixes cpprestdsk on UWP.

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-02-26 13:57:43 -08:00
Jack·Boos·Yu
5d6927385e
[libmariadb] Fix patch (#10043)
The patch incorrectly left out the line just before the modification.
2020-02-25 16:42:08 -08:00
Gregor Jasny
1d58bf5310
[prometheus-cpp] Update to version 0.9.0 (#10175) 2020-02-25 14:24:30 -08:00
Jack·Boos·Yu
c6b58e366a
[brotli] Fix build failure on arm64-uwp (#10116)
* [brotli] Fix build failure on arm64-uwp

* update baseline
2020-02-25 14:18:40 -08:00
Stanislav Ershov
d317268f4f
[entt] Update to 3.3.0 (#10205) 2020-02-25 14:14:45 -08:00
Carlos O'Ryan
80d5ee93a4
[google-cloud-cpp-common] Upgrade to v0.20.0 release (#10168) 2020-02-24 16:10:03 -08:00
Jack·Boos·Yu
9db90b397d
Fix baseline error (#10051)
* Fix osx baseline

* fix osg configure issue

* re-trigger ci test

* re-trigger ci test

* [osg] Revert changes with osg and temporarily skip osg detection

* trigger ci test

* update baseline

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-02-19 16:45:58 -08:00
DailyShana
1be75a28bf
[irrlicht] add feature to support unicode path on windows (#9902)
* [irrlicht] add feature to support unicode path on windows

* use vcpkg_check_features

* fix tools feature
2020-02-13 23:00:31 -08:00
NancyLi1013
b9794a59a3
[range-v3] Update to 0.10.0 (#10002) 2020-02-13 22:51:45 -08:00
Shuanglei Tao
bc37190216
[libwebsockets] add libuv support (#9970)
* [libwebsockets] add libuv support

* [libwebsockets] Bump control version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-02-13 19:04:40 -08:00
Jack·Boos·Yu
90114a0e2e
[proj4] Fix the feature database judgment (#8763)
* [proj4]Fix the feature database judgment.

* [proj4]Re-fix sqlite tool judgment.
2020-02-13 19:03:58 -08:00
Jack·Boos·Yu
ad69a7fc8e
[osg]Fix windows-dynamic/linux build. (#8060)
* [osg]Fix dynamic build.

* [sdl1]Fix linux command.

* [osg]Fix linux build: disable present3D and osgstaticview.

* [osg]fix windows build-only for windows.

* [osg]Fix file INSTALL error.

* [osg]Add dependency conditions.

* [osg]disable OSG_USE_UTF8_FILENAME in Linux and OSX.

* [osg]Fix find dependency curl. Replace version num by macro.

* [osg]Add option CMAKE_CXX_STANDARD

* [osg] Remove library prefix.

* [osg] Fix install pdbs

* [osg] Remove usless plugin libs.

* update baseline

* update baseline

* update baseline

* update baseline
2020-02-13 17:53:23 -08:00
Stephen Just
375ea0ec6b
[rxspencer] Add RxSpencer port (#9166)
* [rxspencer] Add RxSpencer port

* No need to force dynamic linkage

* Review comments

* update baseline

* Update to latest upstream

* Review comments

* Update CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-02-13 17:51:10 -08:00
Rémy Tassoux
76fba5ec78
[luajit] Improve static and dynamic CRT support (#8929)
* [luajit] Improve static and dynamic CRT support

* [luajit] fix CRT linkage always static

* [luajit] Fix luajit.exe static build failure

* [luajit] Remove old patch

* [luajit] Remove old patch

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-02-13 17:48:46 -08:00
Johnny Willemsen
c819b7f6bf
[ace] Update to 6.5.8 (#10003)
* [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:
2020-02-13 17:38:27 -08:00
Maciej Sroczyński
91d4020c9b Remove "const" from the second argument of "iconv" 2020-02-13 20:55:33 +01:00
Carlos O'Ryan
c36db6d3be
[google-cloud-cpp{,-common}] upgrade to latest release (#10037) 2020-02-12 14:48:03 -08:00
kreuzerkrieg
6abebce350
[farmhash] Add new port (#9929)
* FarmHash, a family of hash functions.

* WiP
2020-02-12 14:44:06 -08:00
pravic
110ed91c05
[sciter] Update to 4.4.0.7.7393 (#10022) 2020-02-11 23:19:34 -08:00
BullyWiiPlaza
f0ea08adea
[xorstr] Update xorstr to fix GCC warnings and compilation error (#10026) 2020-02-11 23:17:55 -08:00
Todor Prokopov
f478be7479
[many ports] Support building with MinGW toolchain (#8940)
* Some package fixes necessary to build with MinGW toolchain

* [libraqm] Fix build error caused by trying to write to source directory

* [tmxparser] Fix build failure when tmx port is intalled before tmxparser port

System include path was added first on compiler command line. This leads to
build failure when there is a tmx.h header file in system include path.

* [qt5-base][angle] Trigger CI rebuild

* [kd-soap] Fix build error

* Update ci.baseline

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-02-11 17:30:03 -08:00
Phoebe
5f12ffae8d
[freetype] Remove feature 'harfbuzz' (#9888) 2020-02-11 17:23:49 -08:00
Phoebe
dbe299e4a5
[openmvg] Update to 1.5 (#10008) 2020-02-11 17:23:12 -08:00
Phoebe
be6d78f1e3
[openvdb] Update to 7.0.0 (#10020) 2020-02-11 16:45:01 -08:00
Yue
716d189d6b
[toml11] Add new port (#9941) 2020-02-11 16:39:59 -08:00
ymshenyu
acdbfaec17
[gRPC] Update to 1.27.1 (#9963)
* gRPC 1.27.0

* trigger build

* update to v1.27.1

* update control file
2020-02-11 16:33:48 -08:00
Phoebe
61bb3713f4
[g2o] Update to 2020-02-07 (#9968) 2020-02-11 16:32:28 -08:00
yurybura
0360bc88ae
[open62541] Update to v1.0.1 (#9992)
* [open62541] Update to v1.0

* Remove dependency on python-six

* Fix CI

* Manually specify the version

* Fix install binaries directory

* Fix end line

* Add homepage and modernize cmake
2020-02-11 16:30:31 -08:00
eao197
a7f4954430
[restinio] update to 0.6.4 (#10004) 2020-02-11 16:29:29 -08:00
Jack·Boos·Yu
6ee97010a9
[libimobiledevice] Update to 1.2.185 and fix usbmuxd build (#10007)
* [libimobiledevice] update to 1.2.185 and fix usbmuxd build

* [libimobiledevice/usbmuxd] Add homepage
2020-02-11 16:29:04 -08:00
Jack·Boos·Yu
10eeee5d55
[asmjit] Update to 2020-02-08, drop support with uwp (#10016) 2020-02-11 16:27:53 -08:00
Jack·Boos·Yu
4acf573554
[oniguruma] Update to 6.9.4 (#10019) 2020-02-11 16:27:17 -08:00
kreuzerkrieg
2b9c87f4b9
[libhdfs3] Add new port (#10021)
* libhdfs3

* wip
2020-02-11 14:09:51 -08:00
winsoft666
56a12f6ee9
[teemo] Update to v1.3 (#9999)
* teemo

* 1. move header files to teemo folder.
2. add Cancel Event.
3. create directories automatically.
2020-02-10 16:23:04 -08:00