Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 11:31:16 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4c4b1285f272 - main - devel/qt6-tools: Drop upper bound for LLVM version
Message-ID:  <6a43a904.4792b.19f6fa76@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

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

commit 4c4b1285f2728cc942482835a82ccb1bc321954e
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-30 11:30:50 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-30 11:30:50 +0000

    devel/qt6-tools: Drop upper bound for LLVM version
    
    PR:             295535
    Submitted by:   Evgenii Khramtsov
---
 devel/qt6-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/qt6-tools/Makefile b/devel/qt6-tools/Makefile
index abad7ff4142a..615646ac88e4 100644
--- a/devel/qt6-tools/Makefile
+++ b/devel/qt6-tools/Makefile
@@ -12,7 +12,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cyclonedx-python-lib>0:textproc/py-cyclone
 LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon \
 		libzstd.so:archivers/zstd
 
-USES=		cmake compiler:c++17-lang gl llvm:min=17,max=21,lib,noexport \
+USES=		cmake compiler:c++17-lang gl llvm:min=17,lib,noexport \
 		python:build qt-dist:6
 USE_GL=		opengl
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a43a904.4792b.19f6fa76>