From fa42722d56b4e9eb65bf4e23e32991895c759fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Schau?= Date: Wed, 13 May 2020 01:22:58 +0200 Subject: [jaeger-client-cpp] New port (#9126) * Initial commit * Add missing files * Add patchfile * UWP Builds not supported * Fix Linux version * Removed 'include(vcpkg_common_functions)' as it is no longer needed * Implemented proposed changes to portfile.cmake * Further changes to portfile.cmake * Added indicator that a failure is expected for arm64 * Added the expected failure on arm64 to ci.baseline.txt * Combined two separate vcpkg_fail_port_install() calls * Use upstream version compatible with opentracing 1.6 * Added 'Supports:' entry in CONTROL to signal missing arm64 support and removed vcpkg_fail_port_install() for UWP in portfile.cmake Co-authored-by: xgcssch --- ports/jaeger-client-cpp/CONTROL | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ports/jaeger-client-cpp/CONTROL (limited to 'ports/jaeger-client-cpp/CONTROL') diff --git a/ports/jaeger-client-cpp/CONTROL b/ports/jaeger-client-cpp/CONTROL new file mode 100644 index 000000000..399c48e85 --- /dev/null +++ b/ports/jaeger-client-cpp/CONTROL @@ -0,0 +1,6 @@ +Source: jaeger-client-cpp +Version: 0.5.1 +Build-Depends: nlohmann-json,thrift,yaml-cpp,opentracing +Homepage: https://github.com/jaegertracing/jaeger-client-cpp +Description: C++ OpenTracing binding for Jaeger https://jaegertracing.io/ +Supports: !arm64 \ No newline at end of file -- cgit v1.2.3