head 1.3; access; symbols pkgsrc-2026Q2:1.2.0.2 pkgsrc-2026Q2-base:1.2; locks; strict; comment @# @; 1.3 date 2026.06.22.19.38.45; author wiz; state Exp; branches; next 1.2; commitid 9QOsgjE9eIBIwPKG; 1.2 date 2026.06.10.12.19.20; author adam; state Exp; branches; next 1.1; commitid pU4dNzg9BxcVtfJG; 1.1 date 2026.06.09.15.05.33; author adam; state Exp; branches; next ; commitid DV1L9obdpNNXq8JG; desc @@ 1.3 log @*: bump for abseil May 20260526.0 shlib version bump @ text @# $NetBSD: Makefile,v 1.2 2026/06/10 12:19:20 adam Exp $ DISTNAME= clickhouse-cpp-2.6.2 PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=ClickHouse/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/ClickHouse/clickhouse-cpp COMMENT= C++ client for ClickHouse LICENSE= apache-2.0 USE_CXX_FEATURES= c++17 USE_LANGUAGES= c c++ CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON CMAKE_CONFIGURE_ARGS+= -DWITH_OPENSSL=ON CMAKE_CONFIGURE_ARGS+= -DWITH_SYSTEM_ABSEIL=ON CMAKE_CONFIGURE_ARGS+= -DWITH_SYSTEM_LZ4=ON CMAKE_CONFIGURE_ARGS+= -DWITH_SYSTEM_ZSTD=ON .include "../../archivers/lz4/buildlink3.mk" .include "../../archivers/zstd/buildlink3.mk" .include "../../devel/abseil/buildlink3.mk" .include "../../devel/cmake/build.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.2 log @clickhouse-cpp: updated to 2.6.2 2.6.2 Add experimental Bazel support Implement interactive, pull based (BeginSelect and NextBlock) API for selecting data Bind the new ColumnBool to Bool columns instead of ColumnUInt8 NOTE: If you are using CMake, ColumnBool is not enabled by default to avoid breaking existing clients. Use -DCH_MAP_BOOL_TO_UINT8=OFF to bind ColumnBool to ClickHouse Bool columns. In the future, this option will be set to OFF by default and later removed completely. Fix parsing of quoted identifiers, e.g. Tuple(`a.b` Int8) Add support for named tuples such as Tuple(foo Int8, bar String) Allow access to raw data of ColumnArray Remove support for nested exceptions Fix deprecated-enum-enum-conversion warning in ColumnLowCardinality::SaveBody Fix UB in ColumnStringBlock::AppendUnsafe when appending empty string_view Update batch insert example in the documentation to match client API @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2026/06/09 15:05:33 adam Exp $ d4 1 @ 1.1 log @clickhouse-cpp: added version 2.6.1 C++ client for ClickHouse. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= clickhouse-cpp-2.6.1 @