Commit Graph

35 Commits

Author SHA1 Message Date
Kevin Lu
5a41488a51 [curl] Update to 7.65.2 (#7093) 2019-07-18 00:19:08 -07:00
NancyLi1013
042d7d368f [curl] Add features. (#7156) 2019-07-07 23:11:01 -07:00
Stefano Sinigardi
47d206e149 [many ports] improvements for linux/wsl (#6730)
* [many ports] improve compatibility with WSL and mixed case filesystems

* [treehopper] express dependency on libusb, which was not working on non-win32 platforms and is still broken there

* [libharu] add compatibility with non-win32 platforms

* [geogram] fix openblas on linux
[clapack] better integration with linux environment
[visit-struct] put cmake config file in the expected folder
[geogram] remove trailing underscore to enable compatibility with OpenBLAS

* [openblas] playing with underscore, without success

* [openblas/lapack] fix library integration

* [clapack] improve target handling in cmake module

* [openblas] promote self-generated config to default cmake module, otherwise internal ones thinks wrongly that openblas can also solve lapack libs

* [clapack,openblas] improve libraries integration

* [many ports] fix cmake unnecessary target paths, wrong config paths, empty default dependencies, unnecessary [core] tags

* [suitesparse] improve integration with new lapack/openblas mechanism

* [suitesparse] add no underscore postfix also for linux

* [ceres] fix integration with newer openblas/lapack configs

* [aws-c-event-stream] fix regression

* [systemc] fix regression

* [libwebp,geogram] trigger rebuild

* [libwebp,pthread4w] fix regressions

* [glbinding] fix cmake module installation

* [globjects] disentangle unnecessary dependency from qt5

* [jasper] remove broken and unnecessary patches

* [libwebp] fix regression

* [many ports] avoid using BUILD_SHARED_LIBS which is uninitialized in port files

* [clapack] correctly find dlls

* [clapack] use a generic blas as dependency

* [fizz,g2o] restore expected version

* fix mistake

* [many ports] remove WIN32, APPLE and UNIX (again, they keep creeping in) from ports since they are broken and usually break non-win32 ports

* [libressl,openssl] do not try to build one if the other is already installed

* [itk] update ref and patch to avoid regression

* [libressl,openssl] implement full strategy to fix CI

* [libwebp] disable components that are broken on macOS

* [ogre] enable macOS build

* [freeimage,jxrlib,ogre,openexr,protobuf] port patches from #5169

* [ogre] add missing install command

* [ffmpeg] enable wrapper for cmake module

* [ffmpeg] add avresample module finder

* [ffmpeg] improve module detection and exported symbols

* [ffmpeg] add variables to cache

* [thrift] remove unnecessary build option

* [allegro5] fix shared/static inversion

* [protobuf] cleanup

* [libressl] cleanup

* [moos-core] cleanup

* commented features must not be separated from other features, otherwise vcpkg complains

* [itk] fix regression

* [shogun,itk] fix regressions

* [ogre] fix regression

* [opusfile] add compatibility with non-win32

* [itk] fix regression

* [sndfile,libsndfile] remove duplicate, redirect sndfile to libsndfile

* add missing dependencies

* [ismrmrd] fix regression

* [ffmpeg] trigger rebuild

* [clapack,openblas,libogg] fix regressions on macOS

* [libtins] fix regression

* force rebuild windows regressions, unable to reproduce locally

* [mosquitto] enable non-win32 builds

* [json-dto] force rebuild, unable to reproduce regression locally

* [many ports] uniform naming and path length requests

* fix regression

* fix regression

* [ffmpeg] fixes for downstream projects

* clean up - thanks to reviewers

* trigger rebuild of regressions on macOS

* trigger rebuild of regressions on macOS - part2

* Add core back

* Use VCPKG_CONCURRENCY

* Add core back to suitesparse

* Add core back to curl

* Add core back to magnum

* Add core back to magnum

* Add core back to magnum

* Add core back to cgal
2019-06-20 19:11:54 -07:00
pravic
18b029a5e3 [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
Phoebe
0ec60d1f90 [Curl] Fix cmake target name (#6649)
* Update patch and portfile
* Fix case issue in curl, related issue #6643
2019-05-28 15:32:31 -07:00
Phoebe
9ffac4d56e [Curl] Upgrades 2019.05.08 (#6429)
* [Curl] Upgrades 2019.05.08

* merge changes from master

* Fix cpr failure

* Fix the case issue in Linux

* Update patch and portfile

* Update the portfile that changed by my mistake

* [curl] Update to 7.65.0 to skip USE_DARWINSSL regression. Disable PERL since we don't build the manual anyway.

* Rename DARWINSSL to SECTRANSP

* Update the name and error detect
2019-05-26 16:53:41 -07:00
Alexander Neumann
0413c73fd7 [CURL] Remove unnecessary renaming. (#6386)
* removed unnecessary renaming.

CMake updated its module file for FindCURL. so the renaming is not required anymore.

* bump control

* fix curl in static builds

* fix gdal regression

* fix typo

* fixed alignment

* fix libideviceactivation regression

* fix idevicerestore regression
2019-05-13 08:57:55 -07:00
past-due
2112801aba Expose darwinssl as an option when building curl (updated) (#6124)
* expose darwinssl as an option

* Fix typo

* add an error in case darwinssl is used on a non darwin system

* [curl] add darwinssl to curl[ssl] osx default

* [curl] Bump CONTROL version
2019-04-17 14:27:48 -07:00
past-due
0caaf64b90 [curl] Bump CONTROL version (#6012) 2019-04-09 09:53:45 -07:00
past-due
6240fe128b [curl] Fix tool feature (#5971)
- Use appropriate EXECUTABLE_SUFFIX to support non-Windows platforms
- Fixup `curl-target-release.cmake` to point to the new executable location (fixing the CURL::curl target)
2019-04-08 23:53:10 -07:00
JackBoosY
b2ad980029 [curl]Add the dependency of the curl feature [ssh] to solve the lnk2019 error. (#5682) 2019-03-14 22:31:07 -07:00
Raphael Gozzo
8346836471 [curl] Build openssl and schannel backends by default (#3932)
* [curl] Split the OpenSSL and SChannel backends into separate features

* [curl] Add mbedTLS backend as a feature

* [curl] Make winssl the default for Windows. Remove need for compatibility workaround.

* [curl] Continue to use openssl in UWP because PSecurityFunctionTableA is not available.
2018-11-30 16:37:54 -08:00
hlysunnaram
008c5d8668 Handle VCPKG_BUILD_TYPE (#4287)
* [curl] fix build failure when VCPKG_BUILD_TYPE is set

* [libmysql] fix build failure when VCPKG_BUILD_TYPE is set

* [openssl-windows] use VCPKG_BUILD_TYPE to build release or debug only

* [icu] use VCPKG_BUILD_TYPE to build release or debug only

* [gdal] use VCPKG_BUILD_TYPE to build release or debug only

* bump versions of curl, gdal, icu, libmysql and openssl-windows
2018-10-03 23:09:42 -07:00
Force Charlie
a91bc989a1 [curl] update curl to 7.61.1 2018-09-05 18:00:43 +08:00
pravic
ef47bb4720 [curl] update to 7.61.0 (#3901)
* [curl] update to 7.61.0

* [curl] Fix wrong checksum.

* [curl] Remove winssl-http2 patch which is not needed anymore.

per curl/curl#2591.
2018-07-18 13:06:59 -07:00
Force Charlie
24b7af97c1 [curl] fix curl[tool] support HTTP2 use WinSSL 2018-05-30 10:56:50 +08:00
Alexander Karatarakis
032fa481b1 [curl] Bump version 2018-05-19 19:43:46 -07:00
pravic
4f17361e24 [curl] update to 7.60.0 2018-05-16 17:44:00 +03:00
Ivy Snow
d20fccad10 [curl] fix a dependency error: "Error: Unable to satisfy dependency ssl:x86-windows of curl[http2]:x86-windows" 2018-03-19 11:17:08 +08:00
Robert Schumacher
33a8ee0a88 [abseil][curl][chakracore][thrift] Upgrades 2018-03-17 20:05:25 -07:00
pravic
f0dc8c109e [curl] update to 7.59.0 2018-03-14 17:51:20 +03:00
Robert Schumacher
9f9778ccff [many ports] Improve behavior on Linux and general cleanup 2018-03-11 23:42:54 -07:00
pravic
f272a872d4 [curl] Add support of different features. (#2862)
* [curl] Add support of different features.

Default-Features: openssl, http2, ssh (as in previous builds)

Feature: curl
Description: Builds curl executable (placed in the /tools directory)

Feature: http-only
Description: Disables all protocols except HTTP/HTTPS/HTTP2

Feature: http2
Build-Depends: nghttp2, openssl
Description: HTTP2 support (requires openssl)

Feature: openssl
Build-Depends: openssl
Description: SSL support via OpenSSL

Feature: winssl
Description: SSL support via Schannel

Feature: ssh
Build-Depends: libssh2
Description: SSH support via libssh2

* [cpr] Add features of the curl library.

* [cpr] Remove transitive features

* [curl] Remove http2 from default features. Remove winssl feature. Rename "curl" feature to "tool".

* [curl] Fixup curl -> tool renaming

* [curl] Further refactoring of WINSSL/Openssl -- use single ssl feature.
2018-02-27 12:15:37 -08:00
Force Charlie
a66490101e curl enable http2, use nghttp2 2018-01-28 20:26:07 +08:00
pravic
d0d38919bb [curl] update to 7.58.0 2018-01-24 11:30:44 +03:00
Tobias Kohlbau
91f447631d [curl] add option to build with winssl (#2631)
Sometimes curl needs to be build with winssl,
use vcpkg install curl[winssl].

Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-23 12:11:15 -08:00
Johannes Schindelin
d64fd32046 curl: update to v7.57.0
Due to changes in curl's CMake support, where it now installs .cmake
files, we now have to make sure that they are installed into the correct
directory (and not duplicated into the debug/share/ directory, either).

Also, a change in the context of the 2nd patch required an update of
said patch.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-12-07 21:29:25 +01:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
codicodi
19916e5ce1 [curl] update to 7.55.1 2017-08-27 15:13:37 +02:00
codicodi
ce452195c8 [curl] update to 7.55.0 2017-08-11 18:40:13 +02:00
Robert Schumacher
278e6b9ad1 [curl] Bump version to correspond with source code change for uwp support. 2017-01-13 15:38:14 -08:00
Robert Schumacher
c10e7e4960 [curl] Bump version and require libssh2 2016-12-09 14:20:03 -08:00
Robert Schumacher
7e4a57fbfd [curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on openssl. 2016-11-26 00:15:57 -08:00
Robert Schumacher
ef4be3ab1d [curl] Update to 7.51.0 2016-11-05 03:17:06 -07:00
Alexander Karatarakis
ccca198c1b Initial commit 2016-09-18 20:54:03 -07:00