Date: Sat, 2 Nov 2024 00:39:18 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: f093abad37cb - main - graphics/mesa-libs: force rebuild on -CURRENT after 13d55b0eaa13 Message-ID: <202411020039.4A20dIu7015562@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=f093abad37cb6de91f71a72302b6591793ae5f52 commit f093abad37cb6de91f71a72302b6591793ae5f52 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-01 23:40:32 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-01 23:52:43 +0000 graphics/mesa-libs: force rebuild on -CURRENT after 13d55b0eaa13 $ glxgears Error: couldn't get an RGB, Double-buffered visual $ glmark2-wayland Error: eglGetDisplay() failed with error: 0x3000 Error: main: Could not initialize canvas $ kmscube MESA-LOADER: failed to open iris: /usr/local/lib/libglapi.so.0: Unsupported relocation type 36 in non-PLT relocations (search paths /usr/local/lib/dri, suffix _dri) MESA-LOADER: failed to open kms_swrast: /usr/local/lib/libglapi.so.0: Unsupported relocation type 36 in non-PLT relocations (search paths /usr/local/lib/dri, suffix _dri) MESA-LOADER: failed to open swrast: /usr/local/lib/libglapi.so.0: Unsupported relocation type 36 in non-PLT relocations (search paths /usr/local/lib/dri, suffix _dri) failed to initialize GBM PR: 282316 --- graphics/mesa-libs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index 1ac08aefc48b..7ffe5201b2a5 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -1,5 +1,6 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411020039.4A20dIu7015562>