[Midnightbsd-cvs] [MidnightBSD/mports] a8e57d: net/gtk-vnc: remove GTK2-only symbols from GTK3 ve...

Lucas Holt noreply at github.com
Sat May 16 22:27:34 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: a8e57ddb26978522944f4378b5c97d388f27764b
      https://github.com/MidnightBSD/mports/commit/a8e57ddb26978522944f4378b5c97d388f27764b
  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 (#200)

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