Bugzilla Automation <[email protected]> has asked freebsd-desktop (Team) <[email protected]> for maintainer-feedback: Bug 285364: devel/dbus cad/PrusaSlicer CMake find_package(DBus1) comes up empty https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285364
--- Description --- 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_09h 56m37s/logs/PrusaSlicer-2.9.0.log
