Date: Thu, 6 Jun 2024 00:26:04 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: 1e116314449f - main - graphics/mesa-devel: chase IMPLIES_ comment after fcb5f1215dc0 Message-ID: <202406060026.4560Q4t3049714@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=1e116314449f7d0b19b1734cb201372a3a4c7abf commit 1e116314449f7d0b19b1734cb201372a3a4c7abf Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-06-05 22:39:15 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-06 00:24:03 +0000 graphics/mesa-devel: chase IMPLIES_ comment after fcb5f1215dc0 --- graphics/mesa-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 269cf4ad8147..717c9c528bc2 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -69,14 +69,14 @@ ${j}_VARS+= ${i}_DRIVERS+=${j:S/anv/intel/:S/hasvk/intel_&/:S/radv/amd/} GALLIUM_DESC= Unified OpenGL drivers crocus_DESC= Broadwater, Eaglelake, Ironlake, Sandybridge, Ivybridge, Haswell -iris_DESC= Broadwell and newer +iris_DESC= Broadwell and newer (implies OPENCL) iris_IMPLIES= OPENCL panfrost_DESC= Midgard, Bifrost r600_DESC= R600, R700, Evergreen, Northern Islands (implies LLVM) radeonsi_DESC= Southern Islands and newer (implies LLVM) VULKAN_DESC= Vulkan drivers -anv_DESC= Skylake and newer +anv_DESC= Skylake and newer (implies OPENCL) anv_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} anv_MESON_ON= ${"${ARCH:Mamd64}":?:-Dintel-rt=disabled} # https://gitlab.freedesktop.org/mesa/mesa/-/issues/10629 anv_IMPLIES= OPENCL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406060026.4560Q4t3049714>