Re: git: 14821d60aad2 - main - databases/clickhouse-cpp: Add new port
Date: Wed, 31 Dec 2025 07:32:24 UTC
On 2025-12-30 19:50, Guido Falsi wrote:
> The branch main has been updated by madpilot:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=14821d60aad2335e18bd68eec7cdfd9c3299ca9a
>
> commit 14821d60aad2335e18bd68eec7cdfd9c3299ca9a
> Author: Guido Falsi <madpilot@FreeBSD.org>
> AuthorDate: 2025-12-30 18:48:29 +0000
> Commit: Guido Falsi <madpilot@FreeBSD.org>
> CommitDate: 2025-12-30 18:48:29 +0000
>
> databases/clickhouse-cpp: Add new port
>
> clickhouse-cpp is the official C++ client library for ClickHouse,
> providing a fast and type-safe interface to ClickHouse using its
> native binary protocol.
> ---
> databases/Makefile | 1 +
> databases/clickhouse-cpp/Makefile | 41 ++++++++++++++++++++
> databases/clickhouse-cpp/distinfo | 3 ++
> .../files/patch-clickhouse_base_platform.h | 20 ++++++++++
> .../files/patch-clickhouse_base_socket.cpp | 11 ++++++
> .../files/patch-clickhouse_base_socket.h | 13 +++++++
> databases/clickhouse-cpp/pkg-descr | 3 ++
> databases/clickhouse-cpp/pkg-plist | 45 ++++++++++++++++++++++
> 8 files changed, 137 insertions(+)
>
> ...
>
> +.if ${OPSYS} == FreeBSD
> +USES+= llvm:min=21
> +CFLAGS+=-Wno-error=int-conversion
> +.endif
>
> Hi,
>
> What is USES supposed to fix? :-)
>
> Best regards,
> Daniel