[Midnightbsd-cvs] [MidnightBSD/mports] 9e0bc0: net/gtk-vnc: remove GTK2-only symbols from GTK3 ve...
Lucas Holt
noreply at github.com
Sat May 16 22:25:30 EDT 2026
Branch: refs/heads/net/gtk-vnc
Home: https://github.com/MidnightBSD/mports
Commit: 9e0bc04edbe9472dd1ec1b1a5226b3cb321f8742
https://github.com/MidnightBSD/mports/commit/9e0bc04edbe9472dd1ec1b1a5226b3cb321f8742
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-16 (Sat, 16 May 2026)
Changed paths:
M net/gtk-vnc/Makefile
A net/gtk-vnc/files/patch-src_libgtk-vnc_sym.version
Log Message:
-----------
net/gtk-vnc: remove GTK2-only symbols from GTK3 version script
libgtk-vnc_sym.version exports vnc_image_framebuffer_* symbols, but
vncimageframebuffer.c is only compiled when HAVE_GTK_2 is set. Building
against GTK3 leaves those symbols undefined, which the linker now
rejects with --no-undefined. Strip the three GTK2-only symbols from
the version script.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list