Index: head/devel/kf5-solid/Makefile =================================================================== --- head/devel/kf5-solid/Makefile (revision 523057) +++ head/devel/kf5-solid/Makefile (revision 523058) @@ -1,20 +1,18 @@ # $FreeBSD$ PORTNAME= solid DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 hardware integration and detection USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm USE_QT= buildtools_build concurrent core dbus declarative gui linguisttools \ network qmake_build testlib widgets xml -OPTIONS_DEFINE= BSDISKS -BSDISKS_DESC= Use bsdisks instead of hald to mount drives -BSDISKS_CMAKE_BOOL= EXPERIMENTAL_BSDISKS -BSDISKS_RUN_DEPENDS= bsdisks:sysutils/bsdisks +CMAKE_ON= EXPERIMENTAL_BSDISKS .include Index: head/devel/kf5-solid/files/patch-CMakeLists.txt =================================================================== --- head/devel/kf5-solid/files/patch-CMakeLists.txt (nonexistent) +++ head/devel/kf5-solid/files/patch-CMakeLists.txt (revision 523058) @@ -0,0 +1,13 @@ +--- 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() + Property changes on: head/devel/kf5-solid/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/kf5-solid/pkg-message =================================================================== --- head/devel/kf5-solid/pkg-message (nonexistent) +++ head/devel/kf5-solid/pkg-message (revision 523058) @@ -0,0 +1,4 @@ +Solid now has UDisks2 backend turned on by default. If you want to use it, install +sysutils/bsdisks package and **disable** hald (set hald_enable="NO" in rc.conf or +just remove the package). If you want to stay with hald, don't install bsdisks, as +you'll get duplicated entries for removable disks. Property changes on: head/devel/kf5-solid/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property