Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.18 17 Mar 2025 21:49:50
    |
Austin Shafer (ashafer)  Author: Tomoaki AOKI |
x11/nvidia-driver, x11/linux-nvidia-libs, graphics/nvidia-drm-kmod: update to
570.124.04
This updates the NVIDIA ports to the latest stable production branch.
Also bump egl-wayland to the latest 1.1.18.
Submitted by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Reviewed by: ashafer
Approved by: kbowling(mentor), maintainer timeout (danfe, x11)
Differential Revision: https://reviews.freebsd.org/D49245 |
1.1.13 16 Apr 2024 01:11:57
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: delist non-leaf from wayland after cbe3fe720370 |
1.1.13 19 Mar 2024 01:02:52
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: drop maintainership after 706898afef6c |
1.1.13 19 Oct 2023 00:32:37
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: update to 1.1.13
Changes: https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.13
Reported by: GitHub (watch releases) |
1.1.12 02 Jun 2023 19:33:32
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: update to 1.1.12
Changes: https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.12
Reported by: GitHub (watch releases) |
1.1.11_1 02 Feb 2023 08:29:42
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: unbreak fetch due to tag refresh
=> Fetched file size mismatch (expected 60459, actual 60207)
Changes: https://github.com/NVIDIA/egl-wayland/compare/bf86b94...1.1.11 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.11 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.11 01 Sep 2022 14:12:17
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: update to 1.1.11
Changes: https://github.com/NVIDIA/egl-wayland/compare/1.1.10...1.1.11
Reported by: Repology |
1.1.10 20 Jul 2022 12:48:14
    |
Jan Beich (jbeich)  |
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7) |
1.1.10 11 Jun 2022 00:28:47
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: update to 1.1.10
Changes: https://github.com/NVIDIA/egl-wayland/compare/1.1.9...1.1.10
Reported by: portscout, Repology |
1.1.9 14 Oct 2021 22:36:08
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: update to 1.1.9
Changes: https://github.com/NVIDIA/egl-wayland/compare/1.1.8...1.1.9
Reported by: portscout |
1.1.8 17 Sep 2021 17:14:55
    |
Jan Beich (jbeich)  |
graphics/libglvnd: update to 1.3.4
- graphics/egl-wayland: drop libglvnd < 1.3.4 workaround
- x11-toolkits/wlroots: rebuild to enable EGL_EXT_device_persistent_id
Changes: https://gitlab.freedesktop.org/glvnd/libglvnd/-/compare/v1.3.3...v1.3.4
PR: 258269
Exp-run by: antoine
Approved by: zeising |
1.1.8 11 Sep 2021 23:57:12
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: unbreak with libglvnd < 1.3.4 after 2aaa530553dd
In file included from ../src/wayland-thread.c:29:
In file included from ../include/wayland-egldisplay.h:31:
../include/wayland-eglhandle.h:112:9: error: unknown type name
'PFNEGLSTREAMIMAGECONSUMERCONNECTNVPROC'
PFNEGLSTREAMIMAGECONSUMERCONNECTNVPROC streamImageConsumerConnect;
^
../include/wayland-eglhandle.h:113:9: error: unknown type name
'PFNEGLSTREAMACQUIREIMAGENVPROC'
PFNEGLSTREAMACQUIREIMAGENVPROC streamAcquireImage;
^
../include/wayland-eglhandle.h:114:9: error: unknown type name
'PFNEGLSTREAMRELEASEIMAGENVPROC'; did you mean 'PFNEGLSTREAMFLUSHNVPROC'?
PFNEGLSTREAMRELEASEIMAGENVPROC streamReleaseImage;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PFNEGLSTREAMFLUSHNVPROC
/usr/local/include/EGL/eglext.h:1207:34: note: 'PFNEGLSTREAMFLUSHNVPROC'
declared here
typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMFLUSHNVPROC) (EGLDisplay dpy,
EGLStreamKHR stream);
^
Reported by: many |
1.1.8 11 Sep 2021 05:40:29
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: update to 1.1.8
Changes: https://github.com/NVIDIA/egl-wayland/compare/1.1.7...1.1.8
Reported by: portscout |
1.1.7_1 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.1.7 13 May 2021 14:15:13
    |
Jan Beich (jbeich)  |
graphics/egl-wayland: update to 1.1.7
Changes: https://github.com/NVIDIA/egl-wayland/compare/1.1.6...1.1.7
Reported by: Repology |
1.1.6 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.6 14 Dec 2020 19:57:19
  |
jbeich  |
graphics/egl-wayland: unbreak afte r558099
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/libnvidia-egl-wayland.so.1.1.6
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: lib/libnvidia-egl-wayland.so.1.1.5
===> Error: Plist issues found.
*** Error code 1
PR: 251843
Submitted by: VVD |
1.1.6 14 Dec 2020 17:56:07
  |
jbeich  |
graphics/egl-wayland: update to 1.1.6
Changes: https://github.com/NVIDIA/egl-wayland/compare/1.1.5...1.1.6
Reported by: Repology |
1.1.5 19 May 2020 07:22:37
  |
jbeich  |
graphics/egl-wayland: update to 1.1.5
Changes: https://github.com/NVIDIA/egl-wayland/compare/1.1.4...1.1.5
Reported by: portscout |
1.1.4 13 Feb 2020 04:14:05
  |
jbeich  |
graphics/egl-wayland: add USE_LDCONFIG to pet portlint |
1.1.4 13 Feb 2020 04:12:32
  |
jbeich  |
x11-servers/xwayland-devel: expose x11/nvidia-driver support
Disabled for now as runtime wasn't tested. EGLStreams is supported by
x11-wm/mutter and x11-wm/plasma5-kwin. |