Date: Wed, 28 Aug 2024 12:48:36 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a5d9ce1971ba - 2024Q3 - devel/spirv-llvm-translator: reject llvm*-lite as dependencies Message-ID: <202408281248.47SCma7u096675@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408281248.47SCma7u096675>