Commit Graph

7460 Commits

Author SHA1 Message Date
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
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
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