Port details |
- opentelemetry-cpp OpenTelemetry C++ client
- 1.16.1 devel =3 1.16.1Version of this port present on the latest quarterly branch.
- Maintainer: osa@FreeBSD.org
- Port Added: 2023-09-06 17:27:07
- Last Update: 2024-09-08 17:45:19
- Commit Hash: 676864f
- People watching this port, also watch:: libXdamage, libevent, xcb-util-image, yarn-node20, phpsysinfo-php82
- License: APACHE20
- WWW:
- https://github.com/open-telemetry/opentelemetry-cpp
- Description:
- The C++ OpenTelemetry client.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opentelemetry-cpp>0:devel/opentelemetry-cpp
- To install the port:
- cd /usr/ports/devel/opentelemetry-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/opentelemetry-cpp
- pkg install opentelemetry-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opentelemetry-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721322508
SHA256 (open-telemetry-opentelemetry-cpp-v1.16.1_GH0.tar.gz) = b8a78bb2a3a78133dbb08bcd04342f4b1e03cb4a19079b8416d408d905fffc37
SIZE (open-telemetry-opentelemetry-cpp-v1.16.1_GH0.tar.gz) = 904173
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libgtest.so : devel/googletest
- libcurl.so : ftp/curl
- This port is required by:
- for Libraries
-
- devel/grpc
Configuration Options:
- No options to configure
- Options name:
- devel_opentelemetry-cpp
- USES:
- cmake compiler:c++14-lang cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16.1 08 Sep 2024 17:45:19 |
Dimitry Andric (dim) |
devel/opentelemetry-cpp: fix build with clang 19
Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:
/wrkdirs/usr/ports/devel/opentelemetry-cpp/work/opentelemetry-cpp-1.16.1/api/include/opentelemetry/logs/logger_type_traits.h:169:69:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
169 | return LogRecordSetterTrait<common::KeyValueIterable>::template
Set(
|
^
/wrkdirs/usr/ports/devel/opentelemetry-cpp/work/opentelemetry-cpp-1.16.1/api/include/opentelemetry/logs/logger.h:76:89:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
76 | detail::LogRecordSetterTrait<typename
std::decay<ArgumentType>::type>::template Set(
|
^
/wrkdirs/usr/ports/devel/opentelemetry-cpp/work/opentelemetry-cpp-1.16.1/api/include/opentelemetry/logs/event_logger.h:69:89:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
69 | detail::LogRecordSetterTrait<typename
std::decay<ArgumentType>::type>::template Set(
|
^
In these cases, appending "<>" is enough to satisfy the constraint.
PR: 281359
Approved by: osa (maintainer)
MFH: 2024Q3 |
1.16.1 04 Aug 2024 12:00:17 |
Piotr Kubaj (pkubaj) |
devel/opentelemetry-cpp: fix build on powerpc
opentelemetry-cpp: unrecognized target processor powerpc configuration! |
1.16.1 18 Jul 2024 22:09:37 |
Sergey A. Osokin (osa) |
devel/opentelemetry-cpp: update from 1.14.2 to 1.16.1
ChangeLog: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.14.2...v1.16.1 |
1.14.2_1 16 Jul 2024 18:36:15 |
Po-Chuan Hsieh (sunpoet) |
devel/googletest: Update to 1.15.0
- Update MASTER_SITES: use upstream release tarball
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases |
1.14.2 06 Mar 2024 17:52:21 |
Sergey A. Osokin (osa) |
devel/opentelemetry-cpp: update 1.14.0 -> 1.14.2 (+)
ChangeLog: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.14.0...v1.14.2 |
1.14.0 18 Feb 2024 18:14:05 |
Sergey A. Osokin (osa) |
devel/opentelemetry-*: update to their recent versions (+)
o) opentelemetry-cpp: 1.13.0 -> 1.14.0
o) opentelemetry-proto: 1.0.0 -> 1.1.0
Bump PORTREVISION for www/nginx-devel. |
1.13.0 14 Dec 2023 23:47:23 |
Sergey A. Osokin (osa) |
devel/opentelemetry-cpp: update 1.12.0 -> 1.13.0 |
1.12.0 26 Oct 2023 16:04:43 |
Sergey A. Osokin (osa) |
devel/opentelemetry-cpp: update to 1.12.0 |
1.11.0 20 Sep 2023 23:22:48 |
Sergey A. Osokin (osa) |
devel/opentelemetry-cpp: update from 1.8.1 to 1.11.0 |
1.8.1 06 Sep 2023 17:23:47 |
Sergey A. Osokin (osa) |
devel/opentelemetry-cpp: New port
Add OpenTelemetry C++ client, connect to the build. |
Number of commits found: 10
|