Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 16:23:36 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 60fbb9828cfa - main - devel/clazy: limit max LLVM version to 18 (+)
Message-ID:  <202412131623.4BDGNa6q083313@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit 60fbb9828cfa3e2bf5a2ee45092b4add761b545d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 14:15:55 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 16:23:28 +0000

    devel/clazy: limit max LLVM version to 18 (+)
    
    CLazy max supported version is 18 yet, set the limit
    
    Reported by:    bulk -t
    
    Sponsored by:   Future Crew, LLC
---
 devel/clazy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/clazy/Makefile b/devel/clazy/Makefile
index e8bd86bcdd6a..b4d131b01483 100644
--- a/devel/clazy/Makefile
+++ b/devel/clazy/Makefile
@@ -10,7 +10,7 @@ WWW=		https://github.com/KDE/clazy
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/LICENSES/LGPL-2.0-or-later.txt
 
-USES=		cmake llvm:build,run tar:xz
+USES=		cmake llvm:max=18,build,run tar:xz
 
 CMAKE_ARGS=	-DLLVM_ROOT=${LLVM_PREFIX}
 



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