Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2024 12:47:09 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 72c4763b925f - main - devel/spirv-llvm-translator: reject llvm*-lite as dependencies
Message-ID:  <202408281247.47SCl9GL096198@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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