pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mesa: updated to 26.2.3



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <adam%defguard.net@localhost>
Pushed By:	adam
Date:		Thu Sep 17 14:51:03 2026 +0200
Changeset:	9048e2f205f324a40fbcf31d0f71b210bfa53b4a

Modified Files:
	mesa/Makefile
	mesa/buildlink3.mk
	mesa/distinfo
	mesa/features.mk

Log Message:
mesa: updated to 26.2.3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9048e2f205f324a40fbcf31d0f71b210bfa53b4a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mesa/Makefile      | 2 +-
 mesa/buildlink3.mk | 5 +++++
 mesa/distinfo      | 6 +++---
 mesa/features.mk   | 2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)

diffs:
diff --git a/mesa/Makefile b/mesa/Makefile
index 71bed4d8d1..4491a1e871 100644
--- a/mesa/Makefile
+++ b/mesa/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	mesa-26.2.2
+DISTNAME=	mesa-26.2.3
 CATEGORIES=	graphics
 MASTER_SITES=	https://mesa.freedesktop.org/archive/
 MASTER_SITES+=	https://mesa3d.org/archive/
diff --git a/mesa/buildlink3.mk b/mesa/buildlink3.mk
index c456c3a238..7e614a3b22 100644
--- a/mesa/buildlink3.mk
+++ b/mesa/buildlink3.mk
@@ -20,6 +20,11 @@ pkgbase:= mesa
 
 .include "../../mk/pkg-build-options.mk"
 
+.if ${PKG_BUILD_OPTIONS.mesa:Mwayland}
+.  include "../../devel/wayland/buildlink3.mk"
+.  include "../../devel/wayland-protocols/buildlink3.mk"
+.endif
+
 .if ${PKG_BUILD_OPTIONS.mesa:Mx11}
 .  include "../../x11/libX11/buildlink3.mk"
 .  include "../../x11/libXdamage/buildlink3.mk"
diff --git a/mesa/distinfo b/mesa/distinfo
index 8ccf8d5a41..8ca4ffcdd5 100644
--- a/mesa/distinfo
+++ b/mesa/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.166 2023/07/18 19:33:31 ryoon Exp $
 
-BLAKE2s (mesa-26.2.2.tar.xz) = 848c51fcc42261e1298df55b480996758c5ad1b297809fe6cf3ae966deb8465d
-SHA512 (mesa-26.2.2.tar.xz) = 55b1234c8653dad9b85ba3de7b777a0d957909baf4628f0c00e21d4ba89c004cb687a1dcf8da46ed0a092231dd4f859027509f83ad8c558750845ba470902615
-Size (mesa-26.2.2.tar.xz) = 68533264 bytes
+BLAKE2s (mesa-26.2.3.tar.xz) = 515685bc73b6189d3fc4108845fdf4e280bdae9a3169c6d24592ad1fd732b760
+SHA512 (mesa-26.2.3.tar.xz) = ec621735ae4679762ea27b979a5314c7aecfdd4165afea19c8c55f933d79b40f01fa041a95874fc4347e732ac565786d9b616a9aa8856a422204d9ecc9a12ec4
+Size (mesa-26.2.3.tar.xz) = 68561540 bytes
 SHA1 (patch-meson.build) = 56aae7cb6f284a787d4ca4ef0ae0d512508a19a8
 SHA1 (patch-src_egl_drivers_dri2_platform__drm.c) = c982acaf2246858a06a52f548b6103800c0d7c45
 SHA1 (patch-src_gallium_auxiliary_pipe-loader_pipe__loader__drm.c) = c6958cf29da9154c673f8c64790ac2bb46ed74bd
diff --git a/mesa/features.mk b/mesa/features.mk
index a208220e74..61464f544c 100644
--- a/mesa/features.mk
+++ b/mesa/features.mk
@@ -19,7 +19,7 @@ _MESALIB_ARCH_SUPPORTS_XA=	yes
 .endif
 
 .if ${X11_TYPE} == "modular"
-MESALIB_SUPPORTS_OSMESA?=	yes
+#MESALIB_SUPPORTS_OSMESA?=	yes
 MESALIB_SUPPORTS_GLESv2?=	yes
 .  if ${MESALIB_SUPPORTS_DRI} == "yes"
 MESALIB_SUPPORTS_EGL?=		yes


Home | Main Index | Thread Index | Old Index