MidnightBSD Magus

x11/lumina-core

Lumina Desktop Environment

Flavor Version Run OSVersion Arch License Restricted Status
1.4.1 468 2.1 amd64 bsd3 0 fail

Events

Machine Type Time Message
m2164 info 2021-11-02 14:34:30.651507 Test Started
m2164 fail 2021-11-02 14:37:24.613065 make build returned non-zero: 1
m2164 fail 2021-11-02 14:37:24.670864 Test complete.

Log

===>  Building for lumina-core-1.4.1
cd lumina-desktop/ && ( test -e Makefile || /usr/local/lib/qt5/bin/qmake -o Makefile /magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop/lumina-desktop.pro CONFIG+=WITH_I18N -spec /usr/local/lib/qt5/mkspecs/freebsd-clang QMAKE_CC=cc QMAKE_CXX=c++ QMAKE_LINK_C=cc QMAKE_LINK_C_SHLIB=cc QMAKE_LINK=c++ QMAKE_LINK_SHLIB=c++ 'QMAKE_CFLAGS=-O2 -pipe -fno-strict-aliasing' 'QMAKE_CXXFLAGS=-O2 -pipe -fno-strict-aliasing' QMAKE_LFLAGS= QMAKE_LIBS= QMAKE_CFLAGS_DEBUG= QMAKE_CFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= QMAKE_CXXFLAGS_RELEASE= PREFIX=/usr/local CONFIG+=release 'CONFIG-=debug separate_debug_info' ) && /usr/bin/make -f Makefile all
/usr/local/lib/qt5/bin/uic SystemWindow.ui -o .build/ui/ui_SystemWindow.h
/usr/local/lib/qt5/bin/uic BootSplash.ui -o .build/ui/ui_BootSplash.h
/usr/local/lib/qt5/bin/uic panel-plugins/userbutton/UserWidget.ui -o .build/ui/ui_UserWidget.h
/usr/local/lib/qt5/bin/uic panel-plugins/systemdashboard/SysMenuQuick.ui -o .build/ui/ui_SysMenuQuick.h
/usr/local/lib/qt5/bin/uic panel-plugins/systemstart/StartMenu.ui -o .build/ui/ui_StartMenu.h
/usr/local/lib/qt5/bin/uic panel-plugins/audioplayer/PPlayerWidget.ui -o .build/ui/ui_PPlayerWidget.h
/usr/local/lib/qt5/bin/uic desktop-plugins/audioplayer/PlayerWidget.ui -o .build/ui/ui_PlayerWidget.h
/usr/local/lib/qt5/bin/uic desktop-plugins/systemmonitor/MonitorWidget.ui -o .build/ui/ui_MonitorWidget.h
/usr/local/lib/qt5/bin/uic desktop-plugins/rssreader/RSSFeedPlugin.ui -o .build/ui/ui_RSSFeedPlugin.h
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/ResizeMenu.o ../libLumina/ResizeMenu.cpp
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LDesktopUtils.o ../libLumina/LDesktopUtils.cpp
../libLumina/LDesktopUtils.cpp:168:24: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  for(int i=0; iscreenCount(); i++){
                       ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:72:5: note: 'screenCount' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") int screenCount() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LDesktopUtils.cpp:169:15: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
     if(desk->screenGeometry(i).x()==0){
              ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LDesktopUtils.cpp:171:21: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
        screenGeom = desk->screenGeometry(i);
                           ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LDesktopUtils.cpp:402:65: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
    else if(var=="theme_styles"){ LTHEME::setCurrentStyles( val.split(",",QString::SkipEmptyParts) ); }
                                                                ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LDesktopUtils.cpp:462:17: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
      QProcess::execute(val);
                ^
/usr/local/include/qt5/QtCore/qprocess.h:262:5: note: 'execute' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
5 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LuminaOS-FreeBSD.o ../libLumina/LuminaOS-FreeBSD.cpp
../libLumina/LuminaOS-FreeBSD.cpp:235:13: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
  QProcess::startDetached("pc-mixer -notray");
            ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:246:21: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
  return (QProcess::execute("pgrep -F /tmp/.updateInProgress")==0); //this is 0 if updating right now
                    ^
/usr/local/include/qt5/QtCore/qprocess.h:262:5: note: 'execute' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:257:29: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
  if(skipupdates){QProcess::startDetached("shutdown -po now"); }
                            ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:258:19: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
  else{ QProcess::startDetached("shutdown -p now"); }
                  ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:265:15: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
    QProcess::startDetached("shutdown -ro now");
              ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:267:120: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
    if(activeupdates && LUtils::isValidBinary("pc-updatemanager") && LOS::systemPendingUpdates().isEmpty()){ QProcess::startDetached("pc-updatemanager startupdate"); }
                                                                                                                       ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:268:21: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
    else{ QProcess::startDetached("shutdown -r now"); }
                    ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:275:86: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
  bool ok = LUtils::getCmdOutput("sysctl -n hw.acpi.supported_sleep_state").join("").split(" ",QString::SkipEmptyParts).contains(state);
                                                                                     ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:410:30: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
  QStringList labs = info[1].split(" ",QString::SkipEmptyParts);
                             ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:415:30: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
    if(i==1){ labs = info[i].split(" ", QString::SkipEmptyParts); }//the labels for each column
                             ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaOS-FreeBSD.cpp:417:34: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
      QStringList data = info[i].split(" ",QString::SkipEmptyParts); //data[0] is always the device
                                 ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
11 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LUtils.o ../libLumina/LUtils.cpp
../libLumina/LUtils.cpp:63:33: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
  if(arguments.isEmpty()){ proc.start(command); }
                                ^
/usr/local/include/qt5/QtCore/qprocess.h:164:5: note: 'start' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
1 warning generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LuminaThemes.o ../libLumina/LuminaThemes.cpp
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LuminaXDG.o ../libLumina/LuminaXDG.cpp
../libLumina/LuminaXDG.cpp:115:60: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
    else if(var=="Categories" && insection){ catList = val.split(";",QString::SkipEmptyParts); }
                                                           ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaXDG.cpp:116:63: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
    else if(var=="OnlyShowIn" && insection){ showInList = val.split(";",QString::SkipEmptyParts); }
                                                              ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaXDG.cpp:117:65: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
    else if(var=="NotShowIn" && insection){ notShowInList = val.split(";",QString::SkipEmptyParts); }
                                                                ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaXDG.cpp:119:60: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
    else if(var=="Actions" && insection){ actionList = val.split(";",QString::SkipEmptyParts); }
                                                           ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaXDG.cpp:120:59: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
    else if(var=="MimeType" && insection){ mimeList = val.split(";",QString::SkipEmptyParts); }
                                                          ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaXDG.cpp:122:61: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
      if(keyList.isEmpty() && loc.isEmpty()){ keyList = val.split(";",QString::SkipEmptyParts); }
                                                            ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaXDG.cpp:123:43: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
      else if(loc == lang){ keyList = val.split(";",QString::SkipEmptyParts); }
                                          ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaXDG.cpp:1009:47: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
        deps = deps.first().section("=",1,-1).split(";",QString::SkipEmptyParts);
                                              ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaXDG.cpp:1277:57: warning: 'split' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
        QStringList files = matches[j].section("=",1,1).split(";",QString::SkipEmptyParts);
                                                        ^
/usr/local/include/qt5/QtCore/qstring.h:608:23: note: 'split' has been explicitly marked deprecated here
    Q_REQUIRED_RESULT QT_DEPRECATED_VERSION_X_5_15("Use Qt::SplitBehavior variant instead")
                      ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
9 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LFileInfo.o ../libLumina/LFileInfo.cpp
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LuminaX11.o ../libLumina/LuminaX11.cpp
../libLumina/LuminaX11.cpp:461:26: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
    for(int i=0; iscreenCount(); i++){
                         ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:72:5: note: 'screenCount' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") int screenCount() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaX11.cpp:462:27: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
      QRect sgeom = desk->screenGeometry(i);
                          ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
../libLumina/LuminaX11.cpp:499:23: warning: 'byteCount' is deprecated: Use sizeInBytes [-Wdeprecated-declarations]
        for(int i=0; idelta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from main.cpp:19:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from main.cpp:19:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
main.cpp:88:44: warning: 'start' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
    if(DEBUG){ timer = new QTime(); timer->start(); }
                                           ^
/usr/local/include/qt5/QtCore/qdatetime.h:235:5: note: 'start' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
main.cpp:89:55: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
    if(DEBUG){ qDebug() << "Session Setup:" << timer->elapsed(); }
                                                      ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
main.cpp:91:51: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
    if(DEBUG){ qDebug() << "Exec Time:" << timer->elapsed(); delete timer;}
                                                  ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
7 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/WMProcess.o WMProcess.cpp
In file included from WMProcess.cpp:8:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from WMProcess.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from WMProcess.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from WMProcess.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
WMProcess.cpp:30:26: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
  if(!isRunning()){this->start(cmd); }
                         ^
/usr/local/include/qt5/QtCore/qprocess.h:164:5: note: 'start' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
WMProcess.cpp:63:18: warning: 'pid' is deprecated: Use processId() instead [-Wdeprecated-declarations]
    ::kill(this->pid(), SIGUSR2); //send fluxbox the signal to reload it's configuration
                 ^
/usr/local/include/qt5/QtCore/qprocess.h:236:5: note: 'pid' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use processId() instead")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
6 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LXcbEventFilter.o LXcbEventFilter.cpp
In file included from LXcbEventFilter.cpp:7:
In file included from ./LXcbEventFilter.h:21:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LXcbEventFilter.cpp:7:
In file included from ./LXcbEventFilter.h:21:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LXcbEventFilter.cpp:7:
In file included from ./LXcbEventFilter.h:21:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LXcbEventFilter.cpp:7:
In file included from ./LXcbEventFilter.h:21:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LSession.o LSession.cpp
In file included from LSession.cpp:7:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LSession.cpp:7:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LSession.cpp:7:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LSession.cpp:7:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LSession.cpp:19:
../libLumina/ExternalProcess.h:84:29: warning: 'start' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
          if(args.isEmpty()){ tmp->start(program); }
                                   ^
/usr/local/include/qt5/QtCore/qprocess.h:164:5: note: 'start' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:93:3: warning: 'qsrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
  qsrand( QTime::currentTime().msec() );
  ^
/usr/local/include/qt5/QtCore/qglobal.h:1278:15: note: 'qsrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") void qsrand(uint seed);
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:101:42: warning: 'start' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ timer = new QTime(); timer->start(); qDebug() << " - Init srand:" << timer->elapsed();}
                                         ^
/usr/local/include/qt5/QtCore/qdatetime.h:235:5: note: 'start' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:101:90: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ timer = new QTime(); timer->start(); qDebug() << " - Init srand:" << timer->elapsed();}
                                                                                         ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:105:57: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Init QSettings:" << timer->elapsed();}
                                                        ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:130:59: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Init System Tray:" << timer->elapsed();}
                                                          ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:136:55: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Init AppMenu:" << timer->elapsed();}
                                                      ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:140:60: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Init SettingsMenu:" << timer->elapsed();}
                                                           ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:142:60: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Init SystemWindow:" << timer->elapsed();}
                                                           ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:147:56: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Init Desktops:" << timer->elapsed();}
                                                       ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:156:66: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Init QFileSystemWatcher:" << timer->elapsed();}
                                                                 ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:177:62: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Launch Startup Apps:" << timer->elapsed();}
                                                             ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:183:61: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Close Splashscreen:" << timer->elapsed();}
                                                            ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:186:56: warning: 'elapsed' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << " - Init Finished:" << timer->elapsed(); delete timer;}
                                                       ^
/usr/local/include/qt5/QtCore/qdatetime.h:237:5: note: 'elapsed' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:286:17: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
      QProcess::startDetached("numlockx on");
                ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:288:17: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
      QProcess::startDetached("numlockx off");
                ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:421:16: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  int sC = DW->screenCount();
               ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:72:5: note: 'screenCount' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") int screenCount() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:426:85: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  for(int i=0; iscreenGeometry(i); }
                                                                                    ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:450:18: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  if ( sC != DW->screenCount() ) {
                 ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:72:5: note: 'screenCount' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") int screenCount() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:459:89: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
    if ( DESKTOPS[i]->Screen() < 0 || DESKTOPS[i]->Screen() >= sC || geoms.contains(DW->screenGeometry(DESKTOPS[i]->Screen())) ) {
                                                                                        ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:471:15: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
        geoms << DW->screenGeometry(DESKTOPS[i]->Screen());
                     ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:480:50: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
    if(!dnums.contains(i) && !geoms.contains(DW->screenGeometry(i)) ){
                                                 ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:484:20: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
      geoms << DW->screenGeometry(i);
                   ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:429:8: warning: unused variable 'numchange' [-Wunused-variable]
  bool numchange = DESKTOPS.length()!=sC;
       ^
LSession.cpp:537:26: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
    if( this->desktop()->screenGeometry(DESKTOPS[i]->Screen()).contains(geom.center()) ){
                         ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:601:41: warning: 'screenCount' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  if(num < 0 || num >= this->desktop()->screenCount() ){ return QRect(); }
                                        ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:72:5: note: 'screenCount' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") int screenCount() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LSession.cpp:602:33: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  QRect geom = this->desktop()->screenGeometry(num);
                                ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
31 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LDesktop.o LDesktop.cpp
In file included from LDesktop.cpp:7:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:21:
In file included from ./panel-plugins/battery/LBattery.h:19:
./panel-plugins/battery/../../Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktop.cpp:7:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktop.cpp:7:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktop.cpp:7:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:111:13: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
  QProcess::startDetached("xscreensaver-command -lock");
            ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:210:79: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  if(DEBUG){ qDebug() << "Desktop #"< "<< LSession::desktop()->screenGeometry(Screen()) << LSession::handle()->screenGeom(Screen()); }
                                                                              ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:243:41: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
      if(grid<0 && LSession::desktop()->screenGeometry(Screen()).height() > 2000){ grid = 200; }
                                        ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:420:35: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  if(cur<0 &&LSession::desktop()->screenGeometry(Screen()).height() > 2000){ cur = 200; }
                                  ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:432:35: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  if(cur<0 &&LSession::desktop()->screenGeometry(Screen()).height() > 2000){ cur = 200; }
                                  ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:480:39: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  QRegion visReg(LSession::desktop()->screenGeometry(Screen()) ); //visible region (not hidden behind a panel)
                                      ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:511:57: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  rec.moveTopLeft( QPoint( rec.x()-LSession::desktop()->screenGeometry(Screen()).x() , rec.y()-LSession::desktop()->screenGeometry(Screen()).y() ) );
                                                        ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:511:117: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  rec.moveTopLeft( QPoint( rec.x()-LSession::desktop()->screenGeometry(Screen()).x() , rec.y()-LSession::desktop()->screenGeometry(Screen()).y() ) );
                                                                                                                    ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:515:48: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  bgDesktop->setGeometry( LSession::desktop()->screenGeometry(Screen()));
                                               ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktop.cpp:582:19: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
    int index = ( qrand() % bgL.length() );
                  ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
14 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LDesktopBackground.o LDesktopBackground.cpp
In file included from LDesktopBackground.cpp:13:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktopBackground.cpp:13:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktopBackground.cpp:13:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktopBackground.cpp:13:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LDesktopPluginSpace.o LDesktopPluginSpace.cpp
In file included from LDesktopPluginSpace.cpp:7:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktopPluginSpace.cpp:8:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktopPluginSpace.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LDesktopPluginSpace.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
LDesktopPluginSpace.cpp:85:42: warning: unused parameter 'oldgrid' [-Wunused-parameter]
void LDesktopPluginSpace::UpdateGeom(int oldgrid){
                                         ^
5 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LPanel.o LPanel.cpp
In file included from LPanel.cpp:7:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:21:
In file included from ./panel-plugins/battery/LBattery.h:19:
./panel-plugins/battery/../../Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LPanel.cpp:7:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LPanel.cpp:7:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LPanel.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LWinInfo.o LWinInfo.cpp
In file included from LWinInfo.cpp:11:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LWinInfo.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LWinInfo.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from LWinInfo.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/AppMenu.o AppMenu.cpp
In file included from AppMenu.cpp:8:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from AppMenu.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from AppMenu.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from AppMenu.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/SettingsMenu.o SettingsMenu.cpp
In file included from SettingsMenu.cpp:8:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from SettingsMenu.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from SettingsMenu.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from SettingsMenu.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/SystemWindow.o SystemWindow.cpp
In file included from SystemWindow.cpp:4:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from SystemWindow.cpp:4:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from SystemWindow.cpp:4:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from SystemWindow.cpp:4:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
SystemWindow.cpp:52:44: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screenAt() [-Wdeprecated-declarations]
  QPoint center = QApplication::desktop()->screenGeometry(QCursor::pos()).center(); //get the center of the current screen
                                           ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:80:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screenAt()") const QRect screenGeometry(const QPoint &point) const
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
SystemWindow.cpp:117:13: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
  QProcess::startDetached("xscreensaver-command -lock");
            ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
6 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/BootSplash.o BootSplash.cpp
BootSplash.cpp:14:41: warning: 'screenGeometry' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  QPoint ctr = QApplication::desktop()->screenGeometry().center();
                                        ^
/usr/local/include/qt5/QtWidgets/qdesktopwidget.h:79:5: note: 'screenGeometry' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
BootSplash.cpp:38:17: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
    int index = qrand()%46; //Make sure this number matches the length of the case below (max value +1)
                ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
2 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LDPlugin.o desktop-plugins/LDPlugin.cpp
In file included from desktop-plugins/LDPlugin.cpp:9:
In file included from desktop-plugins/../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/LDPlugin.cpp:9:
In file included from desktop-plugins/../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/LDPlugin.cpp:9:
In file included from desktop-plugins/../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/LDPlugin.cpp:9:
In file included from desktop-plugins/../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LUserButton.o panel-plugins/userbutton/LUserButton.cpp
In file included from panel-plugins/userbutton/LUserButton.cpp:8:
In file included from panel-plugins/userbutton/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/userbutton/LUserButton.cpp:8:
In file included from panel-plugins/userbutton/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/userbutton/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/userbutton/../taskmanager/LTaskButton.h:26:
panel-plugins/userbutton/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/userbutton/LUserButton.cpp:8:
In file included from panel-plugins/userbutton/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/userbutton/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/userbutton/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/userbutton/LUserButton.cpp:8:
In file included from panel-plugins/userbutton/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/UserWidget.o panel-plugins/userbutton/UserWidget.cpp
In file included from panel-plugins/userbutton/UserWidget.cpp:9:
In file included from panel-plugins/userbutton/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/userbutton/UserWidget.cpp:9:
In file included from panel-plugins/userbutton/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/userbutton/UserWidget.cpp:9:
In file included from panel-plugins/userbutton/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/userbutton/UserWidget.cpp:9:
In file included from panel-plugins/userbutton/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/UserItemWidget.o panel-plugins/userbutton/UserItemWidget.cpp
panel-plugins/userbutton/UserItemWidget.cpp:182:12: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
        QProcess::startDetached("rm -r \""+icon->whatsThis()+"\"");
                  ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
1 warning generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LDeskBar.o panel-plugins/desktopbar/LDeskBar.cpp
In file included from panel-plugins/desktopbar/LDeskBar.cpp:8:
In file included from panel-plugins/desktopbar/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/desktopbar/LDeskBar.cpp:8:
In file included from panel-plugins/desktopbar/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/desktopbar/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/desktopbar/../taskmanager/LTaskButton.h:26:
panel-plugins/desktopbar/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/desktopbar/LDeskBar.cpp:8:
In file included from panel-plugins/desktopbar/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/desktopbar/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/desktopbar/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/desktopbar/LDeskBar.cpp:8:
In file included from panel-plugins/desktopbar/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/desktopbar/LDeskBar.cpp:18:38: warning: 'execute' is deprecated: Use QProcess::execute(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
  if(!QFile::exists(fav)){ QProcess::execute("touch \""+fav+"\""); }
                                     ^
/usr/local/include/qt5/QtCore/qprocess.h:262:5: note: 'execute' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/desktopbar/LDeskBar.cpp:132:12: warning: unused variable 'ok' [-Wunused-variable]
      bool ok = false;
           ^
6 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LTaskManagerPlugin.o panel-plugins/taskmanager/LTaskManagerPlugin.cpp
In file included from panel-plugins/taskmanager/LTaskManagerPlugin.cpp:7:
In file included from panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/taskmanager/LTaskButton.h:26:
In file included from panel-plugins/taskmanager/../LTBWidget.h:14:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/taskmanager/LTaskManagerPlugin.cpp:7:
In file included from panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/taskmanager/LTaskButton.h:26:
panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/taskmanager/LTaskManagerPlugin.cpp:7:
In file included from panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/taskmanager/LTaskManagerPlugin.cpp:8:
In file included from panel-plugins/taskmanager/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LTaskButton.o panel-plugins/taskmanager/LTaskButton.cpp
In file included from panel-plugins/taskmanager/LTaskButton.cpp:7:
In file included from panel-plugins/taskmanager/LTaskButton.h:26:
In file included from panel-plugins/taskmanager/../LTBWidget.h:14:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/taskmanager/LTaskButton.cpp:7:
In file included from panel-plugins/taskmanager/LTaskButton.h:26:
panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/taskmanager/LTaskButton.cpp:7:
panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/taskmanager/LTaskButton.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LSysTray.o panel-plugins/systemtray/LSysTray.cpp
In file included from panel-plugins/systemtray/LSysTray.cpp:8:
In file included from panel-plugins/systemtray/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemtray/LSysTray.cpp:8:
In file included from panel-plugins/systemtray/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/systemtray/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/systemtray/../taskmanager/LTaskButton.h:26:
panel-plugins/systemtray/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemtray/LSysTray.cpp:8:
In file included from panel-plugins/systemtray/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/systemtray/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/systemtray/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemtray/LSysTray.cpp:8:
In file included from panel-plugins/systemtray/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/TrayIcon.o panel-plugins/systemtray/TrayIcon.cpp
In file included from panel-plugins/systemtray/TrayIcon.cpp:9:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemtray/TrayIcon.cpp:9:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemtray/TrayIcon.cpp:9:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemtray/TrayIcon.cpp:9:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LClock.o panel-plugins/clock/LClock.cpp
In file included from panel-plugins/clock/LClock.cpp:8:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/clock/LClock.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/clock/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/clock/../taskmanager/LTaskButton.h:26:
panel-plugins/clock/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/clock/LClock.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/clock/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/clock/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/clock/LClock.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/clock/LClock.cpp:82:54: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
      if(this->size().width() < (this->fontMetrics().width(label.section("\n",i,i))+10 )&& label.section("\n",i,i).contains(" ")){
                                                     ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/clock/LClock.cpp:103:24: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
        lwid = metrics.width(lines[i]);
                       ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/clock/LClock.cpp:108:45: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
     this->setMaximumWidth(wid + (4*metrics.width("O")));
                                            ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
7 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LBattery.o panel-plugins/battery/LBattery.cpp
In file included from panel-plugins/battery/LBattery.cpp:7:
In file included from panel-plugins/battery/LBattery.h:19:
panel-plugins/battery/../../Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/battery/LBattery.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/battery/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/battery/../taskmanager/LTaskButton.h:26:
panel-plugins/battery/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/battery/LBattery.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/battery/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/battery/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/battery/LBattery.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LDesktopSwitcher.o panel-plugins/desktopswitcher/LDesktopSwitcher.cpp
In file included from panel-plugins/desktopswitcher/LDesktopSwitcher.cpp:8:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/desktopswitcher/LDesktopSwitcher.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/desktopswitcher/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/desktopswitcher/../taskmanager/LTaskButton.h:26:
panel-plugins/desktopswitcher/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/desktopswitcher/LDesktopSwitcher.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/desktopswitcher/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/desktopswitcher/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/desktopswitcher/LDesktopSwitcher.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LSysDashboard.o panel-plugins/systemdashboard/LSysDashboard.cpp
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/SysMenuQuick.o panel-plugins/systemdashboard/SysMenuQuick.cpp
In file included from panel-plugins/systemdashboard/SysMenuQuick.cpp:10:
In file included from panel-plugins/systemdashboard/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemdashboard/SysMenuQuick.cpp:10:
In file included from panel-plugins/systemdashboard/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemdashboard/SysMenuQuick.cpp:10:
In file included from panel-plugins/systemdashboard/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemdashboard/SysMenuQuick.cpp:10:
In file included from panel-plugins/systemdashboard/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LHomeButton.o panel-plugins/showdesktop/LHomeButton.cpp
In file included from panel-plugins/showdesktop/LHomeButton.cpp:8:
In file included from panel-plugins/showdesktop/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/showdesktop/LHomeButton.cpp:8:
In file included from panel-plugins/showdesktop/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/showdesktop/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/showdesktop/../taskmanager/LTaskButton.h:26:
panel-plugins/showdesktop/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/showdesktop/LHomeButton.cpp:8:
In file included from panel-plugins/showdesktop/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/showdesktop/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/showdesktop/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/showdesktop/LHomeButton.cpp:8:
In file included from panel-plugins/showdesktop/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LAppMenuPlugin.o panel-plugins/appmenu/LAppMenuPlugin.cpp
In file included from panel-plugins/appmenu/LAppMenuPlugin.cpp:8:
In file included from panel-plugins/appmenu/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/appmenu/LAppMenuPlugin.cpp:8:
In file included from panel-plugins/appmenu/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/appmenu/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/appmenu/../taskmanager/LTaskButton.h:26:
panel-plugins/appmenu/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/appmenu/LAppMenuPlugin.cpp:8:
In file included from panel-plugins/appmenu/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/appmenu/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/appmenu/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/appmenu/LAppMenuPlugin.cpp:8:
In file included from panel-plugins/appmenu/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/AppLaunchButton.o panel-plugins/applauncher/AppLaunchButton.cpp
In file included from panel-plugins/applauncher/AppLaunchButton.cpp:8:
In file included from panel-plugins/applauncher/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/applauncher/AppLaunchButton.cpp:8:
In file included from panel-plugins/applauncher/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/applauncher/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/applauncher/../taskmanager/LTaskButton.h:26:
panel-plugins/applauncher/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/applauncher/AppLaunchButton.cpp:8:
In file included from panel-plugins/applauncher/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/applauncher/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/applauncher/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/applauncher/AppLaunchButton.cpp:8:
In file included from panel-plugins/applauncher/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LStartButton.o panel-plugins/systemstart/LStartButton.cpp
In file included from panel-plugins/systemstart/LStartButton.cpp:8:
In file included from panel-plugins/systemstart/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/LStartButton.cpp:8:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/systemstart/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/systemstart/../taskmanager/LTaskButton.h:26:
panel-plugins/systemstart/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/LStartButton.cpp:8:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/systemstart/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/systemstart/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/LStartButton.cpp:8:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/systemstart/LStartButton.cpp:30:133: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
  QSize saved = LSession::handle()->DesktopPluginSettings()->value("panelPlugs/"+this->type()+"/MenuSize",QSize(this->fontMetrics().width("x")*30 ,screenSize.height()/1.8)).toSize();
                                                                                                                                    ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
5 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/StartMenu.o panel-plugins/systemstart/StartMenu.cpp
In file included from panel-plugins/systemstart/StartMenu.cpp:10:
In file included from panel-plugins/systemstart/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/StartMenu.cpp:10:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/StartMenu.cpp:10:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/StartMenu.cpp:10:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/ItemWidget.o panel-plugins/systemstart/ItemWidget.cpp
In file included from panel-plugins/systemstart/ItemWidget.cpp:10:
In file included from panel-plugins/systemstart/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/ItemWidget.cpp:10:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/ItemWidget.cpp:10:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/systemstart/ItemWidget.cpp:10:
In file included from panel-plugins/systemstart/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/systemstart/ItemWidget.cpp:242:12: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations]
  if(icon->pixmap()!=0){
           ^
/usr/local/include/qt5/QtWidgets/qlabel.h:77:5: note: 'pixmap' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X(5, 15, "Use the other overload which returns QPixmap by-value")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:382:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
#define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
                                                    ^
:214:1: note: expanded from here
QT_DEPRECATED_VERSION_X_5
^
/usr/local/include/qt5/QtCore/qglobal.h:381:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
#define QT_DEPRECATED_VERSION_X_5(minor, text)      QT_DEPRECATED_VERSION_X_5_##minor(text)
                                                    ^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/systemstart/ItemWidget.cpp:243:14: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations]
    if(icon->pixmap()->size().height() < H ){
             ^
/usr/local/include/qt5/QtWidgets/qlabel.h:77:5: note: 'pixmap' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X(5, 15, "Use the other overload which returns QPixmap by-value")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:382:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
#define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
                                                    ^
:214:1: note: expanded from here
QT_DEPRECATED_VERSION_X_5
^
/usr/local/include/qt5/QtCore/qglobal.h:381:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
#define QT_DEPRECATED_VERSION_X_5(minor, text)      QT_DEPRECATED_VERSION_X_5_##minor(text)
                                                    ^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/systemstart/ItemWidget.cpp:255:20: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations]
    }else if(icon->pixmap()->size().height() > H ){
                   ^
/usr/local/include/qt5/QtWidgets/qlabel.h:77:5: note: 'pixmap' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X(5, 15, "Use the other overload which returns QPixmap by-value")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:382:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
#define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
                                                    ^
:214:1: note: expanded from here
QT_DEPRECATED_VERSION_X_5
^
/usr/local/include/qt5/QtCore/qglobal.h:381:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
#define QT_DEPRECATED_VERSION_X_5(minor, text)      QT_DEPRECATED_VERSION_X_5_##minor(text)
                                                    ^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
panel-plugins/systemstart/ItemWidget.cpp:256:30: warning: 'pixmap' is deprecated: Use the other overload which returns QPixmap by-value [-Wdeprecated-declarations]
      icon->setPixmap( icon->pixmap()->scaled(H, H, Qt::IgnoreAspectRatio, Qt::SmoothTransformation) );
                             ^
/usr/local/include/qt5/QtWidgets/qlabel.h:77:5: note: 'pixmap' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X(5, 15, "Use the other overload which returns QPixmap by-value")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:382:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
#define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
                                                    ^
:214:1: note: expanded from here
QT_DEPRECATED_VERSION_X_5
^
/usr/local/include/qt5/QtCore/qglobal.h:381:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
#define QT_DEPRECATED_VERSION_X_5(minor, text)      QT_DEPRECATED_VERSION_X_5_##minor(text)
                                                    ^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
8 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/LPAudioPlayer.o panel-plugins/audioplayer/LPAudioPlayer.cpp
In file included from panel-plugins/audioplayer/LPAudioPlayer.cpp:7:
In file included from panel-plugins/audioplayer/LPAudioPlayer.h:10:
panel-plugins/audioplayer/../../Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/audioplayer/LPAudioPlayer.cpp:7:
In file included from panel-plugins/audioplayer/LPAudioPlayer.h:11:
panel-plugins/audioplayer/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/audioplayer/LPAudioPlayer.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/audioplayer/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/audioplayer/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/audioplayer/LPAudioPlayer.cpp:8:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/PPlayerWidget.o panel-plugins/audioplayer/PPlayerWidget.cpp
panel-plugins/audioplayer/PPlayerWidget.cpp:225:35: warning: 'canonicalUrl' is deprecated: Use QMediaContent::request().url() [-Wdeprecated-declarations]
    QUrl url = PLAYLIST->media(i).canonicalUrl();
                                  ^
/usr/local/include/qt5/QtMultimedia/qmediacontent.h:78:5: note: 'canonicalUrl' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QMediaContent::request().url()") QUrl canonicalUrl() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
1 warning generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/PPJsonMenu.o panel-plugins/jsonmenu/PPJsonMenu.cpp
In file included from panel-plugins/jsonmenu/PPJsonMenu.cpp:7:
In file included from panel-plugins/jsonmenu/PPJsonMenu.h:10:
panel-plugins/jsonmenu/../../Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/jsonmenu/PPJsonMenu.cpp:8:
In file included from panel-plugins/jsonmenu/../../JsonMenu.h:21:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/jsonmenu/../taskmanager/LTaskManagerPlugin.h:23:
In file included from panel-plugins/jsonmenu/../taskmanager/LTaskButton.h:26:
panel-plugins/jsonmenu/../taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/jsonmenu/PPJsonMenu.cpp:8:
In file included from panel-plugins/jsonmenu/../../JsonMenu.h:21:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from panel-plugins/jsonmenu/../taskmanager/LTaskManagerPlugin.h:23:
panel-plugins/jsonmenu/../taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from panel-plugins/jsonmenu/PPJsonMenu.cpp:8:
In file included from panel-plugins/jsonmenu/../../JsonMenu.h:21:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/AppLauncherPlugin.o desktop-plugins/applauncher/AppLauncherPlugin.cpp
In file included from desktop-plugins/applauncher/AppLauncherPlugin.cpp:2:
In file included from desktop-plugins/applauncher/../../LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/applauncher/AppLauncherPlugin.cpp:2:
In file included from desktop-plugins/applauncher/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/applauncher/AppLauncherPlugin.cpp:2:
In file included from desktop-plugins/applauncher/../../LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/applauncher/AppLauncherPlugin.cpp:2:
In file included from desktop-plugins/applauncher/../../LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/applauncher/AppLauncherPlugin.cpp:3:
desktop-plugins/applauncher/OutlineToolButton.h:79:37: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
            qreal OWidth = opt.fontMetrics.width("o")/2.0;
                                           ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/applauncher/AppLauncherPlugin.cpp:3:
desktop-plugins/applauncher/OutlineToolButton.h:85:57: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
              path.addText(box.center().x() - (opt.fontMetrics.width(txt[i])/2), box.y()+((i+1)*(box.height()/txt.length()))-opt.fontMetrics.descent(), opt.font, txt[i] );
                                                               ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
desktop-plugins/applauncher/AppLauncherPlugin.cpp:168:30: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
    if(button->fontMetrics().width(txt) > (button->width()-OUTMARGIN) ){
                             ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
desktop-plugins/applauncher/AppLauncherPlugin.cpp:177:54: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
          if(( i+1fontMetrics().width(txtL[i]) < button->width()/2) ){
                                                            ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
desktop-plugins/applauncher/AppLauncherPlugin.cpp:262:42: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
  if(QFileInfo(path).isDir()){ QProcess::startDetached("rm -r \""+path+"\""); }
                                         ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
9 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/DesktopViewPlugin.o desktop-plugins/desktopview/DesktopViewPlugin.cpp
In file included from desktop-plugins/desktopview/DesktopViewPlugin.cpp:10:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/desktopview/DesktopViewPlugin.cpp:10:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/desktopview/DesktopViewPlugin.cpp:10:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/desktopview/DesktopViewPlugin.cpp:10:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
desktop-plugins/desktopview/DesktopViewPlugin.cpp:96:17: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
      QProcess::startDetached("rm -r \""+sel[i]->whatsThis()+"\"");
                ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
desktop-plugins/desktopview/DesktopViewPlugin.cpp:183:28: warning: 'width' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
    if(this->fontMetrics().width(txt) > (gridSZ.width()-4) ){
                           ^
/usr/local/include/qt5/QtGui/qfontmetrics.h:105:5: note: 'width' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QFontMetrics::horizontalAdvance")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
6 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/NotepadPlugin.o desktop-plugins/notepad/NotepadPlugin.cpp
In file included from desktop-plugins/notepad/NotepadPlugin.cpp:4:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/notepad/NotepadPlugin.cpp:4:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/notepad/NotepadPlugin.cpp:4:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/notepad/NotepadPlugin.cpp:4:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/PlayerWidget.o desktop-plugins/audioplayer/PlayerWidget.cpp
desktop-plugins/audioplayer/PlayerWidget.cpp:225:35: warning: 'canonicalUrl' is deprecated: Use QMediaContent::request().url() [-Wdeprecated-declarations]
    QUrl url = PLAYLIST->media(i).canonicalUrl();
                                  ^
/usr/local/include/qt5/QtMultimedia/qmediacontent.h:78:5: note: 'canonicalUrl' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QMediaContent::request().url()") QUrl canonicalUrl() const;
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
1 warning generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/MonitorWidget.o desktop-plugins/systemmonitor/MonitorWidget.cpp
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/RSSFeedPlugin.o desktop-plugins/rssreader/RSSFeedPlugin.cpp
In file included from desktop-plugins/rssreader/RSSFeedPlugin.cpp:11:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/rssreader/RSSFeedPlugin.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/rssreader/RSSFeedPlugin.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/rssreader/RSSFeedPlugin.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
c++ -c -O2 -pipe -fno-strict-aliasing -std=gnu++11 -Wall -Wextra -pthread -fPIC -DPREFIX=QString\(\"/usr/local\"\) -DL_ETCDIR=QString\(\"/usr/local/etc\"\) -DL_SHAREDIR=QString\(\"/usr/local/share\"\) -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../libLumina -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.build/moc -I/usr/local/include/libdrm -I.build/ui -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .build/obj/RSSObjects.o desktop-plugins/rssreader/RSSObjects.cpp
In file included from desktop-plugins/rssreader/RSSObjects.cpp:11:
In file included from ./LSession.h:25:
./Globals.h:44:22: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
            return QString::null;
                            ^
/usr/local/include/qt5/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
In file included from ./panel-plugins/taskmanager/LTaskButton.h:26:
./panel-plugins/taskmanager/../LTBWidget.h:65:24: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
          int change = event->delta()/120; // 1/15th of a rotation (delta/120) is usually one "click" of the wheel
                              ^
/usr/local/include/qt5/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:29:
In file included from ./LPanel.h:24:
In file included from ./panel-plugins/NewPP.h:23:
In file included from ./panel-plugins/taskmanager/LTaskManagerPlugin.h:23:
./panel-plugins/taskmanager/LTaskButton.h:76:25: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
            QTimer::singleShot(qrand()%100+500, this, SLOT(UpdateButton()) );
                               ^
/usr/local/include/qt5/QtCore/qglobal.h:1279:15: note: 'qrand' has been explicitly marked deprecated here
Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
              ^
/usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:11:
In file included from ./LSession.h:29:
In file included from ./LDesktop.h:32:
./LDesktopPluginSpace.h:184:57: warning: 'startDetached' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
              if(!info.isSymLink() && info.isDir()){ QProcess::startDetached("rm -r \""+info.absoluteFilePath()+"\""); }
                                                               ^
/usr/local/include/qt5/QtCore/qprocess.h:277:5: note: 'startDetached' has been explicitly marked deprecated here
    QT_DEPRECATED_X(
    ^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
desktop-plugins/rssreader/RSSObjects.cpp:348:17: error: member access into incomplete type 'const QSslError'
    if(errors[i].error()==QSslError::SelfSignedCertificate || errors[i].error()==QSslError::SelfSignedCertificateInChain){ ok++; }
                ^
/usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:65:7: note: forward declaration of 'QSslError'
class QSslError;
      ^
desktop-plugins/rssreader/RSSObjects.cpp:349:58: error: member access into incomplete type 'const QSslError'
    else{ qDebug() << "Unhandled SSL Error:" << errors[i].errorString(); }
                                                         ^
/usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:65:7: note: forward declaration of 'QSslError'
class QSslError;
      ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:7:
In file included from desktop-plugins/rssreader/RSSObjects.h:10:
In file included from /usr/local/include/qt5/QtNetwork/QNetworkAccessManager:1:
In file included from /usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:43:
In file included from /usr/local/include/qt5/QtNetwork/qtnetworkglobal.h:43:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:45:
/usr/include/c++/v1/type_traits:3351:38: error: incomplete type 'QSslError' used in type trait expression
    : public integral_constant
                                     ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:66:17: note: in instantiation of template class 'std::__1::is_trivial' requested here
    return std::is_trivial::value;
                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:84:22: note: in instantiation of function template specialization 'qIsTrivial' requested here
        isComplex = !qIsTrivial(),
                     ^
/usr/local/include/qt5/QtCore/qlist.h:152:40: note: in instantiation of template class 'QTypeInfo' requested here
        { return *reinterpret_cast(QTypeInfo::isLarge || QTypeInfo::isStatic
                                       ^
/usr/local/include/qt5/QtCore/qlist.h:576:44: note: in instantiation of member function 'QList::Node::t' requested here
 return reinterpret_cast(p.at(i))->t(); }
                                           ^
desktop-plugins/rssreader/RSSObjects.cpp:348:14: note: in instantiation of member function 'QList::operator[]' requested here
    if(errors[i].error()==QSslError::SelfSignedCertificate || errors[i].error()==QSslError::SelfSignedCertificateInChain){ ok++; }
             ^
/usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:65:7: note: forward declaration of 'QSslError'
class QSslError;
      ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:7:
In file included from desktop-plugins/rssreader/RSSObjects.h:10:
In file included from /usr/local/include/qt5/QtNetwork/QNetworkAccessManager:1:
In file included from /usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:43:
In file included from /usr/local/include/qt5/QtNetwork/qtnetworkglobal.h:43:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:1300:
/usr/local/include/qt5/QtCore/qtypeinfo.h:84:22: error: expression is not an integral constant expression
        isComplex = !qIsTrivial(),
                    ~^~~~~~~~~~~~~~~
/usr/local/include/qt5/QtCore/qlist.h:152:40: note: in instantiation of template class 'QTypeInfo' requested here
        { return *reinterpret_cast(QTypeInfo::isLarge || QTypeInfo::isStatic
                                       ^
/usr/local/include/qt5/QtCore/qlist.h:576:44: note: in instantiation of member function 'QList::Node::t' requested here
 return reinterpret_cast(p.at(i))->t(); }
                                           ^
desktop-plugins/rssreader/RSSObjects.cpp:348:14: note: in instantiation of member function 'QList::operator[]' requested here
    if(errors[i].error()==QSslError::SelfSignedCertificate || errors[i].error()==QSslError::SelfSignedCertificateInChain){ ok++; }
             ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:7:
In file included from desktop-plugins/rssreader/RSSObjects.h:10:
In file included from /usr/local/include/qt5/QtNetwork/QNetworkAccessManager:1:
In file included from /usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:43:
In file included from /usr/local/include/qt5/QtNetwork/qtnetworkglobal.h:43:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:45:
/usr/include/c++/v1/type_traits:3333:38: error: incomplete type 'QSslError' used in type trait expression
    : public integral_constant
                                     ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:56:17: note: in instantiation of template class 'std::__1::is_trivially_copyable' requested here
    return std::is_trivially_copyable::value && std::is_trivially_destructible::value;
                ^
/usr/local/include/qt5/QtCore/qtypeinfo.h:86:25: note: in instantiation of function template specialization 'qIsRelocatable' requested here
        isRelocatable = qIsRelocatable(),
                        ^
/usr/local/include/qt5/QtCore/qlist.h:152:40: note: in instantiation of template class 'QTypeInfo' requested here
        { return *reinterpret_cast(QTypeInfo::isLarge || QTypeInfo::isStatic
                                       ^
/usr/local/include/qt5/QtCore/qlist.h:576:44: note: in instantiation of member function 'QList::Node::t' requested here
 return reinterpret_cast(p.at(i))->t(); }
                                           ^
desktop-plugins/rssreader/RSSObjects.cpp:348:14: note: in instantiation of member function 'QList::operator[]' requested here
    if(errors[i].error()==QSslError::SelfSignedCertificate || errors[i].error()==QSslError::SelfSignedCertificateInChain){ ok++; }
             ^
/usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:65:7: note: forward declaration of 'QSslError'
class QSslError;
      ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:7:
In file included from desktop-plugins/rssreader/RSSObjects.h:10:
In file included from /usr/local/include/qt5/QtNetwork/QNetworkAccessManager:1:
In file included from /usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:43:
In file included from /usr/local/include/qt5/QtNetwork/qtnetworkglobal.h:43:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:1300:
/usr/local/include/qt5/QtCore/qtypeinfo.h:86:25: error: expression is not an integral constant expression
        isRelocatable = qIsRelocatable(),
                        ^~~~~~~~~~~~~~~~~~~
/usr/local/include/qt5/QtCore/qlist.h:152:40: note: in instantiation of template class 'QTypeInfo' requested here
        { return *reinterpret_cast(QTypeInfo::isLarge || QTypeInfo::isStatic
                                       ^
/usr/local/include/qt5/QtCore/qlist.h:576:44: note: in instantiation of member function 'QList::Node::t' requested here
 return reinterpret_cast(p.at(i))->t(); }
                                           ^
desktop-plugins/rssreader/RSSObjects.cpp:348:14: note: in instantiation of member function 'QList::operator[]' requested here
    if(errors[i].error()==QSslError::SelfSignedCertificate || errors[i].error()==QSslError::SelfSignedCertificateInChain){ ok++; }
             ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:7:
In file included from desktop-plugins/rssreader/RSSObjects.h:10:
In file included from /usr/local/include/qt5/QtNetwork/QNetworkAccessManager:1:
In file included from /usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:43:
In file included from /usr/local/include/qt5/QtNetwork/qtnetworkglobal.h:43:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:1300:
/usr/local/include/qt5/QtCore/qtypeinfo.h:87:20: error: invalid application of 'sizeof' to an incomplete type 'QSslError'
        isLarge = (sizeof(T)>sizeof(void*)),
                   ^~~~~~~~~
/usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:65:7: note: forward declaration of 'QSslError'
class QSslError;
      ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:7:
In file included from desktop-plugins/rssreader/RSSObjects.h:10:
In file included from /usr/local/include/qt5/QtNetwork/QNetworkAccessManager:1:
In file included from /usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:43:
In file included from /usr/local/include/qt5/QtNetwork/qtnetworkglobal.h:43:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:1300:
/usr/local/include/qt5/QtCore/qtypeinfo.h:89:18: error: invalid application of 'sizeof' to an incomplete type 'QSslError'
        sizeOf = sizeof(T)
                 ^~~~~~~~~
/usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:65:7: note: forward declaration of 'QSslError'
class QSslError;
      ^
In file included from desktop-plugins/rssreader/RSSObjects.cpp:7:
In file included from desktop-plugins/rssreader/RSSObjects.h:10:
In file included from /usr/local/include/qt5/QtNetwork/QNetworkAccessManager:1:
In file included from /usr/local/include/qt5/QtNetwork/qnetworkaccessmanager.h:44:
In file included from /usr/local/include/qt5/QtNetwork/qnetworkrequest.h:44:
In file included from /usr/local/include/qt5/QtCore/QSharedDataPointer:1:
In file included from /usr/local/include/qt5/QtCore/qshareddata.h:46:
In file included from /usr/local/include/qt5/QtCore/qhash.h:46:
/usr/local/include/qt5/QtCore/qlist.h:152:52: error: incomplete definition of type 'QTypeInfo'
        { return *reinterpret_cast(QTypeInfo::isLarge || QTypeInfo::isStatic
                                       ~~~~~~~~~~~~^~
/usr/local/include/qt5/QtCore/qlist.h:576:44: note: in instantiation of member function 'QList::Node::t' requested here
 return reinterpret_cast(p.at(i))->t(); }
                                           ^
desktop-plugins/rssreader/RSSObjects.cpp:348:14: note: in instantiation of member function 'QList::operator[]' requested here
    if(errors[i].error()==QSslError::SelfSignedCertificate || errors[i].error()==QSslError::SelfSignedCertificateInChain){ ok++; }
             ^
4 warnings and 9 errors generated.
*** Error code 1

Stop.
make[2]: stopped in /magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core/lumina-desktop
*** Error code 1

Stop.
make[1]: stopped in /magus/work/usr/mports/x11/lumina-core/work/lumina-b6536c1547571ae8dd0618bed752e2e0025bf2a7/src-qt5/core
*** Error code 1

Stop.
make: stopped in /usr/mports/x11/lumina-core