Alexander Neumann
2d11443816
enable static builds of openjpeg ( #6373 )
...
* enable static builds for openjpeg
* bump control
* remove unnecessary code
2019-05-09 13:08:05 -07:00
Yuri Valentini
7c6ff87f57
[x264] build with asm on x64 x86 ( #3269 )
...
* [x264] build with asm on x64 x86
* [x264] build with asm on x64 x86
* [x264] Use Linux-style line endings in patch file
2019-05-09 13:06:36 -07:00
JackBoosY
f54e96af6f
[graphqlparser]Fix static build error ( #6359 )
2019-05-09 12:00:58 -07:00
JackBoosY
eddb8796e4
[dlib]Fix build error in linux:copyright check failure. ( #6361 )
2019-05-09 11:55:59 -07:00
Stefano Sinigardi
cdc37cb6be
[geogram] enable building on non-win32 platforms ( #6366 )
2019-05-09 11:53:13 -07:00
Alexander Neumann
db47a79bd9
ITK: Do not move/rename src folder. ( #6367 )
...
* removed src folder rename instead a warning is issued if the path is too long
* Delete hdf5_config_mode_find_package.patch not used by portfile
2019-05-09 11:52:25 -07:00
myd7349
04616db27e
[cgltf] Add new port ( #6369 )
2019-05-09 11:48:06 -07:00
Stefano Sinigardi
4825f3ba61
[zxing-cpp] improve compatibility with modern OpenCV ( #6370 )
2019-05-09 11:46:36 -07:00
Stefano Sinigardi
9c33de2d07
[freeimage,freeglut,giflib,libwebp] port patches from #5169 ( #6364 )
...
* [freeimage] improve compatibility with other ports, using typedefs identical to other headers to avoid errors
* [libwebp] fixes for non-win32 systems
* [giflib] revert again #5578
* [freeglut] add missing wrapper for linux
2019-05-09 11:45:23 -07:00
Robert Schumacher
223d5d82ac
[many ports] Updates 2019.05.07 ( #6338 )
...
* [many ports] Updates 2019.05.07
* Undo assimp and gdcm2 changes since they caused regressions
2019-05-08 17:51:44 -07:00
Lennart Trunk
38aeee774a
[qt5] update to 5.12.3 ( #6127 )
...
* update CONTROL files and version variable
* fix qt5 linkage in debug
* revert target_link_libraries to set_property
* revert mqtt to 5.12.1 since 5.12.3 is not released yet
* update mqtt to 5.12.3
* update hashes
* remove unnecessary patch
* fix qmldevtools debug linkage for qt5-tools
2019-05-08 15:15:26 -07:00
Carlos O'Ryan
883dd40928
Upgrade google-cloud-cpp to 0.9.0. ( #6355 )
2019-05-08 14:57:41 -07:00
Stefano Sinigardi
6cdb36a4cf
[freeglut] enable building on non-win32 ( #6298 )
2019-05-08 13:47:32 -07:00
WebFolder OÜ
7341945a32
[valijson] new port ( #6354 )
2019-05-08 13:32:57 -07:00
Charles Milette
0e1ea7576c
[wil] new port ( #6353 )
...
* [wil] new port
2019-05-08 12:40:09 -07:00
NancyLi1013
5121e7149e
[minhook] Add new port ( #6333 )
...
* [minhook] Add new port
* Download cmake support as patch
* Move architecture check to before work is done
* Check in install destination patchl Remove config
2019-05-07 22:51:00 -07:00
myd7349
6bbecf3788
[uriparser] Update to 0.9.3, add tool feature ( #6303 )
...
* [uriparser] Update to 0.9.3
* [uriparser] Fix static build
* [uriparser] Handle URI_STATIC_BUILD
* [uriparser] Add support for --head option
* [uriparser] Simplify
* [uriparser] Use file COPY to USE_SOURCE_PERMISSIONS
2019-05-07 14:50:54 -07:00
Bill Avery
f40b738108
[cppgraphqlgen] Update to 3.0.0 release ( #6337 )
2019-05-07 14:13:27 -07:00
JackBoosY
801d0ce8a4
[moos-core]Fix build failure on Windows ( #6252 )
...
* [moos-core]Fix build in windows:
1.Add compile macros and includes
2.Fix empty directories in static.
* [moos-core]Fix link error LNK2019.
* [moos-core]Changed library linkage to static.
* Clean up tool + copyright install; Remove messages
2019-05-07 13:35:30 -07:00
zhihaoy
1fab043632
[doctest] Update to 2.3.2 ( #6331 )
...
An critical fix to https://github.com/onqtam/doctest/issues/228
2019-05-07 12:46:45 -07:00
Stefano Sinigardi
d60f874400
[libpng] remove broken patch ( #6293 )
2019-05-07 10:40:35 -07:00
JackBoosY
93dedf0af8
[openjpeg/itk]Update openjpeg to v2.3.1 and fix conflict with ITK. ( #6313 )
...
* [openjpeg/itk]Update openjpeg to v2.3.1 and fix conflict with ITK.
2019-05-06 16:37:56 -07:00
Robert Hümmer
ce6dbe70cb
[libnoise] Add new port libnoise ( #6319 )
...
* [libnoise] Add new port libnoise
* refactor(libnoise): removed unnecessary comments
2019-05-06 15:52:14 -07:00
Jackie Ng
4256a7cd07
[libgd] Fix static build ( #6307 )
...
* Revert libgd portfile change from 5ea9105
This makes libgd static buildable again
* Undo reversion of -DBUILD_SHARED_LIBS. This is not necessary.
2019-05-06 10:48:06 -07:00
Jackie Ng
7028438a75
[libpq]: Fix linkage with static openssl ( #6309 )
...
* [libpq]: Add crypt32 to linker set. This allows libpq to link against static openssl.
* Bump portfile version
2019-05-06 10:46:58 -07:00
Jackie Ng
d70c4e356c
[gdal] Fix linker error with static libpng ( #6305 )
...
* When linking gdal with static libpng, it fails because the libpng vcpkg port has references to zlib symbols that aren't present in the internal copy of zlib that gdal builds/links against.
To fix this, have the gdal port pull in a vcpkg zlib port as another dependency and have it build/link against that instead.
* [gdal]: Bump portfile version as master is already at 2.4.1-2
2019-05-06 10:44:27 -07:00
myd7349
ebd2a374cf
[xeus] Update to 0.19.1 ( #6320 )
...
* [xeus] Update to 0.19.1
* [xeus] Update usage
2019-05-06 10:11:02 -07:00
Cheney Wang
c5add82c3b
[duktape/open62541] Update the SHA512 of distfile ( #6326 )
...
* [duktape] Update the SHA512 of distfile
* [open62541] Update the SHA512 of distfile
2019-05-06 10:03:39 -07:00
Tsukasa Sugiura
d53488c65d
[libjpeg-turbo] Update to libjpeg-turbo 2.0.1 ( #4635 )
...
* [libjpeg-turbo] Update to libjpeg-turbo 2.0.1
* [libjpeg-turbo] workaround CMAKE_SYSTEM_PROCESSOR vcpkg bug
2019-05-06 09:54:05 -07:00
myd7349
7864caa87a
[xsimd,xtensor,xtensor-blas,xtl] Update to latest ( #6318 )
2019-05-05 23:19:08 -07:00
NancyLi1013
820626350f
[Z85] Add new port ( #6315 )
2019-05-05 23:18:18 -07:00
Jeremy
4c7f464233
[gdal] Add libspatialite build-dependency ( #6251 )
...
* add libspatialite for gdal
* add libspatialite
* Bump version
* Add libspatialite as feature
* Do not use gen expressions as nmake does not support
2019-05-04 18:35:25 -07:00
driver1998
5ea9105f15
[glib] arm/arm64 windows support ( #6116 )
...
* glib port update for arm/arm64 windows
* bump glib version to 2.52.3-14
2019-05-03 16:21:44 -07:00
Stefano Sinigardi
5b2759be83
[dlib] port patch from #5169 ( #6292 )
2019-05-03 11:43:35 -07:00
Stefano Sinigardi
df482edfd9
[clapack] port patch from #5169 ( #6291 )
2019-05-03 11:43:10 -07:00
Victor Romero
050e71d01d
Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ( #5937 )
...
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* [alac,benchmark,capnproto] Fix check_linkage call
* [fastlz] Fix SHA512
* [coroutine] Fix dynamic build
* [folly] Find double-conversion
* [gamma] Use vcpkg_from_github
* [librsync] Enable static builds
* [netcdf-cxx4] Fix SHA512
* [octomap] Fix static build
* [tidy-html5] Fix static build
* [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime
* [folly] Use ras0219's fix for link paths
* [octomap] Fix exported targets
* [uvatlas] Set tool download SHA512
* [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32
* [suitesparse] osx fix
* [gtkmm] Call vcpkg_check_linkage after including vcpkg functions
* [duktape] Resolve conflicts
* [duktape] FIxed typo in Python paths
* [wangle] Find zlib
* [openssl-uwp] Fix SHA512
* [glib] Allow static builds on non-Windows
* [suitesparse] Fix build on Windows
* [multiple ports] Bump CONTROL version
* [multiple ports] Fix description indent
* [directxtk] Fix CONTROL file
* [bde,duktape,qpid-proton] Build packages with python2 installed
* [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* [gdal,live555,uriparser] Fix regressions
* [live555] Update to 2019.04.24
2019-05-02 22:57:43 -07:00
Darrin W. Cullop
b72f36e8cd
[c-ares] Update to Latest ( #6287 )
...
* [c-ares] Update to Latest
The latest has fixes to support ARM/ARM64 on Windows
* Update version string
2019-05-02 17:39:13 -07:00
Victor Romero
fd0e13db04
[zziplib] Fix autotool generated includes ( #6284 )
...
* [zziplib] Fix autotool generated includes
* [zziplib] Configure zziplib in portfile
2019-05-02 16:06:44 -07:00
Phoebe
b742476971
[uWebSockets] Upgrades 2019.03.29 ( #6133 )
2019-05-02 13:53:28 -07:00
evpobr
bba224b978
[sndfile] Add new port sndfile ( #4514 )
...
* [port] Add sndfile port
2019-05-02 12:02:03 -07:00
Casey Carter
969ed5fbc1
[range-v3] Update to 0.5.0 ( #6283 )
2019-05-02 09:20:45 -07:00
zhihaoy
23f4a004d2
[args] Export official targets ( #6276 )
2019-05-01 17:20:23 -07:00
myd7349
35009e4966
[libsodium] Migrate build system to CMake ( #5600 )
2019-05-01 15:43:48 -07:00
myd7349
f47866c4c4
[cmocka] Add new port ( fix #4728 ) ( #5669 )
2019-05-01 15:19:12 -07:00
Antonio Maiorano
df753fbcf5
Fix sdl2-gfx, sdl2-image, sdl2-mixer, sdl2-net, and sdl2-ttf forcing debug lib first (SDL2d) ( #5948 )
...
Prevent SDL2 dependent libraries from always linking against debug.
2019-05-01 13:36:57 -07:00
Ernest Zaslavsky
3468013fcd
SPDK - Storage performance development kit ( #5877 )
2019-05-01 12:59:11 -07:00
LarryIII
1e0b106d15
[Live555]Update version to 'latest' ( #6267 )
2019-05-01 11:54:01 -07:00
Victor Romero
e03ee9cace
[ceres,jxrlib,zziplib] Fixes for non-windows ( #6188 )
...
* [ceres, zziplib] fixes for building on non-windows systems
* [jxrlib, zziplib] other fixes for non-windows systems
* [zziplib] fix CMakeLists.txt for non win32 platforms, there were missing exported headers
* [ceres] Fix targets path
* [ceres] Fix typo
* [ceres] trigger CI build
* [ceres] use proper glog/gflags targets
2019-04-30 16:54:33 -07:00
Griffin Downs
9db65c7891
[fmi4cpp] Update to 0.7.0 ( #6269 )
...
* [fmi4cpp] update to 0.7.0
* Fix indentation
* Remove duplicate feature entry
2019-04-30 15:02:18 -07:00
João Maia
5314524f44
[qt5] Fix scripts on debug/release-only builds ( #6259 )
...
* Fix qt5-base portfile
qt5-release.conf was not copied in release mode
* Fix vcpkg_configure_qmake.cmake in debug-only builds
* Add VCPKG_BUILD_TYPE support to qt_modular_library.cmake and vcpkg_build_qmake.cmake
2019-04-30 09:29:41 -07:00
Robert Schumacher
516d10bb68
[many ports] Updates 2019.04.19 ( #6155 )
...
* [many ports] Updates 2019.04.19
2019-04-30 09:20:18 -07:00
Miguel
fcc13318da
[mlpack] Updated to version 3.1.0 ( #6263 )
2019-04-29 20:56:26 -07:00
Bogdan Gospodaru
e591f8d63f
[tmxlite] port ( #6243 )
...
* added tmxlite port
* added static support
2019-04-29 12:16:12 -07:00
myd7349
51dc766e79
[taocpp-json] Add new port ( #6253 )
...
* [taocpp-json] Add new port
2019-04-29 11:50:57 -07:00
Vitaliy Didik
5936262b24
[gmime] Fixed missing exports. ( #6256 )
2019-04-29 09:56:18 -07:00
Tony Lin
221baafff4
[boost-locale] Enable arm64-windows ( #6208 )
2019-04-29 04:39:58 -07:00
NancyLi1013
bed4a4c9c0
[date] Update the version to the latest commit. ( #6131 )
2019-04-29 02:42:35 -07:00
Tony Lin
e7663f30ff
[boost-regex] Enable arm64-windows ( #6206 )
2019-04-29 01:49:47 -07:00
almikhayl
55a4b18544
[libpcap] new port only linux ( #6082 )
...
* [libpcap] new port only linux
* Add system dependencies message
2019-04-29 01:04:27 -07:00
driver1998
ef75e05b22
[fltk] Windows ARM/ARM64 support ( #6241 )
...
* update fltk for arm/arm64-windows
* add windows libraries for arm/arm64
2019-04-29 00:44:22 -07:00
LeiLeiLei
a4a18fc433
[duilib] add new port ( #6231 )
...
* [duilib] add new port
* support for static
* Update version string to date; Translate description
2019-04-28 22:18:01 -07:00
Miguel
66f558423d
[ensmallen] Updated to version 1.14.2 ( #6242 )
...
* [ensmallen] Add new port
* [ensmallen] disable tests
* [ensmallen] Updated to version 1.14.2
* [ensmallen] Updated to version 1.14.2
2019-04-28 19:31:15 -07:00
Park DongHa
2e7ef676db
[coroutine] version update (1.4.2) ( #6245 )
...
* [coroutine] arch, commit
* version: 1.4.1
* check architecture before vcpkg_from_github
x86 error message contains repository path to prevent confusing
Signed-off-by: luncliff <luncliff@gmail.com>
* [coroutine] version update
2019-04-28 19:30:33 -07:00
myd7349
81cc0f387e
[jsmn] Add new port ( #6248 )
2019-04-28 19:26:31 -07:00
myd7349
b500a0dc22
[nonius] Add new port ( #6238 )
...
* [nonius] Add new port
* [nonius] Dependencies
2019-04-28 19:13:09 -07:00
Dmitry Marakasov
745a0aea59
Fix typo ( #6235 )
...
[forge] Fix typo
2019-04-26 16:48:42 -07:00
NancyLi1013
0fe89bae97
[clblast] Add new port ( #6222 )
2019-04-26 13:34:54 -07:00
Cheney Wang
a5a5e870aa
[aws-lambda-cpp]Add warning to non-Linux platform when building ( #6211 )
...
* [aws-lambda-cpp]Add warning to non-Linux platform when building
* Also allow osx builds
* Correct Mac check
* OR to AND
2019-04-26 12:45:43 -07:00
Vitaliy Didik
1c9d54363a
[libidn2] Removed CMAKE_DEBUG_POSTFIX. ( #6224 )
2019-04-26 12:43:10 -07:00
kyp
dad8307618
[stlab] update to v1.4.1 ( #6209 )
...
* [stlab] update to v1.4.1
[stlab] update head reference
* [stlab] fix osx build
2019-04-26 12:28:13 -07:00
Simon Brand
7b3d86b933
[Bitsery] New port ( #6226 )
2019-04-26 12:20:28 -07:00
Qing-Dong Wang
0619aaec65
[freeglut] fix download URLs ( #6035 )
2019-04-25 23:37:20 -07:00
João Maia
d299ad6107
[qt5] Build qt5 release/debug targets according to VCPKG_BUILD_TYPE ( #6215 )
2019-04-25 14:30:39 -07:00
driver1998
7ec28764b6
[openal-soft] Fixes windows arm/arm64 build on vs2019 ( #6115 )
...
* fixes openal-soft arm/arm64 windows build, on vs2019
* bump openal-soft version to 1.19.1-2
2019-04-25 12:51:31 -07:00
Mark Moll
6735932ad3
[ompl] update to version 1.4.2 ( #6084 )
...
- add feature to install ompl.app libraries, which add support for
reading meshes and collision checking
- remove patch and instead remove unwanted files via portfile
2019-04-25 12:42:16 -07:00
Cheney Wang
41623d8e4e
[devicenameresolver] Add missing <string> ( #6207 )
2019-04-25 12:41:33 -07:00
JackBoosY
7aae74af08
[cctz]Update cctz to v2.3 and add dependence benchmark. ( #6185 )
2019-04-25 12:39:38 -07:00
Billy O'Neal
af3dd1acd1
Update Casablanca to 2.10.13. ( #6201 )
2019-04-25 12:12:12 -07:00
tGstep
95b94ec3b1
[tgui] Update to 0.8.5 ( #6192 )
...
Update to the 0.8.5 branch.
2019-04-24 14:13:04 -07:00
Victor Romero
8996d0ce0a
[ade] Add port (taken from PR 5169 by @cenit) ( #6129 )
...
* [ade] Add port (taken from PR 5169 by @cenit)
* [ade] Fix for non-Windows
* [ade] Fix indentation
2019-04-24 11:44:38 -07:00
alcroito
243a12456c
[botan] Make botan also build on macOS and Linux ( #6196 )
...
Use multiple jobs when possible.
2019-04-24 13:21:58 -05:00
LarryIII
9aa21f0670
[Alembic]Fix error C1803 when using headers from OpenEXR ( #6195 )
2019-04-24 11:19:54 -07:00
Spiro Gulgas
f67b53df11
[glfw3] Updated to version 3.3 ( #6198 )
2019-04-24 11:09:58 -07:00
Leonard Mosescu
b892387a45
Fix for #6152 : Broken release build of SDL2-image ( #6153 )
...
Fix for #6152 : The release build of SDL2-image depends on the debug build of SDL2
2019-04-23 18:33:58 -05:00
Bill Avery
858b297332
[cppgraphqlgen] Update cppgraphqlgen and PEGTL to 3.0.0 ( #6162 )
...
Upgrade PEGTL to 3.0.0-prerelease
Update cppgraphqlgen to 3.0.0
Add pegtl-2 port
2019-04-23 17:19:51 -05:00
Curtis J Bezault
1028346321
Merge pull request #6165 from xuhongxu96/grpc-static-linux
...
[grpc] Supported static linking in Linux
2019-04-23 17:05:47 -05:00
David Garcia
f439ffed30
uriparser updated to 0.9.2 ( #6178 )
2019-04-23 15:02:52 -07:00
Curtis J Bezault
c8a306b433
Merge pull request #6186 from JackBoosY/dev/jack/rocksdb_6.0.1
...
[rocksdb]Update rocksdb to v6.0.1 and fix patching failure.
2019-04-23 17:00:34 -05:00
Tony Lin
d0075b376d
[poco] Enable arm64-windows ( #6182 )
2019-04-23 14:01:23 -07:00
Cheney Wang
16c9d0befd
[embree2] Disable parallel configure ( #6172 )
2019-04-23 13:49:30 -07:00
JackBoosY
91aa28f14d
[openblas]Disable cross-compiling to fix uwp build. ( #6181 )
2019-04-23 13:41:42 -07:00
driver1998
8da8c0a9f6
[SDL2] fix arm-windows build ( #6146 )
...
* fix sdl2 arm-windows build
* bump sdl2 version
2019-04-23 13:21:48 -07:00
wangli28
8ad2ae0d34
[gdal/pmdk]Update to new version ( #6173 )
2019-04-23 13:15:23 -07:00
Phil Christensen
3e6a41dbc9
[live555] update download URL ( #6176 )
2019-04-23 12:44:41 -07:00
JackBoosY
d5f4b24095
[rocksdb]Update rocksdb to v6.0.1 and fix patching failure.
2019-04-23 10:02:50 +00:00
eao197
e9f1c3831f
restinio updated to v.0.4.8.7 ( #6170 )
2019-04-22 10:54:10 -07:00
Luke Philpot
b2433c8848
remove unneeded deps
2019-04-22 12:08:36 +10:00
Luke Philpot
96b310c0ea
tinygltf port file
2019-04-22 12:04:14 +10:00
Hongxu Xu
49c282da32
Removed setting CMAKE_FIND_LIBRARY_SUFFIXES to fix configure error in Windows
2019-04-21 17:01:16 +08:00
Hongxu Xu
68759e0dfe
[rocksdb] Supported static linking in Linux ( #6144 )
...
* [rocksdb] Supported static linking in Linux
* Updated rocksdb CONTROL version
2019-04-19 17:05:36 -07:00