non port: graphics/egl-wayland/Makefile |
Number of commits found: 19 |
Thursday, 19 Oct 2023
|
00:32 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)
4651c35 |
Friday, 2 Jun 2023
|
19:33 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)
d6766c7 |
Thursday, 2 Feb 2023
|
08:29 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
8e61682 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 1 Sep 2022
|
14:12 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
52a88c0 |
Wednesday, 20 Jul 2022
|
12:48 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)
2948687 |
Saturday, 11 Jun 2022
|
00:28 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
64b416a |
Thursday, 14 Oct 2021
|
22:36 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
fce0ad9 |
Friday, 17 Sep 2021
|
17:14 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
841c9c3 |
Saturday, 11 Sep 2021
|
23:57 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
9ee9d98 |
05:40 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
2aaa530 |
Tuesday, 22 Jun 2021
|
18:53 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
da3162c |
Thursday, 13 May 2021
|
14:15 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
16606382 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 14 Dec 2020
|
17:56 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
 |
Tuesday, 19 May 2020
|
07:22 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
 |
Thursday, 13 Feb 2020
|
04:14 jbeich
graphics/egl-wayland: add USE_LDCONFIG to pet portlint
 |
04:12 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.
 |
Number of commits found: 19 |