/shells/rc/

062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/qtfm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-021-0/+3
| | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
* x11-fm/qtfm: unbreakswills2018-08-151-2/+3
| | | | | | | While here, drop maintainer per request. PR: 229959 Submitted by: fluffy
* Mark BROKEN: fails to buildantoine2018-07-221-0/+2
| | | | | | | | | c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -pthread -D_THREAD_SAFE -w -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4 -I. -Isrc -Ibuild -I/usr/local/include/qt4 -I/usr/local/include -o build/mymodel.o src/mymodel.cpp src/mymodel.cpp:24:10: fatal error: 'sys/inotify.h' file not found #include <sys/inotify.h> ^~~~~~~~~~~~~~~ Reported by: pkg-fallout