Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2025 17:08:17 +0000
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e19dd11dfb85 - main - databases/clickhouse-cpp: Remove uneeded conditional
Message-ID:  <69555881.21140.17f6f6de@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e19dd11dfb85f9b116c3496ffc4781147f9202d0

commit e19dd11dfb85f9b116c3496ffc4781147f9202d0
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-12-31 17:07:21 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-12-31 17:07:21 +0000

    databases/clickhouse-cpp: Remove uneeded conditional
    
    Reported by:    diizzy
---
 databases/clickhouse-cpp/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/databases/clickhouse-cpp/Makefile b/databases/clickhouse-cpp/Makefile
index 0d049ac2dff8..ddae7810ab09 100644
--- a/databases/clickhouse-cpp/Makefile
+++ b/databases/clickhouse-cpp/Makefile
@@ -31,11 +31,4 @@ OPTIONS_SUB=		yes
 TEST_RUN_DEPENDS=	expect>0:lang/expect
 TEST_CMAKE_BOOL=	ENABLE_TESTS
 
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD
-USES+=	llvm:min=21
-CFLAGS+=-Wno-error=int-conversion
-.endif
-
 .include <bsd.port.mk>


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69555881.21140.17f6f6de>