Date: Wed, 11 Mar 2026 08:58:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 293731] x11/xfce4-terminal: 1.2.0 build failure Message-ID: <bug-293731-7788@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293731 Bug ID: 293731 Summary: x11/xfce4-terminal: 1.2.0 build failure Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: xfce@FreeBSD.org Reporter: thmu7@freenet.de Flags: maintainer-feedback?(xfce@FreeBSD.org) Assignee: xfce@FreeBSD.org Attachment #268711 text/plain mime type: Created attachment 268711 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268711&action=edit Tentative patch x11/xfce4-terminal 1.2.0 fails to build: ../terminal/terminal-window-dropdown.c:570:17: error: no member named 'set_monitor_idle_id' in 'struct _TerminalWindowDropdown' 570 | if (dropdown->set_monitor_idle_id != 0) | ~~~~~~~~ ^ ../terminal/terminal-window-dropdown.c:571:32: error: no member named 'set_monitor_idle_id' in 'struct _TerminalWindowDropdown' 571 | g_source_remove (dropdown->set_monitor_idle_id); | ~~~~~~~~ ^ ../terminal/terminal-window-dropdown.c:573:17: error: no member named 'monitor_removed_idle_id' in 'struct _TerminalWindowDropdown' 573 | if (dropdown->monitor_removed_idle_id != 0) | ~~~~~~~~ ^ ../terminal/terminal-window-dropdown.c:574:32: error: no member named 'monitor_removed_idle_id' in 'struct _TerminalWindowDropdown' 574 | g_source_remove (dropdown->monitor_removed_idle_id); | ~~~~~~~~ ^ 4 errors generated. The attached patch fixes the problem for me. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293731-7788>
