Commit Graph

5858 Commits

Author SHA1 Message Date
Tobias Markus
9a24bd109e [libraqm] Add new port (0.6.0) (#6659)
* Add libraqm

* [libraqm] Whitespace changes to force rebuild

* [harfbuzz] Propagate dependency on glib downstream

* [fribidi] Force rebuild on CI

* [libraqm] Force CI build
2019-06-14 10:23:54 -07:00
João Maia
b03f62e0eb [assimp] Fix install assimp when passing --head (#6887)
Instead of using hardcoded `assimp-4.1` folder, check directories with pattern `assimp-*` and select the first one. This fixes `vcpkg install vcpkg --head`, since the latest version creates a folder named `assimp-5.0` instead.
2019-06-13 14:19:57 -07:00
JackBoosY
eb6e282797 [taglib]Upgrade version to 1.11.1-20190531. (#6851) 2019-06-13 11:01:07 -07:00
Victor Romero
f1e5cd064d
[harfbuzz] Propagate dependency on glib downstream (#6879) 2019-06-13 10:48:58 -07:00
赵丰 (Zhao Feng)
d69ea6fe40 [liblemon] made into a rolling-release port (#6679)
* add liblemon preflow patch, see https://lemon.cs.elte.hu/trac/lemon/ticket/608

* [liblemon] track HEAD of version 1.3

* [liblemon] update version
2019-06-13 10:15:24 -07:00
NancyLi1013
def997b9dd [zydis] Add new port (#6861) 2019-06-12 23:10:50 -07:00
Phoebe
08cbf0b3cd [libbson mongo-c-driver mongo-cxx-driver] upgrades to new revision (#6862)
* [libbson mongo-c-driver mongo-cxx-driver] upgrades to new revision

* [mongo-cxx-driver] Minimize patch

* [mongo-c-driver] Fix dependencies on openssl and zlib
2019-06-12 23:08:09 -07:00
Phil Christensen
58e0d4029e
[libsodium/darts-clone] remove conflicting makefile (#6875)
* [libsodium/darts-clone] remove conflicting makefile
2019-06-12 21:39:10 -07:00
Phil Christensen
e1d5827666
[glbinding] remove conflict with other opengl ports (#6876) 2019-06-12 21:28:29 -07:00
Gregor Jasny
72657582cf [prometheus-cpp] Update to version 0.7.0 (#6822)
* [prometheus-cpp] Update to version 0.7.0

* [prometheus-cpp] add a testing feature
2019-06-12 16:52:52 -07:00
myd7349
3860c11da2 [argparse] Add new port (#6866) 2019-06-12 16:31:18 -07:00
JackBoosY
57eea4e7c2 [netcdf-c]Fix build error on linux. (#6865) 2019-06-12 16:30:49 -07:00
ct-clmsn
70149722d7 [libfabric] initial port of libfabric #4739 (#4740)
* [networkdirect-sdk] Add networkdirect sdk install
2019-06-12 16:04:18 -07:00
Cheney Wang
d4412e0ee2 [glew] Disable the link option /nodefaultlib and /noentry (#6853)
* [glew] Disable the link option /nodefaultlib and /noentry

* [glew] Combine with vcpkg_extract_source_archive_ex
2019-06-12 15:44:25 -07:00
Curtis J Bezault
b7d6160b80
[icu] Enable parallel builds (#6695)
* Add VCPKG_NUM_LOGICAL_CORES

* break out logic that retries running a command several times into its own function

* Parallelize icu
2019-06-12 14:18:43 -07:00
JackBoosY
59a8a9c624 [libmysql]Fix build error in linux. (#6442)
* [libmysql]Fix build error in linux.

* [libmysql] Fix typo in prerequisites message
2019-06-11 14:41:02 -07:00
JackBoosY
143ae13d28 [aws-c-common]Upgrade version to 0.3.11 (#6747)
* [aws-c-common]Upgrade version to 0.3.11

* [aws-c-common]Fix dependency port build error.

* [aws-c-common]Disable internal crt option because vcpkg contains crt processing flow
2019-06-10 17:31:43 -07:00
Mateusz Łoskot
2e9ac22921 Celero: Update to v2.5.0 release (#6845) 2019-06-10 17:25:24 -07:00
Duncan Horn
bd53b5dde1 Update commit for WIL (#6847) 2019-06-10 17:24:35 -07:00
Robert Schumacher
3fadafface
[many ports] Updates 2019.05.24 (#6618)
* [many ports] Updates 2019.05.24

* Update SHA512 and resolve conflict for ebml and matroska

* [avro-c]Fix build error caused by jansson upgrades.

* [xxhash]Update to the next version to fix build error.(xxhash issue:#179)

* Fix failures and undo asio

* [libyaml, grpc, miniz, paho-mqtt, sqlitecpp] Update patches

* Update REF

* Undo nvtt flann itk libtins aws-sdk-cpp openvdb vlpp xmsh changes

* [flann, fastcdr] Fix old patches and build error.

* [flann, fastcdr] Fix build error.

* Fix ensmallen uvatlas cppcms libplist failures and undo aws-c-common libopusenc arb taglib changes

* [dcmtk, draco, flatbuffers, forge, ftgl, mosquitto,nmslib, ogre] Update old patches and fix build error.

* fix libusbmuxd failures and undo xxhash paho-mqtt mongo-c-driver flann libffi

* fix libimobiledevice and undo qhull harfbuzz lcm libbson draco flatbuffers

* undo libmupdf forge kd-soap qca

* [mosquitto] Fix installation of import libs

* [arb][asio][aws-c-common][collada-dom][concurrentqueue][cryptopp][ebml] Revert trivial/undesired changes

* [fastcdr] Minimize patch

* [many ports] Revert trivial changes

* [libyaml] Switch to non-dist tag

* [sqlite-modern-cpp] Track master due to infrequent release

* [nano-signal-slot] Revert downgrade

* [openvpn3] Bump control version to account for portfile change

* [sqlite-modern-cpp] Fixup wrong hash

* [mosquitto] Commit missing patch
2019-06-10 17:01:54 -07:00
Phil Christensen
d962dc7d65 [vcpkg] Add optional 'Homepage' field to CONTROL (#6844)
* [control file] Add optional 'Homepage' tag

This allows a 'Homepage' tag to be added to a port in order to support
changes such as PR #2933.  It currently does not do anything with it.

* [docs]

Add Homepage to the control file documentation

* move urls from descriptions to homepage field.
2019-06-10 16:35:22 -07:00
Frits Talbot
06d5d393b9 [libraw] Add include for select_library_configurations (#6715) (#6742) 2019-06-10 16:32:10 -07:00
myd7349
5b35f447c7 [hedley] Add new port (#6776)
* [hedley] Add new port

* [hedley] Generate license from source code
2019-06-10 16:28:28 -07:00
JackBoosY
381dd779f0 [lcm]Upgrade version to 1.4.0 and fix build error. (#6836) 2019-06-10 10:05:10 -07:00
JackBoosY
9a6aae5c53 [kd-soap]Upgrade version to 1.8.0 (#6838) 2019-06-10 10:04:12 -07:00
JackBoosY
5ee04646c5 [qca]Upgrade version to 2.2.1 and fix build error. (#6839) 2019-06-10 10:03:13 -07:00
wangli28
88a3c99f07 [boost-thread] Fix old patches (#6840)
* [boost-thread] Fix old patches

* [boost-thread] Modify version
2019-06-10 10:02:30 -07:00
emptyVoid
05981587ce [FFmpeg] Add 'vpx' feature. (#6784) 2019-06-10 09:07:18 -07:00
Griffin Downs
7b0df74ced
Merge pull request #6818 from Pospelove/mongo-cxx-driver-polyfill
[mongo-cxx-driver] Add options for C++17 polyfill selection
2019-06-09 17:21:07 -07:00
myd7349
a6960ed0b1 [immer] Add new port (#6814)
* [immer] Add new port

* [immer] Clean

* [immer] Update to 2019-06-07
2019-06-08 19:10:25 -07:00
Phoebe
2ab1207027 [paho-mqtt] Upgrade to 1.3.0 (#6762)
* [paho-mqtt] upgrade to 1.3.0

* fix type issue
2019-06-08 19:09:18 -07:00
myd7349
3afcf4b5a1 [simde] Add new port (#6777) 2019-06-08 18:44:07 -07:00
Jon Spencer
e2d5324c57 [cryptopp] fix build by disabling assembly on osx (#6821)
* [cryptopp] fix build by disabling assembly on osx

* [cryptopp] Bump control version
2019-06-08 18:35:37 -07:00
Mark Ian Holland
4c898ffc40 [glad] update to 0.1.30 (#6819) 2019-06-08 18:33:20 -07:00
Alexander Neumann
2ca3476149 [netcdf-c/hdf5] improve/correct linkage (#6771)
* [netcdf_c] improve HDF5 linkage

* [hdf5] add required HDF5 definitions not set by findHDF5

* [netcdf-c] Call chain HDF5: -> vcpkg_cmake_wrapper (old behvior)
 -> port supplied FindHDF5 -> includes hdf5Config from HDF5_ROOT

* [hdf5] fix szip linkage...again..
will now double link against szip target but thats better than before
the double link issue does not hurt and should be resolved upstream

* revert find_dependency

requires include(CMakeFindDependencyMacro)

* [netcdf-c] removed unnecessary patch
2019-06-08 14:08:59 -07:00
Leonid Pospelov
895660f35c [mongo-cxx-driver] Add options for C++17 polyfill selection 2019-06-08 15:09:08 +03:00
Simon Hausmann
388d219f25 Fix freetype cmake config files (#6754)
The way of including freetype headers is by using

    #include <ft2build.h>
    #include FT_FREETYPE_H

along with $root/include/freetype which has $root/include/freetype/ft2build.h
and then the rest of the headers under $root/include/freetype/freetype2/*.h.

The portfile.cmake moves the headers one directory up into $root/include
so that there's $root/include/ft2build.h and the rest of the headers
under $root/include/freetype/.

This in turn means that the above way of including header files requires
$root/include to be in the include search path. That's not the case by
default and the generated freetype-config.cmake also doesn't include
that.

Therefore the freetype config approach results in failing builds when
applications wants to use it. This is easy to reproduce using

    find_package(Freetype CONFIG REQUIRED)
    ...
    target_link_libraries(foo PRIVATE freetype)

As a remedy, this patch fixes the freetype-config.cmake file to add
$root/include in the include search path.
2019-06-07 13:36:24 -07:00
Daniel Marshall
1f3964f18b [magic-enum] Add new port (#6817)
* [magic-enum] Add new port

* Update portfile.cmake
2019-06-07 12:08:41 -07:00
Phoebe
b021f9db4a [libjpeg-turbo] Upgrades 2019.05.08 (#6482)
* [libjpeg_turbo] Upgrades 2019.05.08

* Remove debug/bin

* Update patch

* Add black line
2019-06-06 23:34:06 -07:00
Simon Sobisch
2be78a87c9 use common abbreviation BDB (#6799)
to list the package when searching for it
2019-06-06 23:09:26 -07:00
ewertons
3e1b8afb18 [azure] Update azure-iot-sdk-c for public-preview release of 2019-05-16 (#6804) 2019-06-06 23:01:40 -07:00
wangli28
5ef8bb9abc [draco, flatbuffers, forge] Update to new version (#6796) 2019-06-06 19:03:08 -07:00
Phoebe
b9cf3384c3 [vlpp] Upgrade to 0.10.0.0 (#6793)
* [vlpp] Upgrade to 0.10.0.0

* fix type issue
2019-06-06 18:59:26 -07:00
NancyLi1013
d7c61a4215 [zstr] Add new port (#6773) 2019-06-06 18:58:40 -07:00
Nuno Lopes
52168a8503 [z3] bump version to 4.8.5 (#6803) 2019-06-06 18:53:20 -07:00
Brock Mammen
da6d601d1c [cairo] Fix linker errors on Linux and MacOS (#6806)
On Linux and MacOS, the cairo port was attempting to link to some
Windows-only libraries.
2019-06-06 18:07:54 -07:00
Griffin Downs
97d6a9be6b
Merge pull request #6621 from NNemec/glibmm
[glibmm] fix #6550 by partially reverting #5937 (+minor correction in glibmmconfig.h)
2019-06-06 16:30:34 -07:00
driver1998
a85359f7d3 ffmpeg: enable arm/arm64 windows support (#6590)
* ffmpeg: enable arm/arm64 windows support

* ffmpeg: fix x64-uwp

* ffmpeg: remove outdated patch

* ffmpeg: remove outdated patch
2019-06-06 16:04:27 -07:00
Griffin Downs
16840aa123 Negate BUILD_SHARED_LIBS 2019-06-06 15:51:46 -07:00
Norbert Nemec
99825d9ebf [bdwgc] New port (#6405)
* [bdwgc] New port

* [bdwgc] Fix x64-windows-static build

* [bdwgc] Patch CMakeLists.txt to install libraries

* [bdwgc] Rename produced binaries to <PREFIX>gc<SUFFIX>

* [bdwgc] Export library symbols using GC_DLL

* [bdwgc] Disable installation of extra tools

* [bdwgc] Fix installation path for header files

* [bdwgc] Use latest commit and CMake patch

* [bdwgc] Update patch

* [bdwgc] Disable tests and cord

* [bdwgc] Use local patch

* [bdwgc] Remove unsupported MacOS architecture
2019-06-06 13:58:40 -07:00
Griffin Downs
25a04acf11 Reapply introduction of CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS 2019-06-06 13:13:15 -07:00
myd7349
a260c2dafb [pprint] Add new port (#6678)
* [pprint] Add new port

* [pprint] Rerun tests
2019-06-06 13:09:14 -07:00
Rodrigo Hernandez Cordoba
db9e1af47b [gdk-pixbuf] Fix Linux compilation. (#6663)
* [gdk-pixbuf] Fix Linux compilation.

Unlike #6625 this version contains the minimal changes required
to keep other dependencies as untouched as possible.

* [gdk-pixbuf] Bumping CONTROL versions

* [libcroco] Added copy pdbs to portfile.

* [libcroco] Fix missing unoficial-libcroco-targets-debug.cmake...

... file from installation.
2019-06-06 11:54:15 -07:00
Philipp Hasper
4c613a085c [zxing-cpp] Fixed renaming zxing -> zxing-cpp (#6779)
Referenced file
  vcpkg/installed/x64-windows/tools/zxing-cpp/zxing.exe
did not exist, because it was created at
  vcpkg/installed/x64-windows/tools/zxing/zxing.exe

Closes #6616
2019-06-06 11:52:02 -07:00
grdowns
4fab470553 Stop forcing static linkage 2019-06-05 18:24:39 -07:00
grdowns
dc008d14a9 Remove unneeded symbol export; Fix Linux build 2019-06-05 18:24:16 -07:00
Carlos O'Ryan
f6f127eb00 Upgrade google-cloud-cpp to 0.10.0. (#6785)
With the new version we should not need the patch, so I removed it. We
also moved the repository from GoogleCloudPlatform to the googleapis/
GitHub organization, save a redirect in the download by fixing that.
2019-06-05 16:38:37 -07:00
Griffin Downs
35d78d5f76
Merge pull request #6672 from NancyLi1013/dev/NancyLi/6006
[itpp] Add new port
2019-06-05 13:42:16 -07:00
Christophe Delacourt
311ac99e48 update spirv cross (#6690) 2019-06-05 12:07:39 -07:00
JackBoosY
97fd1135e5 [harfbuzz]Upgrade version to 2.5.1 and fix patches. (#6761) 2019-06-05 11:50:51 -07:00
JackBoosY
aeebab7dc5 [arb]Upgrade version to 2.16.0 and fix build error. (#6763) 2019-06-05 11:49:40 -07:00
JackBoosY
b3b526afc7 [xxhash]Upgrade version to 0.7.0 and fix arm/uwp build errors. (#6750) 2019-06-05 11:35:14 -07:00
JackBoosY
e633c4c45e [lz4]Fix conflict file xxhash.h (#6735)
* [lz4]Fix conflict file xxhash.h

* [lz4]Use xxhash dependency to install xxhash.h
2019-06-05 11:15:11 -07:00
grdowns
d46b696071 Move comment to correct line 2019-06-04 19:03:08 -07:00
Griffin Downs
9f327dc3b9
Merge pull request #6723 from chrisaverage/libvpx_debug
[libvpx] Copy debug symbols
2019-06-04 19:00:22 -07:00
grdowns
af4671ea64 Replace use of hardcoded version; Formatting; Remove variable existence test 2019-06-04 18:58:37 -07:00
Griffin Downs
3385b2caf7
Merge pull request #6716 from ThadHouse/wpilibport2
[wpilib] Add New Port
2019-06-04 18:46:50 -07:00
grdowns
9ef14efbcd Whitespace change to retrigger build 2019-06-04 18:40:11 -07:00
grdowns
daa13e58ae Only set CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS to true on win32 2019-06-04 18:39:08 -07:00
Griffin Downs
a2dbe32b72
Merge pull request #6729 from emptyVoid/fix-vcpkg_acquire_msys
Fix MSYS hanging of PowerShell
2019-06-04 18:36:20 -07:00
Griffin Downs
2636041e9a
Merge pull request #6759 from mloskot/ml/libraw-switch-from-release-to-snapshot
[LibRaw] Update from release to latest snapshot
2019-06-04 18:24:13 -07:00
Helco
e3e495d65f [asio] Add cmake target (#6751)
* [asio] Add cmake target

* [asio] Export both asio and asio::asio

* [asio] Also export include dir variable
2019-06-04 16:01:27 -07:00
Martin Moene
fadd52d2a8 [string-view-lite] Add new port (1.3.0) (#6758) 2019-06-04 15:05:53 -07:00
Sönke Schau
dc45f21f9f update to 2.8.84 (#6756) 2019-06-04 15:04:59 -07:00
Hartmut Kaiser
82352ff65c Updating HPX to V1.3.0 (#6755) 2019-06-04 15:04:30 -07:00
Mateusz Łoskot
42d7dd7ee8
LibRaw: Switch from release to snapshot
Update from the latest release 0.19 to use the latest snapshot
LibRaw-201903 (SHA-1:d4f05dd1b9b2d44c8f7e82043cbad3c724db2416).

The rationale is that LibRaw publishes:
- snapshots every 5-7 months (in master branch)
- releases (0.18, 0.19, etc.) every 1-1.5 years.
- security hotfixes for releases (0.19.1, 0.19.2, etc.)
Hence, from user point of view, it is practical to refer to
the latest snapshot, instead of the latest release.

Another issue is that the latest release 0.19 does not include
support for C++17 (does not allow to replace std::auto_ptr with
std::unique_ptr). The latest LibRaw-201903 includes related fixes.
2019-06-04 22:55:57 +02:00
Cheney Wang
8fe8cf468b [entityx][entt] Disable parallel configure (#6736)
* [entityx][entt] Disable parallel configure

* [entityx][entt] Remove the invalid patch
2019-06-04 02:23:04 -07:00
Martin Moene
99ee8b71a8 [variant-lite] Add new port (1.2.2, was: 1.2.1) (#6720)
* [variant-lite] Add new port (1.2.1)

* [variant-lite] Add new port (1.2.2, was: 1.2.1)
2019-06-04 02:21:22 -07:00
JackBoosY
f36b356ce9 [libopusenc]Upgrade version to 0.2.1 (#6748) 2019-06-04 02:20:32 -07:00
chausner
3ab376957a [liblsl] Update liblsl port to 1.13.0-b6 (#6745) 2019-06-04 02:18:26 -07:00
eao197
c5dbc68a38 RESTinio updated to v.0.5.0 (#6749) 2019-06-04 02:15:39 -07:00
emptyVoid
c52522983c [icu] Bump version number 2019-06-04 09:23:55 +07:00
Curtis J Bezault
12d202099e
[ffmpeg] Fix regression on windows (#6743)
* Correctly set environment variables for gcc/clang/icc

* refactor out some if statements

* Assume windows

* Make windows check consistent
2019-06-03 16:42:09 -07:00
Stefano Sinigardi
ba259efd89 [polyclipping] new port (#6636)
* [clipper] add port

* [clipper] works only if built as a static library

* [clipper] rename to polyclipping
2019-06-03 15:09:09 -07:00
Alexander Neumann
35c8538e2c [pdal] delete and replace different find modules (#6603)
* [pdal] delete and replace different find modules

* [pdal] add geotiff as a dependency to the config of pdal

* remove version
2019-06-03 13:31:35 -07:00
Griffin Downs
785dd6d0eb
Merge pull request #6428 from stijnherfst/master
[stormlib] Add new port
2019-06-03 11:38:37 -07:00
Norbert Nemec
66169e3f0d [glibmm] Rephrase comment 2019-06-03 15:02:21 +02:00
emptyVoid
c76cc635dc Move gpg-agent termination to vcpkg_acquire_msys. 2019-06-02 22:26:04 +07:00
Daniel Marshall
64d6b21c78 fix casing (#6722) 2019-06-01 17:04:47 -07:00
Krzysztof Kawa
1e0942f500 Fixed copy/paste file extension error 2019-06-02 00:56:43 +02:00
Krzysztof Kawa
e224d34cb9 Copying debugging symbols for libvpx. 2019-06-01 22:21:44 +02:00
Alexej Harm
e251b22f26 [reproc] Enabled C++ target for version 6.0.0. (#6711)
* enabled reproc++ target

* added version suffix
2019-06-01 07:28:38 -07:00
myd7349
046f8383ef [json-c] Add new port (#6446)
* [json-c] Add new port

* [json-c] Export CMake module file

* [json-c] Update to 2019-05-31
2019-06-01 00:19:52 -07:00
JackBoosY
d605091f75 [assimp]Fix lrrXML library dependencies. (#6593)
* [assimp]Fix lrrXML library dependencies.

* [assimp]Use FindZLIB.cmake instead of setting the zlib path.

* [assimp]Delete useless path.

* [assimp]Reserve macros to enable irrlich dependencies in the future.
2019-06-01 00:11:06 -07:00
cDc
6633185eed update to v1.0 (#6692) 2019-05-31 23:20:27 -07:00
Griffin Downs
d4e607a49c
Merge pull request #6699 from grdowns/nrf-ble-driver
[nrf-ble-driver] Update to 4.1.1; Fix system dependencies message
2019-05-31 19:58:33 -07:00
Curtis J Bezault
9356be6b5a
[ffmpeg] Correctly set environment variables for gcc/clang/icc (#6694)
* Correctly set environment variables for gcc/clang/icc

* refactor out some if statements
2019-05-31 16:25:56 -07:00
Stefano Sinigardi
f2e1c52db8 [gdcm,jbig2dec] move patches from #5169 (#6710)
* [gdcm,jbig2dec] minor fixes

* [libmupdf] remove wrong vs define

* [gdcm] internal libs do not export symbols and fail to build when non-static
2019-05-31 16:14:23 -07:00
Stefano Sinigardi
5898891125 [openexr,openimageio,suitesparse,theia] updates for non-win32 (#6371)
* [openexr,openimageio,suitesparse,theia] updates for non-win32

* [theia] use only valid cmake symbols

* [suitesparse] Fix build

* [lapack] still not properly integrating with other ports

* [lapack] intercept cmake module calls and substitute them with our defs

* [suitesparse,clapack] fixes for proper integration

* [ceres,clapack] bump CONTROL

* [suitesparse] remove unnecessary defs

* [clapack] improve wrapper logic

* [WIN32] remove wrong symbol

* [clapack] fix wrapper integration

* [Accelerate] use best framework when available

* [clapack] separate config from wrapper

* [clapack] fix paths and filenames

* [mlpack,armadillo,clapack] improve library handling

* [mlpack] remove unnecessary cmake option

* [clp,coinutils,osi,liblemon] dependencies of openmvg, improve compatibility with non-win32

* [openmvg] fix for case-sensitive filesystems

* [clp,coinutils,osi] simplify CMakeLists removing many unnecessary steps

* [sophus] Force rebuild

* [theia] fixes for linux, part1

* [io2d] remove broken sintax

* [fontconfig] bump version to remove CI cached failure

* [theia] fixes for linux, part2

* [theia] remove unnecessary empty folders and comments from portfile

* [theia] use correct build type removing forced vars in cmakelists.txt

* [openmvg] add missing suitesparse target detection

* [sophus] fix Suitesparse dependency

* [sophus,openmvg] use suitesparse lowercase for module compatibility on case-sensitive filesystems

* [suitesparse] fixes for case-sensitive filesystems

* [openmvg] use correct Eigen3 name for case-sensitive filesystems

* [sophus] trigger rebuild

* [shogun] use modern vcpkg style

* [shogun] add missing cmake system processor symbol
2019-05-31 15:48:17 -07:00
Thad House
d21b44f019 Add hash for wpilib 2019-05-31 14:21:22 -07:00