Port details on branch 2024Q4 |
- librdkafka Apache Kafka C/C++ library
- 2.3.0 net
=0 2.3.0Version of this port present on the latest quarterly branch. - Maintainer: pizzamig@FreeBSD.org
 - Port Added: 2024-11-01 17:51:12
- Last Update: 2024-11-01 17:48:16
- Commit Hash: 27efb93
- License: BSD2CLAUSE
- WWW:
- https://github.com/edenhill/librdkafka/
- Description:
- This is a port of librdkafka, a C library implementation
of the Apache Kafka protocol, containing both Producer and
Consumer support. It was designed with message delivery
reliability and high performance in mind, current figures
exceed 800000 msgs/second for the producer and 3 million
msgs/second for the consumer.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- librdkafka>0:net/librdkafka
- To install the port:
- cd /usr/ports/net/librdkafka/ && make install clean
- To add the package, run one of these commands:
- pkg install net/librdkafka
- pkg install librdkafka
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: librdkafka
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702746030
SHA256 (edenhill-librdkafka-v2.3.0_GH0.tar.gz) = 2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12
SIZE (edenhill-librdkafka-v2.3.0_GH0.tar.gz) = 4380862
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- schema.h : devel/rapidjson
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libcurl.so : ftp/curl
- liblz4.so : archivers/liblz4
- libzstd.so : archivers/zstd
- This port is required by:
- for Libraries
-
- finance/hyperswitch
Configuration Options:
- No options to configure
- Options name:
- net_librdkafka
- USES:
- compiler:c11 gmake localbase:ldflags ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0 01 Nov 2024 17:48:16
    |
Dimitry Andric (dim)  |
net/librdkafka: work around undefined version symbol error
When building outside of poudriere, net/librdkafka can fail to link,
with an error similar to:
ld: error: version script assignment of 'global' to symbol
'rd_ut_coverage_check' failed: symbol not defined
Work around this by adding -Wl,--undefined-version to LDFLAGS.
While here, pet portlint.
PR: 275866
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q4
(cherry picked from commit 148d4c8dd90e2fbd7d4ed05eabf06f647790b395) |
Number of commits found: 1
|