git: 72c4763b925f - main - devel/spirv-llvm-translator: reject llvm*-lite as dependencies

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 28 Aug 2024 12:47:09 UTC
The branch main has been updated by jbeich:

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

commit 72c4763b925f4147054427c9cb41492474df97ce
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:45:47 +0000

    devel/spirv-llvm-translator: reject llvm*-lite as dependencies
    
    CMake support is broken in 15 + 16 and disabled in >= 17.
    
    PR:             281110
---
 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