Date: Sun, 11 Dec 2022 10:29:40 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Emmanuel Vadot <manu@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 855947ebf7e7 - main - graphics/mesa: Update to 22.3 Message-ID: <359m-s2yj-wny@FreeBSD.org> In-Reply-To: <202212051403.2B5E3otn025723@gitrepo.freebsd.org> (Emmanuel Vadot's message of "Mon, 5 Dec 2022 14:03:50 GMT") References: <202212051403.2B5E3otn025723@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Emmanuel Vadot <manu@FreeBSD.org> writes: > diff --git a/graphics/mesa-libs/pkg-plist b/graphics/mesa-libs/pkg-plist > index 9389d77d5c8d..9d92766c8f37 100644 > --- a/graphics/mesa-libs/pkg-plist > +++ b/graphics/mesa-libs/pkg-plist > @@ -1,5 +1,5 @@ > etc/libmap.d/mesa.conf > -include/EGL/eglextchromium.h > +include/EGL/eglext_angle.h > include/EGL/eglmesaext.h > @comment include/GL/internal/dri_interface.h > include/gbm.h This broke multimedia/kodi. Can you take a look? https://pkg-status.freebsd.org/beefy16/data/131amd64-default/908640ce3450/logs/errors/kodi-19.4_5.log https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268234 Also, other mesa-* ports still reference the removed header. diff --git a/graphics/mesa-dri/pkg-plist b/graphics/mesa-dri/pkg-plist index 69f6a5905f24..cb46f04fd16f 100644 --- a/graphics/mesa-dri/pkg-plist +++ b/graphics/mesa-dri/pkg-plist @@ -1,7 +1,6 @@ @comment include/EGL/egl.h @comment include/EGL/eglext_angle.h @comment include/EGL/eglext.h -@comment include/EGL/eglextchromium.h @comment include/EGL/eglmesaext.h @comment include/EGL/eglplatform.h include/GL/internal/dri_interface.h diff --git a/graphics/mesa-gallium-va/pkg-plist b/graphics/mesa-gallium-va/pkg-plist index d0b0687974a8..f8a847c7bff0 100644 --- a/graphics/mesa-gallium-va/pkg-plist +++ b/graphics/mesa-gallium-va/pkg-plist @@ -1,7 +1,6 @@ @comment include/EGL/egl.h @comment include/EGL/eglext.h @comment include/EGL/eglext_angle.h -@comment include/EGL/eglextchromium.h @comment include/EGL/eglmesaext.h @comment include/EGL/eglplatform.h @comment include/GL/gl.h diff --git a/graphics/mesa-gallium-vdpau/pkg-plist b/graphics/mesa-gallium-vdpau/pkg-plist index 4eeb6f6ae445..4dde828473ba 100644 --- a/graphics/mesa-gallium-vdpau/pkg-plist +++ b/graphics/mesa-gallium-vdpau/pkg-plist @@ -1,7 +1,6 @@ @comment include/EGL/egl.h @comment include/EGL/eglext.h @comment include/EGL/eglext_angle.h -@comment include/EGL/eglextchromium.h @comment include/EGL/eglmesaext.h @comment include/EGL/eglplatform.h @comment include/GL/gl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?359m-s2yj-wny>