Davide Beatrici
9a01ec282e
[qt5-base] Add option to link to OpenSSL at compile-time
...
By default Qt loads OpenSSL at runtime.
This commit adds a "QT_OPENSSL_LINK" option, which specifies "-openssl-linked". The option is enabled by default for static configurations.
From https://doc.qt.io/qt-5/ssl.html :
"By default, an SSL-enabled Qt library dynamically loads any installed OpenSSL library at run-time. However, it is possible to link against the library at compile-time by configuring Qt with the -openssl-linked option."
2019-11-22 06:17:35 +01:00
AlvinZhangH
ef90276f8d
[nlohmann-json] Upgrade to 3.7.3
2019-11-22 10:30:36 +08:00
Robert Schumacher
cccd1ed932
Merge pull request #8793 from tcsavage/fix/qtquickshapes-dll
...
[qt5] Modify qtdeploy to include qtquickshapes
2019-11-21 17:34:35 -08:00
JackBoosY
232c20345f
[folly/fizz]Upgrade version. ( #8765 )
...
* [folly/fizz]Upgrade version.
* [fizz]Upgrade to v2019.10.28.00.
2019-11-21 17:23:08 -08:00
Robert Schumacher
f55e3cb827
Merge pull request #8862 from aluaces/patch-1
...
[hiredis] PREFER_NINJA misspelling fix
2019-11-21 17:18:27 -08:00
Robert Schumacher
bf7e264b97
Merge pull request #8913 from nicoell/patch-1
...
[cereal] Update to 1.3.0
2019-11-21 17:17:52 -08:00
Robert Schumacher
c6403b66bc
Merge pull request #8892 from RT222/bitsery
...
[bitsery] Update to 5.0.1
2019-11-21 17:17:07 -08:00
NancyLi1013
fb26fc5192
[redis-plus-plus] Add new port ( #8846 )
2019-11-21 17:16:30 -08:00
JackBoosY
8d26ea0991
[stlab]Upgrade to 1.5.1 ( #8901 )
2019-11-21 17:15:49 -08:00
Robert Schumacher
96be3cdbc2
use latest librtmp ( #8958 )
...
as stated there: http://rtmpdump.mplayerhq.hu/ we should use the git
repository, as the sources tar ball are very outdated
2019-11-21 17:14:38 -08:00
Lily
5a7fe39176
[otl] Upgrade to version 4.0.448 ( #8937 )
...
* [otl] Upgrade to version 4.0.448
* [otl] Modify download link
2019-11-21 17:12:16 -08:00
Michał Janiszewski
bfaf18478f
[libflac] Update libflac to 1.3.3 ( #8988 )
...
* [libflac] Update libflac to 1.3.3
* Update portfile.cmake
2019-11-21 17:03:32 -08:00
NancyLi1013
8c17d3c790
[magic-enum] Fix export config.cmake issue ( #9007 )
...
* [magic-enum] Fix export config.cmake issue
* Update
2019-11-21 17:01:17 -08:00
Raynor Vliegendhart
90a40c6658
[tiff] Make BUILD_TOOLS option a feature ( #9010 )
...
* [tiff] Make BUILD_TOOLS option a feature
* [tiff] Fix tool-feature for static linkage
2019-11-21 17:00:19 -08:00
Daniel Siladji
b12c4501d8
[ecos] Add new port ( #9019 )
2019-11-21 16:58:35 -08:00
Przemek
a306312f4b
[soci]Fix typo in CONTROL file. ( #9067 )
2019-11-21 16:39:06 -08:00
John Spaith
4411b9fe67
[azure-iot-sdk-c] Update public-preview feature to branch with fixed telemetry ( #9059 )
...
* Bring sha to public-preview-pnp post telemetry explosion
* Updating to latest code
* Update version
* Pointing to proper public-preview branch
* Pointing to SHA post public-preview branch update
* [azure-iot-sdk-c] Remove unused patch file
2019-11-21 16:37:42 -08:00
Daniel Parker
0223359a99
[jsoncons] Update to v0.139.0 ( #9058 )
2019-11-21 13:06:46 -08:00
dan-shaw
021a6c0b16
Merge pull request #8877 from JackBoosY/dev/jack/upgrade_tgui_0.8.6
...
[tgui]Update to 0.8.6
2019-11-21 11:43:06 -08:00
dan-shaw
c53db2c90c
[libzip] Fix patch not applying ( #8918 )
...
* [libzip]Update patch to avoid patch failure.
* [libzip]Fix the version in CONTROL file.
2019-11-21 11:38:34 -08:00
Jason Juang
1978de60ff
[tinyobjloader] update to 2.0.0-rc2 and add feature to enable double mode ( #8955 )
2019-11-21 11:33:17 -08:00
Michał Janiszewski
f33ec92a5b
[faad2] Add initial version of FAAD2
...
FAAD2 lists its homepage as https://sourceforge.net/projects/faac/ , but
it links to https://github.com/knik0/faad2 as the place to send pull
requests. This seems good enough for Debian[0] and Arch[1], and the SF
hosts only a bit older versions, so I used the GitHub project as well.
Note that though the project is named "faad2", the library name is just
"faad"
The embedded patches were all submitted and already merged upstream.
[0] https://packages.debian.org/sid/faad
[1] https://www.archlinux.org/packages/extra/x86_64/faad2/
2019-11-21 12:44:08 +01:00
Yauheni Akhotnikau
0112cf8754
Update to json-dto-0.2.9.1.
...
Fixes to portfile proposed by PhoebeHui.
2019-11-21 12:02:48 +03:00
Alexej Harm
b8f5c26e85
[date] update to latest version
...
[date] added cmake 3.14 backwards compatibility patch
2019-11-21 09:28:56 +01:00
AlvinZhangH
cc34029989
[nanoflann]Add parameter PREFER_NINJA to function vcpkg_configure_cmake.
2019-11-21 15:35:42 +08:00
Hleb Valoshka
f07efb4a1d
NASA C SPICE toolkit ( #8859 )
2019-11-20 14:04:54 -08:00
NancyLi1013
5318373300
[freetype-gl] Fix POST_BUILD_CHECKS_FAILED failure on Unix ( #8992 )
...
* [freetype-gl] Fix POST_BUILD_CHECKS_FAILED failure on Unix
* Update
2019-11-20 12:12:04 -08:00
Yauheni Akhotnikau
1d5a3d222c
json-dto updated to v.0.2.9.
2019-11-20 18:56:19 +03:00
dabaichi
56b7f1cefd
Update CONTROL
2019-11-20 19:38:47 +08:00
jerem
2a68d700c5
use latest librtmp
...
as stated there: http://rtmpdump.mplayerhq.hu/ we should use the git
repository, as the sources tar ball are very outdated
2019-11-20 11:14:01 +01:00
JackBoosY
41d5d78a3c
[netcdf-cxx4]Add dependency hdf5, fix osx build.
2019-11-20 01:12:22 -08:00
Vitaliy Didik
f88f77eae9
[libmspack] Removed redundant Build-Depends.
2019-11-20 11:11:28 +03:00
Davide Beatrici
b4ee1a289a
mdnsresponder: fix build with dynamic CRT
...
mdnsresponder was being built with static CRT even when VCPKG_CRT_LINKAGE was set to "dynamic":
-- Performing post-build validation
Expected Debug,Dynamic crt linkage, but the following libs had invalid crt linkage:
C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/debug/lib/dnssd.lib: Debug,Static
To inspect the lib files, use:
dumpbin.exe /directives mylibfile.lib
Expected Release,Dynamic crt linkage, but the following libs had invalid crt linkage:
C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/lib/dnssd.lib: Release,Static
To inspect the lib files, use:
dumpbin.exe /directives mylibfile.lib
Found 2 error(s). Please correct the portfile:
C:\vcpkg\ports\mdnsresponder\portfile.cmake
-- Performing post-build validation done
Error: Building package mdnsresponder:x64-windows-static-md failed with: POST_BUILD_CHECKS_FAILED
2019-11-20 07:21:43 +01:00
JackBoosY
2918ff5c40
[libzip]Fix the version in CONTROL file.
2019-11-19 21:35:58 -08:00
Carlos O'Ryan
0887012a3f
[google-cloud-cpp*]Upgrade to latest release ( #8986 )
2019-11-19 15:57:48 -08:00
eao197
a22f53847a
RESTinio updated to v.0.6.1. ( #8993 )
2019-11-19 14:05:34 -08:00
NancyLi1013
058f6e2a35
[libevent] add features ( #8349 )
...
* [libevent] add features
* Update version
* Add libevent[openssl] dependent for evpp
* Update CONTROL file
2019-11-19 11:42:34 -08:00
Gregor Jasny
ff3105d09c
[prometheus-cpp] Update to version 0.8.0
2019-11-19 20:39:16 +01:00
JackBoosY
ff6a725392
[lipng/libpng-apng]Remove port libpng-apng and add apng as a feature with libpng. ( #8622 )
...
* [lipng/libpng-apng]Remove port libpng-apng and add apng as a feature with libpng.
* [libpng]Move feature apng operations before download libpng source.
* [libpng]Fix unset patch path.
* [libpng]Re-fix unset patch path.
2019-11-19 11:19:51 -08:00
JackBoosY
a6f38607ba
[libpopt]Fix linux build. ( #8652 )
2019-11-19 11:15:23 -08:00
Robert Schumacher
e916630f20
[libbson][mongo-c-driver] Update to 1.15.1. Parse CONTROL file for version number ( #8790 )
2019-11-19 11:14:40 -08:00
JackBoosY
892f584b34
[botan]Upgrade to 2.12.1 ( #8844 )
2019-11-19 11:13:59 -08:00
Duncan Horn
7c412eb044
Update WIL port ( #8948 )
...
* Update commit for WIL
* Update wil port to match the commit used for NuGet package 1.0.190716.2
* Update WIL port
2019-11-19 11:12:30 -08:00
Michał Janiszewski
b92ebdce15
[libmad] Fix libmad header for non-x86 MSVC targets ( #8959 )
2019-11-19 11:03:05 -08:00
Phoebe
9d1048e612
[libusb] upgrade and support arm64 ( #8976 )
2019-11-19 11:02:13 -08:00
JackBoosY
f192c0f8bf
[openvdb]Upgrade to 6.2.1 ( #8979 )
...
* [openvdb]Upgrade to 6.2.1
* [openvdb]Fix message.
2019-11-19 10:59:56 -08:00
JackBoosY
3cc74d1280
[orc]Upgrade to 1.5.7, disable tzdata test. ( #8980 )
2019-11-19 10:59:07 -08:00
Lily
6b3d74ebba
[soci] Upgrade to version 4.0.0 ( #9008 )
2019-11-19 10:50:11 -08:00
Michał Janiszewski
9463f7d789
[exiv2] Add missing library link on Windows ( #9024 )
2019-11-19 10:48:48 -08:00
NancyLi1013
5a161e316b
[pdcurses] Add usage
2019-11-18 23:18:25 -08:00
Dmitry Marakasov
29def6aa63
Add homepage for zxing-cpp ( #8908 )
2019-11-18 15:39:05 -08:00
heydojo
d02bfe065d
Prevent python3 build failure ( #9014 )
...
* Prevent python3 build failure
If VCPKG_BUILD_TYPE release is set inside a
triplet, then the build will fail because
the port file attempts to deal with debug
files which will never exist. The changes
in this patch allow the build to succeed
if VCPKG_BUILD_TYPE release is stipulated
using a triplet before a build of the
python3 port is initiated.
* python3 version bump
Port clean up and version number
bump.
* libxslt release triplet build fix
This patch fixes a condition where
if a debug build is disabled via
triplet, the build fails and an
empty directory error message
is sent to the console.
2019-11-18 14:04:25 -08:00
Maxime Gimeno
4ba67c9d63
Dummy commit to restart the CI tests.
2019-11-18 09:18:02 +01:00
Maxime Gimeno
a0f23077f6
Upgrade to 5.0
2019-11-12 09:36:11 +01:00
dabaichi
68215073a7
fix 8956
2019-11-12 12:06:57 +08:00
Vitaliy Didik
22a3cd1113
[libmspack] Fixed several missing imports.
2019-11-11 11:26:26 +03:00
AlvinZhangH
8cf275110c
[nanoflann]Add new port.
2019-11-11 11:00:23 +08:00
JackBoosY
ce28d93227
[libzip]Update patch to avoid patch failure.
2019-11-05 19:21:32 -08:00
Nico Ell
6eae28fb49
Update CONTROL file of cereal to v1.3.0
2019-11-05 21:12:24 +01:00
Nico Ell
80354ee0b9
Update portfile.cmake of cereal to v1.3.0
2019-11-05 21:09:18 +01:00
Victor Romero
df4773c056
Revert "[opencv3] Upgrade to version 3.4.8 ( #8623 )" ( #8911 )
...
This reverts commit df266bd067
.
2019-11-05 10:24:02 -08:00
JackBoosY
04e39c5d26
[netcdf-cxx4]Upgrade to 4.3.1.
2019-11-05 02:24:46 -08:00
Rémy Tassoux
9b3f7a503c
[bitsery] Update to 5.0.1
2019-11-04 21:59:41 +01:00
quatmax
7b7908bd30
[boost-modular-build-helper] Update to 1.71. ( #8606 )
2019-11-04 11:24:10 -08:00
Lily
df266bd067
[opencv3] Upgrade to version 3.4.8 ( #8623 )
2019-11-04 11:23:37 -08:00
JackBoosY
a746c43faa
[tgui]Upgrade version to 0.8.6
2019-11-03 20:12:46 -08:00
Michał Janiszewski
46bfec7eb9
[pango] Add missing link library ( #8745 )
...
Gdi32 is used by pango, but not linked to. This works on x86, but not on
ARM.
2019-11-03 14:10:24 -08:00
Alberto Luaces
efe128d9ba
PREFER_NINJA misspelling fix
2019-11-02 22:04:34 +01:00
Tom Savage
4ad478783b
[qt5] Bump version in qt5-base
2019-11-02 12:44:15 +00:00
NancyLi1013
08e74979df
[hiredis] Add new port ( #8843 )
2019-11-01 17:10:50 -07:00
JackBoosY
b6f6619408
[jsonnet]Upgrade to 0.14.0. ( #8848 )
2019-11-01 16:51:08 -07:00
lex-96
63b556732a
[sqlpp11] fixed ddl2cpp path ( #8837 )
...
* [sqlpp11] fixed ddl2cpp path
* Incremented sqlpp11 CONTROL version to 0.58-3
2019-11-01 14:46:26 -07:00
Lev Stipakov
ad34a65684
openvpn3: bump version ( #8851 )
...
This bumps openvpn3 version to latest stable release
and adds missing libraries.
Signed-off-by: Lev Stipakov <lev@openvpn.net>
2019-11-01 14:45:42 -07:00
zi-m
9bf809b610
[ogre-next] Add new port ( #8677 )
...
* ogre-next
* add rename_config_cmake.patch
* add fix_find_package_sdl2.patch
* Update ports/ogre-next/portfile.cmake
Co-Authored-By: Victor Romero <romerosanchezv@gmail.com>
* Use vcpkg_check_features to simplify the portfile a little bit (thanks to @vicroms)
* add features in CONTROL file
* add "Building steps for ogre-next[d3d9]"
2019-11-01 13:54:48 -07:00
tarcila
84bafa656b
tbb: Fix compilation on OSX ( #8744 )
...
* tbb: Fix compilation on OSX
Make sure CMake detected sysroot is correctly forwarded to TBB build
system so system headers files will be found later on.
* tbb: Version bump
2019-11-01 13:46:49 -07:00
Charles Milette
d51773dd7c
[detours] Update for vcpkg_build_nmake
2019-11-01 14:45:30 -04:00
cnbatch
38570e216e
[wxwidgets] Upgrade to 3.1.3 ( #8808 )
...
* [wxwidgets] Upgrade to 3.1.3
* [wxwidgets] Upgrade to 3.1.3
2019-10-31 14:19:47 -07:00
Chao
6282cab61d
[wordnet]add a new port ( #8816 )
...
* [wordnet]add a new port
* [wordnet]fix-uwp
2019-10-31 14:12:32 -07:00
JackBoosY
d2cd3ad662
[arb]Upgrade to 2.17.0 ( #8831 )
2019-10-31 13:04:30 -07:00
Laurent Rineau
69570b65ac
upgrade to 5.0-beta2
2019-10-31 17:57:53 +01:00
Rémy Tassoux
81fbbf8d96
[sol2] Use the single header release ( #8776 )
...
* [sol2] Use the single header release
Using the single header release of the library is easier, faster to 'build', and is recommended by the documentation. It also fix the duplicated include folder issue of the previous port : <sol/sol/sol.hpp> can now be replaced with <sol/sol.hpp> as it should be.
Is there any drawback about using the single header release that I am not seing?
* [sol2] Re-enable cmake config files export
* [sol2] Fix duplicated line
2019-10-30 18:13:43 -07:00
NancyLi1013
34eff46c92
[libdivide] Add new port ( #8320 )
...
* [libdivide] Add new port
* Update to v3.0
2019-10-30 13:50:12 -07:00
Phoebe
628e795c6a
[netcdf-c] Add usage ( #8398 )
...
* [netcdf-c] Add usage
* Update changes
2019-10-30 13:47:40 -07:00
Vinny
00a29c6879
Added OIS port ( #8507 )
...
* Added OIS port
* Portfile deletes bin/ and debug/bin/ when library is static
* Replaced configure_file() call with file(INSTALL) call
* Added fail on ARM or UWP
* Moved early failure to top of file
2019-10-30 12:39:13 -07:00
Phil Felton
694ecbd734
[Arrow] Update to Arrow 0.15.1 ( #8815 )
...
* Arrow 0.15.0
* Arrow 0.15.1
2019-10-30 11:47:48 -07:00
JackBoosY
bbabb7363a
[fftwpp]Add header-only port. ( #8625 )
2019-10-29 23:27:10 -07:00
JackBoosY
8445fcce87
[pcre2]Fix uwp build failure. ( #8620 )
2019-10-29 23:25:56 -07:00
JackBoosY
b9150c410f
Export paho-mqtt cmake targets, fix paho-mqttpp3 dependency. ( #8492 )
2019-10-29 23:24:53 -07:00
JackBoosY
934275b712
[libxslt]Using vcpkg_install_nmake in Windows, support unix. ( #8589 )
...
* [libxslt]Using vcpkg_install_nmake in Windows, support unix.
* support PRERUN_SHELL/PRERUN_SHELL_DEBUG/PRERUN_SHELL_RELEASE
* Re-trigger CI.
2019-10-29 23:23:36 -07:00
JackBoosY
5222ad308f
[glib]Fix linux build. ( #8653 )
2019-10-29 23:21:41 -07:00
JackBoosY
63a030ad62
[openscap]Add new port. ( #8654 )
...
* [openscap]Add new port.
* [openscap]Add dependency port zlib.
* [openscap]Re-make patch.
* [openscap]Add dependency port getopt-win32 in Windows.
* [openscap]Add dependency library to util.
2019-10-29 23:20:30 -07:00
JackBoosY
38109c4466
[opencensus-cpp]Add new port. ( #8740 )
...
* [opencensus-cpp]Add new port.
* [opencensus-cpp]Update SHA512.
* [opencensus-cpp]Add patch.
2019-10-29 23:18:56 -07:00
JackBoosY
d9ad7a516d
[upb]Add new port. ( #8681 )
...
* [upb]Add new port.
* [upb]Re-generate patch.
2019-10-29 23:17:31 -07:00
JackBoosY
0a5b1b7917
[pthreads]Add usage. ( #8651 )
...
* [pthreads]Add usage.
* [pthreads]Update usage: using namespace.
* [pthreads]separate namespace.
* [pthreads]Remove target_include_directories.
* [pthreads]Increase version.
2019-10-29 23:16:21 -07:00
JackBoosY
19baa0d9b3
[libmesh]Add new port. ( #8592 )
...
* [libmesh]Add new port.
* [libmesh]Fix foreach.
* [libmesh]Fix foreach.
* [libmesh]Fix issues with POST_CHECK.
2019-10-29 23:13:39 -07:00
JackBoosY
4f30616769
[libigl]Add port libigl, add features. ( #8607 )
...
* [libigl]Add port libigl, add features.
* [libigl]Re-generate patch.
* Trigger CI.
* [libigl]Correct homepage.
2019-10-29 23:10:20 -07:00
JackBoosY
cd2c2c8081
[slikenet]Add new port. ( #8693 )
2019-10-29 23:08:14 -07:00
JackBoosY
9c8e4cdc76
[llvm]Add features. ( #8771 )
...
* [llvm]Add features.
* [llvm]Add ${FEATURE_OPTIONS}, set feature util to default feature.
2019-10-29 23:06:59 -07:00
JackBoosY
be99ba1f5a
[libyuv]Build corresponding type library according to BUILD_SHARED_LIBS. ( #8769 )
...
* [libyuv]Build corresponding type library according to BUILD_SHARED_LIBS.
* [libyuv]Always use static build.
2019-10-29 23:05:27 -07:00
Tom Savage
332f6fd3e7
[qt5] Modify qtdeploy to include qtquickshapes
...
Qt 5.10 introduced the QtQuick.Shapes module. The qtdeploy tool copies the QML plugin (`qmlshapesplugin.dll`) into the build directory, but a second required dll (`Qt5QuickShapes.dll`) is not copied over.
This change adds this missing dll to the list of QtQuick-associated dlls to deploy.
2019-10-29 23:14:02 +00:00