Index: deskutils/plasma5-sddm-kcm/Makefile =================================================================== --- deskutils/plasma5-sddm-kcm/Makefile (revision 482290) +++ deskutils/plasma5-sddm-kcm/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= sddm-kcm DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org Index: deskutils/plasma5-sddm-kcm/files/patch-src_sessionmodel.cpp =================================================================== --- deskutils/plasma5-sddm-kcm/files/patch-src_sessionmodel.cpp (nonexistent) +++ deskutils/plasma5-sddm-kcm/files/patch-src_sessionmodel.cpp (working copy) @@ -0,0 +1,13 @@ +--- src/sessionmodel.cpp.orig 2018-10-17 14:10:44 UTC ++++ src/sessionmodel.cpp +@@ -46,8 +46,8 @@ public: + }; + + SessionModel::SessionModel(QObject *parent) : QAbstractListModel(parent), d(new SessionModelPrivate()) { +- loadDir("/usr/share/xsessions", SessionTypeX); +- loadDir("/usr/share/wayland-sessions", SessionTypeWayland); ++ loadDir("/usr/local/share/xsessions", SessionTypeX); ++ loadDir("/usr/local/share/wayland-sessions", SessionTypeWayland); + } + + SessionModel::~SessionModel() { Property changes on: deskutils/plasma5-sddm-kcm/files/patch-src_sessionmodel.cpp ___________________________________________________________________ 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