Index: x11-fm/qtfm/Makefile =================================================================== --- x11-fm/qtfm/Makefile (revision 475099) +++ x11-fm/qtfm/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= qtfm DISTVERSION= 5.5 +PORTREEVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://www.qtfm.org/ @@ -12,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build +LIB_DEPENDS= libinotify.so:devel/libinotify USES= dos2unix qmake qt:4 DOS2UNIX_REGEX= .*\.(h|cpp) Index: x11-fm/qtfm/files/patch-qtfm.pro =================================================================== --- x11-fm/qtfm/files/patch-qtfm.pro (revision 475101) +++ x11-fm/qtfm/files/patch-qtfm.pro (working copy) @@ -1,6 +1,15 @@ ---- qtfm.pro.orig 2012-04-30 17:08:07.093692960 -0500 -+++ qtfm.pro 2012-04-30 17:48:49.433021364 -0500 -@@ -55,7 +55,7 @@ trans.files += translations/qtfm_da.qm \ +--- qtfm.pro.orig 2012-06-04 19:48:11.000000000 +0800 ++++ qtfm.pro 2018-07-22 18:29:04.602178000 +0800 +@@ -31,7 +31,7 @@ + CONFIG += release warn_off thread + RESOURCES += resources.qrc + QT+= network +-LIBS += -lmagic ++LIBS += -lmagic -linotify + + TARGET = qtfm + target.path = /usr/bin +@@ -56,7 +56,7 @@ translations/qtfm_zh.qm \ translations/qtfm_zh_TW.qm Index: x11-fm/qtfm/files/patch-src_mymodel.h =================================================================== --- x11-fm/qtfm/files/patch-src_mymodel.h (revision 475101) +++ x11-fm/qtfm/files/patch-src_mymodel.h (nonexistent) @@ -1,28 +0,0 @@ ---- src/mymodel.h.orig 2012-07-11 19:01:59.919235618 -0500 -+++ src/mymodel.h 2012-07-11 19:03:41.246365243 -0500 -@@ -84,10 +84,8 @@ public: - bool realMimeTypes; - - public slots: -- void notifyChange(); -- void notifyProcess(int eventID); -- void eventTimeout(); -- void addWatcher(myModelItem* path); -+ void notifyChange(QString const& path); -+ void addToWatcher(myModelItem* path); - - signals: - void dragDropPaste(const QMimeData * data, QString newPath, QStringList cutList); -@@ -116,11 +114,7 @@ private: - QString currentRootPath; - QFileIconProvider* iconFactory; - -- int inotifyFD; -- QSocketNotifier *notifier; -- QHash watchers; -- QTimer eventTimer; -- int lastEventID; -+ QFileSystemWatcher *watcher; - }; - - #endif // MYMODEL_H Property changes on: x11-fm/qtfm/files/patch-src_mymodel.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property