Created attachment 258621 [details] add to devel/dbus/files/ i suspect find_package(DBus1) wouldn't work (relies on DBus1Config.cmake). most software that uses CMake seems to use pkg_check_modules(DBUS dbus-1) instead (relies instead on pkgconf) would someone with a bit more sense than i tell me if the attached patch (to devel/dbus) is worthwhile or if i'm just way off base? it solved for me the error shown here: https://pkg-status.freebsd.org/gohan04/data/141amd64-default-foo/2025-03-11_09h56m37s/logs/PrusaSlicer-2.9.0.log
The patch makes sense.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e26d0a171d4822ba33a92c90c0ef36f7c19b3264 commit e26d0a171d4822ba33a92c90c0ef36f7c19b3264 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-03-13 15:05:20 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-03-13 15:06:44 +0000 devel/dbus: Fix CMake config file PR: 285364 Reported by: Chad Jacob Milios <milios@ccsys.com> devel/dbus/Makefile | 1 + devel/dbus/files/patch-cmake_DBus1Config.pkgconfig.in (new) | 11 +++++++++++ 2 files changed, 12 insertions(+)
Pushed, thank you.