Commit Graph

57 Commits

Author SHA1 Message Date
Phoebe
bd2932aab9
[protobuf] Add vcpkg-cmake-wrapper.cmake (#13659)
* [opencv] Fix dependency port protobuf

* Add vcpkg-cmake-wrapper.cmake for protobuf

* Remove blank line

* Set the cmake_policy
2020-09-27 17:36:08 -07:00
Tom Tan
95f6e7d0c7
Download pkgconfig for protobuf in download mode (#13263)
* Download pkgconfig for protobuf in download mode

* Bump version of protobuf

* Update ports/protobuf/CONTROL

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-09-05 07:22:07 -07:00
Jozef Izso
2a91f05e09
[protobuf] protobuf v3.13.0 (#12918) 2020-08-21 15:45:31 -07:00
Jack·Boos·Yu
634c1043b0
[vcpkg_copy_tool_dependencies] Use vcpkg internal powershell (#12776)
* Use vcpkg internal powershell

* [protobuf] change vcpkg_copy_tool_dependencies to vcpkg_copy_tools
2020-08-10 15:40:21 -07:00
Todor Prokopov
fe19c5e411
Mingw port fixes (#12103)
* [openal-soft] MinGW build fixes

* [glew] MinGW build fixes

* [protobuf] MinGW build fixes

* [protobuf] Update to 3.12.3

* [protobuf] Preserve existing cross-compilation behavior (e.g. android)

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-30 22:37:02 -07:00
Alexander Neumann
458c20e94b
[vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries (#11550)
* [vcpkg/scripts/pkgconfig] rewrite pkgconfig check for libraries.

* [vcpkg/scripts/pkgconfig] fix more details.

* [vcpkg/scripts/pkgconfig] smaller improvements

* ws change to check functionallity of script for testing.

* [vcpkg/scripts/pkgconfig] update to latest test version

* Revert "ws change to check functionallity of script for testing."

This reverts commit 26269e9e77.

* [nettle] bump control for vcpkg_fixup_pkgconfig test

* [gmp] rerun CI to create new *.pc files

* [gmp/nettle] enable port debug

* [vcpkg/script/pkgconfig] fix path conversion regex for CI

* [CI|OSX] install pkg-config on osx

* [gmp/nettle] disable port debug

* [vcpkg/scripts/pkgconfig] update to latest version of x windows pr

* [zlib] add pkgconfig file

* [zstd] add fixup pkgconfig

* [libpng] add pc file installation

* [bzip2] install pc file and leave a TODO for somebody else ;)

* [bzip2] bump control

* [vcpkg/scripts/pkgconfig] skip checks if pkgconfig cannot be found.
- small bugfix in ignore flags regex

* retry zstd and zlib

* [libpng] retry by adding dl and m to system libraries for osx

* [libpng] add missing vcpkg_fixup_pkgconfig()

* [vcpkg/scripts/pkgconfig] unset var if found. 

fixes checks for other configurations which will be always succesful otherwise

* [libpng] bump control

* [libpng] enable port debug to debug osx regression

* ws change to retrigger osx ci and hopeing that it works

* fix typo

* [libpng] remove -lm flag on apple platforms

* ws change to rerun some ports in ci for good measure after the merge with master

* Re-trigger CI test

* [zstd] add pkgconfig

* [zstd] correct debug link

* [vcpkg/script/pkgconfig] - add more search suffixes for static libs
- add additional debug messages for debuging
- fix unsetting of cache variables hiding issues with debug libraries
- fixed pkgconfig fix in the debug case

* [pcre] add pthread dependency to pcre

* [protobuf] fix pkgconfig

* include quotes around the prefix in the case the prefix path was quoted (fixes some regressions)
add option NOT_STATIC_PKGCONFIG to run pkg-config without the --static argument

* [ignition-msgs5] get rid of a dev warning

* [apr] fix apr regression

* [protobuf] fix protobuf regression

* [sdl1] fix regression due to variable expansion of pkg-config. Use similar regex to the library removal for ignored flags.

* [ignition] fix regression

* remove changes of zlib portfile.

* reset changes in osx ci pipeline

* add DISABLE_PARALLEL_CONFIGURE

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
2020-07-24 11:39:21 -07:00
JonLiu1993
33fd93c4ae
[protobuf] Update to 3.12.3 (#11851)
* [protobuf] Update to 3.12.3

* fixCmakeLists.txt

* fixportfile.cmake

* fixprotobufbuild

* fixprotobuf

* Update ports/protobuf/portfile.cmake

* Update portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-07-07 14:27:32 -07:00
Andi Burch
accac885d8
[protobuf] Don't redefine PROTOBUF_USE_DLLS (#11516)
* [protobuf] Don't redefine PROTOBUF_USE_DLLS

* [protobuf] Increased version in CONTROL after merge from master.
2020-06-05 12:21:34 -07:00
Konnov Konstantin
a95a5022ae
[protobuf] Fix RPATH error for static build (#11504)
* [protobuf] Fix RPATH error for static build.

* Update version

Co-authored-by: Konstantin Konnov <konstantin.konnov@litmus.io>
2020-05-26 22:11:06 -07:00
Jozef Izso
e6c6d96218
[protobuf] protobuf v3.12.0 (#11397)
* [protobuf] protobuf v3.12.0

* Fix ignition-msg5 library to compile with protobuf 3.12
2020-05-19 15:09:01 -07:00
Pascal Thomet
fcdac2dc15
[protobuf] Correct protobuf under android (Fix issue #8218) (#11228)
* Correct protobuf under android (Fix issue #8218)

- This fixes https://github.com/microsoft/vcpkg/issues/8218

The original error is linkely inside protobuf CMakeLists, which should
link the log library under Android.
See explanations here:
https://github.com/protocolbuffers/protobuf/issues/2719

* ports/protobuf/CONTROL: Version 3.11.4-1
2020-05-08 14:48:03 -07:00
Vinny
84cf4b3f83
[protobuf] Update to 3.11.4 (#10863)
* Updated protobuf to 3.11.4

* Added vcpkg_check_features to handle feature checking

* Fixed indenting in vcpkg_configure_cmake

* Replaced tabs with spaces

Co-authored-by: Vincent Paladino <vincent.paladino@zebra.com>
2020-04-21 13:27:19 -07:00
Carlos O'Ryan
19da994248
Address review comments. 2020-02-05 08:39:05 -05:00
Carlos O'Ryan
e33e327bb2
[protobuf]: upgrade to v3.11.3 2020-02-05 08:39:05 -05:00
Kevin Lu
deec33abc9 [protobuf] Update to 3.11.2 (#9271)
* [protobuf] Update to 3.11.1

* [protobuf] Update to 3.11.2
2019-12-23 12:34:37 -08:00
Jozef Izso
cc3f5deaf7 [protobuf] Update protobuf to 3.11.0 (#9131) 2019-12-02 14:25:50 -08:00
Jozef Izso
a528ee4b85 [protobuf] Update protobuf to 3.10.0 (#8439) 2019-10-03 09:42:01 -07:00
Kevin Lu
4e9d79e36d [protobuf] Update from 3.9.0 to 3.9.1 (#7671) 2019-08-14 14:16:33 -07:00
Ehsan
feeaa65cdc Update some ports version (#7494)
* [ade] Update library to 0.1.1e

* [libpmemobj-cpp] Update library to 1.7

* [msgpack] Update library to 3.2.0

* [protobuf] Update library to 3.9.0

* [string-theory] Update library to 2.2

* [harfbuzz] Update library to 2.5.3
2019-08-01 17:40:29 -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
myd7349
1a63672f8f [protobuf] Update to 3.8.0 (#6739)
* [protobuf] Update to 3.8.0

* [nlopt] set options off

* [shogun] should not use CMAKE_SYSTEM_PROCESSOR in port file

* [protobuf] Add Homepage

* [protobuf] turn warning flag off

* [protobuf] Fix orc build error on macOS

* bump shogun, fix nlopt
2019-06-18 13:34:43 -07:00
myd7349
9f39409a34 [protobuf] Update to 3.7.1 (#5502)
* [protobuf] Update to 3.7.1
2019-03-28 15:44:02 -07:00
Robert Schumacher
bdc430c8ec [protobuf] Fix protoc.exe on non-windows 2019-01-09 12:27:19 -08:00
Robert Schumacher
bb1bb1c94a Updates 2018.12.14 2019-01-09 12:27:19 -08:00
Robert Schumacher
e7a37f14a8 [protobuf] Disable building the lite runtime. Resolves https://github.com/protocolbuffers/protobuf/issues/4925. 2018-10-17 04:38:15 -07:00
Alexander Karatarakis
03bdf7c205 Fix CMAKE_EXECUTABLE_SUFFIX not available under cmake -P 2018-08-07 17:49:46 -07:00
TheAifam5
e3dc99e22b [protobuf] Update to 3.6.1 2018-08-02 00:10:52 +02:00
Jozef Izso
c95b6bfdc4 [grpc] Update to v1.12.0 [protobuf] Update to v3.6.0.1 2018-07-17 16:09:11 -07:00
Jozef Izso
bfa66299a2 Patch protobuf to fix the compilation error C4146 in wire_format_lite.h
Fixes #3352
2018-05-18 08:59:22 +02:00
Dale Stammen
55322d464e added ignore 4703 warning to fix uwp builds (#3279)
* added ignore 4703 warning to fix uwp builds

* [protobuf] Bump version to include patchfile
2018-05-16 17:09:19 -07:00
Alexander Karatarakis
7e7958739e Use CMAKE_EXECUTABLE_SUFFIX 2018-05-08 17:22:37 -07:00
Alexander Karatarakis
825c22de58 [protobuf] Fix protoc permissions 2018-04-23 18:43:05 -07:00
Alexander Karatarakis
bb7501a37e [protobuf] Fix for linux/osx 2018-04-10 15:05:47 -07:00
past-due
2efeda15a2 [protobuf] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 19:33:13 -04:00
Robert Schumacher
9f9778ccff [many ports] Improve behavior on Linux and general cleanup 2018-03-11 23:42:54 -07:00
Koby Kahane
b1fea45886 [protobuf] update to 3.5.1 2018-01-31 16:30:03 +02:00
Robert Schumacher
fec269d594 [protobuf] Restore removed export required for GRPC. [grpc] Update to 1.7.2 2017-11-25 12:36:50 -08:00
Thierry Bastian
df4d694cf1 protobuf: upgrade to protobuf 3.5 2017-11-23 16:24:13 +01:00
Konstantin Podsvirov
2b60cb12c9 [protobuf] Add feature packages for zlib
ZLib based features like Gzip streams.
2017-11-01 21:06:25 +03:00
Robert Schumacher
2c9ee072da [vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
2017-10-05 17:49:28 -07:00
Alexander Karatarakis
5e2e32ac4b [protobuf] Point to the correct url for protoc 2017-09-21 13:12:50 -07:00
Thierry Bastian
d40f2a4a5d protobuf: update to 3.4.1 2017-09-21 17:30:11 +02:00
Arkady Shapkin
5ad0d81875 [protobuf] Fix define PROTOBUF_USE_DLLS with static linking. Closes #1798 2017-09-09 02:58:25 +03:00
Arkady Shapkin
92e30b10ec [protobuf] Fix problem with define PROTOBUF_USE_DLLS 2017-09-07 22:16:39 +03:00
Thierry Bastian
a64bc4a8be code review 2017-09-04 08:38:26 +02:00
Thierry Bastian
a610f62587 protobuf: switching to 3.4 2017-09-01 13:42:51 +02:00
Robert Schumacher
2055a9cd44 Merge pull request #1377 from FinancedHydra/fix-uwp-protobuf
Disable protobuf compiler on UWP
2017-07-14 12:45:04 -07:00
atkawa7
8cd9b24ee4 [protobuf] Fix protobuf missing semi colons #1409 2017-07-07 22:41:34 -07:00
Robert Schumacher
5e45ee4a2d [protobuf] Fix protobuf headers to encode dynamic/static link. Fixes #1354. Fixes #1353. 2017-07-07 17:51:59 -07:00
Joe Schmitt
997107adb7 Disable protobuf compiler on UWP 2017-06-30 13:59:23 -07:00