Date: Sun, 01 May 2022 12:49:45 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 263014] [exp-run] Update devel/dbus to 1.14.0 Message-ID: <bug-263014-39348-XrKlBcRUzC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263014-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-263014-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263014 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=3D233629&action= =3Dedit v2 I found out what is going on. Upstream configure script has a bug, if it is passed "--with-x" it defines with-x=3Dyes, but then it only checks it for the auto value, and the yes ca= se ends up being treated like the "no" case. This means the failure I was seei= ng were due to dbus being actually compiled with no X11 support. Upstream already patched this [1], so I'm attaching a patch that simply imp= orts 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/fdbb32bd1f3c972d3d5fd3998= 930749206a1095a --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263014-39348-XrKlBcRUzC>