[Bug 283981] x11-toolkits/vte3: update to 0.78.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jan 2025 15:07:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283981 Charlie Li <vishwin@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #256619|maintainer-approval?(gnome@ |maintainer-approval+ Flags|FreeBSD.org) | --- Comment #5 from Charlie Li <vishwin@freebsd.org> --- Comment on attachment 256619 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256619 256600: x11-toolkits/vte3: update to 0.78.2 (v2) Error: /usr/local/lib/libvte-2.91-gtk4.so.0 is linked to /usr/local/lib/liblz4.so.1 from archivers/liblz4 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=liblz4.so:archivers/liblz4 Error: /usr/local/lib/libvte-2.91-gtk4.so.0 is linked to /usr/local/lib/libgraphene-1.0.so.0 from graphics/graphene but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgraphene-1.0.so:graphics/graphene lz4 is a hard dependency listed in meson.build. graphene is not explicitly listed as a dependency but is only referenced when GTK4 is enabled, through graphene-glue.hh, introspection and vala bindings. I'll take care of the these. The OPTIONS are a little jacked up after upstream enabled the gtk4 option by default and *_MESON_* need fixed anyway. armv7 stuff can continue to be figured out separately, especially with bug 281083's qualification. -- You are receiving this mail because: You are on the CC list for the bug.