Date: Wed, 11 Mar 2026 00:24:30 +0000 From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Subject: git: a6099d86c588 - main - graphics/egl-x11: Update to version 1.0.5 Message-ID: <69b0b63e.1d0fb.2a55672b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6099d86c588931c1fb069abdbf9567e7aa94963 commit a6099d86c588931c1fb069abdbf9567e7aa94963 Author: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> AuthorDate: 2026-03-11 00:23:03 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2026-03-11 00:23:03 +0000 graphics/egl-x11: Update to version 1.0.5 Changes: https://github.com/NVIDIA/egl-x11/releases/tag/v1.0.5 While here, drop a patch that is now included in upstream, and add warning about minimum supported version of NVIDIA drivers (560) in pkg-descr. PR: 293718 Reviewed by: ashafer (versioning) Differential Revision: https://reviews.freebsd.org/D55797 --- graphics/egl-x11/Makefile | 2 +- graphics/egl-x11/distinfo | 6 +++--- graphics/egl-x11/files/patch-src_x11_x11-platform.h | 15 --------------- graphics/egl-x11/pkg-descr | 3 +++ 4 files changed, 7 insertions(+), 19 deletions(-) diff --git a/graphics/egl-x11/Makefile b/graphics/egl-x11/Makefile index 437ee8e9a1f4..f68cf2e248bc 100644 --- a/graphics/egl-x11/Makefile +++ b/graphics/egl-x11/Makefile @@ -1,6 +1,6 @@ PORTNAME= egl-x11 DISTVERSIONPREFIX= v -DISTVERSION= 1.0.4 +DISTVERSION= 1.0.5 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org diff --git a/graphics/egl-x11/distinfo b/graphics/egl-x11/distinfo index 7bd5bc305995..7b1b619b6d62 100644 --- a/graphics/egl-x11/distinfo +++ b/graphics/egl-x11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1766934015 -SHA256 (NVIDIA-egl-x11-v1.0.4_GH0.tar.gz) = 209b9c2f59a54195789820b38e2a581d18b76f85d7fef5b674504061743fd5ee -SIZE (NVIDIA-egl-x11-v1.0.4_GH0.tar.gz) = 72446 +TIMESTAMP = 1772866041 +SHA256 (NVIDIA-egl-x11-v1.0.5_GH0.tar.gz) = 92e22178b3aba63be4cb2bf8953991bdf52ad3e5ec26212143b2df46d16e82d7 +SIZE (NVIDIA-egl-x11-v1.0.5_GH0.tar.gz) = 73642 diff --git a/graphics/egl-x11/files/patch-src_x11_x11-platform.h b/graphics/egl-x11/files/patch-src_x11_x11-platform.h deleted file mode 100644 index c6b50828e935..000000000000 --- a/graphics/egl-x11/files/patch-src_x11_x11-platform.h +++ /dev/null @@ -1,15 +0,0 @@ -# define ETIME as ETIMEOUT same as done in Mesa -# ---- src/x11/x11-platform.h.orig -+++ src/x11/x11-platform.h -@@ -42,6 +42,10 @@ - #include "config-list.h" - #include "refcountobj.h" - -+#ifndef ETIME -+#define ETIME ETIMEDOUT -+#endif -+ - #ifndef EGL_EXT_platform_xcb - #define EGL_EXT_platform_xcb 1 - #define EGL_PLATFORM_XCB_EXT 0x31DC diff --git a/graphics/egl-x11/pkg-descr b/graphics/egl-x11/pkg-descr index be597e42022d..23bbe1c54167 100644 --- a/graphics/egl-x11/pkg-descr +++ b/graphics/egl-x11/pkg-descr @@ -1,2 +1,5 @@ This is an EGL platform library for the NVIDIA driver to support XWayland via xlib (using EGL_KHR_platform_x11) or xcb (using EGL_EXT_platform_xcb). + +Minimum required version of nvidia-driver for this is 560. +Any of legacy versions are not supported.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b0b63e.1d0fb.2a55672b>
