[Bug 291303] textproc/ibus: update to 1.5.33

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 06 Dec 2025 23:13:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291303

--- Comment #5 from Henry Hu <henry.hu.sh@gmail.com> ---
(In reply to Vladimir Druzenko from comment #4)
Doing a bit investigation, it's quite strange.

ibus itself uses dbus for communication between components. However, it does
not seem to use dbus library directly; instead it uses gio for its dbus
implementation (https://docs.gtk.org/gio/class.DBusConnection.html). We
possibly can remove the dbus dependency in LIB_DEPENDS.

If GTK3 is enabled, ibus builds the GTK3 UI; the GTK3 UI indirectly links to
dbus library (libgtk-3 > libatk-bridge-2.0 > libdbus-1). From correctness
perspective, this dependency should be removed as well (as ibus does not depend
on that either). 

Let me try to do a new poudriere run without these deps.

-- 
You are receiving this mail because:
You are the assignee for the bug.