[Bug 263014] [exp-run] Update devel/dbus to 1.14.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 01 May 2022 12:49:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263014

Guido Falsi <madpilot@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #232905|0                           |1
        is obsolete|                            |

--- Comment #7 from Guido Falsi <madpilot@FreeBSD.org> ---
Created attachment 233629
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233629&action=edit
v2

I found out what is going on.

Upstream configure script has a bug, if it is passed "--with-x" it defines
with-x=yes, but then it only checks it for the auto value, and the yes case
ends up being treated like the "no" case. This means the failure I was seeing
were due to dbus being actually compiled with no X11 support.

Upstream already patched this [1], so I'm attaching a patch that simply imports
upstream patch directly in the configure script.

Tested this patch with XFCE and now everything looks fine.


[1]
https://gitlab.freedesktop.org/dbus/dbus/-/commit/fdbb32bd1f3c972d3d5fd3998930749206a1095a

-- 
You are receiving this mail because:
You are on the CC list for the bug.