https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902
--- Comment #50 from Gleb Popov <arr...@freebsd.org> --- Instead of flavorization, let's try enabling both backends. Create a ${PORTSDIR}/devel/kf5-solid/files directory and drop the following patch there: --- CMakeLists.txt.orig 2019-12-07 21:50:54 UTC +++ CMakeLists.txt @@ -117,9 +117,8 @@ elseif (NOT ANDROID) endif() if(EXPERIMENTAL_BSDISKS) add_device_backend(udisks2) - else() - add_device_backend(hal) endif() + add_device_backend(hal) endif() add_device_backends_cmake() Name the patch "patch-CMakeLists.txt". This should cause solid to use bsdisks if it is installed and hal otherwise. -- You are receiving this mail because: You are the assignee for the bug.