Created attachment 203403 [details] librdkafka - zstd support The new feature in librdkafka-1.0.0 release is zstd compression support, but net/librdkafka is built without this feature. The proposed patch adds new dependency on libzstd to enable it. QA: Poudriere testport: OK on 11.2 & 12.0 # pkg install kafkacat kafkacat -X list | grep compression.type - See zstd in the list
A commit references this bug: Author: pizzamig Date: Fri Apr 5 19:13:58 UTC 2019 New revision: 497978 URL: https://svnweb.freebsd.org/changeset/ports/497978 Log: net/librdkafka: add zstd compression support While I'm here, fix variables order. PR: 237042 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Sponsored by: trivago N.V. Changes: head/net/librdkafka/Makefile
Nice catch and nice patch! Committed! Thanks