Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 03:27:42 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: 66f324e30165 - main - graphics/mesa-devel: simplify _IMPLISE=LLVM after 58c2c17aaa7f
Message-ID:  <202406060327.4563RgR9056272@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=66f324e30165b1a666c7812312bfdafb23bcb55a

commit 66f324e30165b1a666c7812312bfdafb23bcb55a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-06-06 03:26:50 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-06-06 03:26:50 +0000

    graphics/mesa-devel: simplify _IMPLISE=LLVM after 58c2c17aaa7f
---
 graphics/mesa-devel/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index d8a0a38156d2..c04f5153a302 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -73,6 +73,7 @@ iris_DESC=		Broadwell and newer (implies OPENCL)
 iris_IMPLIES=		OPENCL
 panfrost_DESC=		Midgard, Bifrost
 r600_DESC=		R600, R700, Evergreen, Northern Islands (implies LLVM)
+r600_IMPLIES=		LLVM
 radeonsi_DESC=		Southern Islands and newer
 
 VULKAN_DESC=		Vulkan drivers
@@ -97,9 +98,6 @@ LLVM_USES=		llvm:min=15,lib,noexport
 LLVM_CONFIGURE_ENV=	LLVM_CONFIG=${LLVM_CONFIG}
 LLVM_MESON_ENABLED=	llvm
 LLVM_MESON_TRUE=	amd-use-llvm
-.for i in r600
-${i}_IMPLIES+=		LLVM
-.endfor
 
 LTO_MESON_TRUE=		b_lto
 



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