Page MenuHomeFreeBSD

graphics/egl-wayland: Update to 1.1.21 with addition of missing LIB_DEPENDS
ClosedPublic

Authored by junchoon_dec.sakura.ne.jp on Fri, Feb 20, 12:57 PM.
Tags
None
Referenced Files
F146944816: D55397.id172328.diff
Sat, Mar 7, 12:19 AM
Unknown Object (File)
Wed, Mar 4, 4:53 PM
Unknown Object (File)
Wed, Mar 4, 1:32 PM
Unknown Object (File)
Tue, Mar 3, 11:29 PM
Unknown Object (File)
Tue, Mar 3, 3:03 AM
Unknown Object (File)
Tue, Mar 3, 2:04 AM
Unknown Object (File)
Sun, Mar 1, 10:49 PM
Unknown Object (File)
Sun, Mar 1, 10:16 AM
Subscribers
None

Details

Summary

Updating to 1.1.21 with addition of missing LIB_DEPENDS,
which is a LIB_DEPENDS of only consumer of this port
(x11/nvidia-driver*).

Because of the above, this didn't cause any actual issues unless
installing this port alone with some reason.

https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.21

PR: 288715
PR: 290128 (duplicate of the above)

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

junchoon_dec.sakura.ne.jp retitled this revision from graphics/egl-wayland: Add missing LIB_DEPENDS to graphics/egl-wayland: Update to 1.1.21 with addition of missing LIB_DEPENDS.
junchoon_dec.sakura.ne.jp edited the summary of this revision. (Show Details)

Update to 1.1.21 as of suggestion by ashafer@.

https://lists.freebsd.org/archives/dev-commits-ports-main/2026-February/180579.html
kbowling added inline comments.
graphics/egl-wayland/pkg-plist
3

Typically you would use:

PLIST_SUB=  DISTVERSION=${DISTVERSION}

and leave the definition here, not mix PLIST_FILES.

This revision now requires changes to proceed.Fri, Feb 20, 5:09 PM

Fixed a finding by kbowling@.

graphics/egl-wayland/pkg-plist
3

Done. Thanks!

graphics/egl-wayland/pkg-plist
3

You still need the template

lib/libnvidia-egl-wayland.so.%%DISTVERSION%%

Added missing template in pkg-plist.

graphics/egl-wayland/pkg-plist
3

Done.

This revision is now accepted and ready to land.Fri, Feb 20, 9:41 PM