git: a5d9ce1971ba - 2024Q3 - devel/spirv-llvm-translator: reject llvm*-lite as dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Aug 2024 12:48:36 UTC
The branch 2024Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5d9ce1971ba09e3369cd215a88176cef0d543e6 commit a5d9ce1971ba09e3369cd215a88176cef0d543e6 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-08-28 12:14:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-08-28 12:47:57 +0000 devel/spirv-llvm-translator: reject llvm*-lite as dependencies CMake support is broken in 15 + 16 and disabled in >= 17. PR: 281110 (cherry picked from commit 72c4763b925f4147054427c9cb41492474df97ce) --- devel/spirv-llvm-translator/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/spirv-llvm-translator/Makefile b/devel/spirv-llvm-translator/Makefile index dc5d4105c426..0128e5c9b281 100644 --- a/devel/spirv-llvm-translator/Makefile +++ b/devel/spirv-llvm-translator/Makefile @@ -22,6 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} FLAVORS= ${18 17 16 15 14 13 12 11:L:S/^/llvm/} +CONFLICTS_BUILD=${FLAVOR}-lite USES= cmake compiler:c++11-lib USE_GITHUB= yes