Date: Mon, 6 Feb 2023 15:42:20 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: bf83406a06c6 - 2023Q1 - graphics/mesa-devel: simplify bc572c0c0eda Message-ID: <202302061542.316FgKXK086027@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf83406a06c68d4303e74f39766ac906bbb98a78 commit bf83406a06c68d4303e74f39766ac906bbb98a78 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-06 15:38:50 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-06 15:42:12 +0000 graphics/mesa-devel: simplify bc572c0c0eda ICD for EGL is part of mesa-libs but ICD for Vulkan is part of mesa-dri. Instead of trying to track which package provides which file just specify package names this one is designed to override. (cherry picked from commit 1b31e75ea55e57d139a2039cdd441132862a6bf3) --- graphics/mesa-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 2a091868139e..37a720a69101 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -84,7 +84,7 @@ radv_BUILD_DEPENDS= glslangValidator:graphics/glslang COINST_DESC= Allow co-installation with another Mesa port COINST_MESON_ON= -Degl-lib-suffix=${PKGNAMESUFFIX} -COINST_RUN_DEPENDS= ${LOCALBASE}/share/glvnd/egl_vendor.d/50_${PORTNAME}.json:graphics/mesa-dri +COINST_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri # ICD COINST_PLIST_SUB= SUFFIX=${PKGNAMESUFFIX} COINST_SUB_FILES= libmap.conf COINST_SUB_LIST= SUFFIX=${PKGNAMESUFFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302061542.316FgKXK086027>