From owner-svn-ports-head@freebsd.org Sun Dec 30 17:15:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04ADD142E679; Sun, 30 Dec 2018 17:15:14 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94FA58CF3F; Sun, 30 Dec 2018 17:15:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 810FC26080; Sun, 30 Dec 2018 17:15:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBUHFDhH096773; Sun, 30 Dec 2018 17:15:13 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBUHF7ZS096736; Sun, 30 Dec 2018 17:15:07 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812301715.wBUHF7ZS096736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 30 Dec 2018 17:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488723 - in head: audio/cantata audio/kwave deskutils/kfind devel/dolphin-plugins devel/kdesvn editors/kile games/kgoldrunner games/kreversi games/ksnakeduel games/kspaceduel games/kub... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: audio/cantata audio/kwave deskutils/kfind devel/dolphin-plugins devel/kdesvn editors/kile games/kgoldrunner games/kreversi games/ksnakeduel games/kspaceduel games/kubrick games/lskat graphics... X-SVN-Commit-Revision: 488723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 94FA58CF3F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2018 17:15:14 -0000 Author: tcberner Date: Sun Dec 30 17:15:06 2018 New Revision: 488723 URL: https://svnweb.freebsd.org/changeset/ports/488723 Log: More GCC-related fixes in kde@ ports PR: 234461 Submitted by: Piotr Kubaj Modified: head/audio/cantata/Makefile head/audio/kwave/Makefile head/deskutils/kfind/Makefile head/devel/dolphin-plugins/Makefile head/devel/kdesvn/Makefile head/editors/kile/Makefile head/games/kgoldrunner/Makefile head/games/kreversi/Makefile head/games/ksnakeduel/Makefile head/games/kspaceduel/Makefile head/games/kubrick/Makefile head/games/lskat/Makefile head/graphics/kgraphviewer/Makefile head/graphics/kimagemapeditor/Makefile head/graphics/qt5-wayland/Makefile head/irc/konversation/Makefile head/irc/kvirc/Makefile head/lang/kross-interpreters/Makefile head/misc/ktouch/Makefile head/multimedia/mlt/Makefile head/multimedia/phonon-designerplugin/Makefile head/multimedia/phonon-vlc/Makefile head/net/kget/Makefile head/net/zeroconf-ioslave/Makefile head/security/kleopatra/Makefile head/sysutils/k3b/Makefile head/sysutils/kbackup/Makefile head/sysutils/sweeper/Makefile head/textproc/kdiff3/Makefile head/x11/rsibreak/Makefile Modified: head/audio/cantata/Makefile ============================================================================== --- head/audio/cantata/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/audio/cantata/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -11,7 +11,7 @@ COMMENT= Graphical client for MPD using Qt5 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake cpe pkgconfig qt:5 shebangfix +USES= cmake compiler:c++11-lang cpe pkgconfig qt:5 shebangfix USE_GITHUB= yes GH_ACCOUNT= CDrummond Modified: head/audio/kwave/Makefile ============================================================================== --- head/audio/kwave/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/audio/kwave/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -18,7 +18,7 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libsamplerate.so:audio/libsamplerate \ libvorbisenc.so:audio/libvorbis -USES= cmake desktop-file-utils gettext kde:5 \ +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ localbase:ldflags pkgconfig qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons ecm i18n iconthemes itemviews \ Modified: head/deskutils/kfind/Makefile ============================================================================== --- head/deskutils/kfind/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/deskutils/kfind/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Find files and folders -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm filemetadata guiaddons i18n iconthemes itemviews \ jobwidgets kdelibs4support kio notifications parts service \ Modified: head/devel/dolphin-plugins/Makefile ============================================================================== --- head/devel/dolphin-plugins/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/devel/dolphin-plugins/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -10,7 +10,7 @@ COMMENT= Plugins for Dolphin file manager BUILD_DEPENDS= dolphin:x11-fm/dolphin RUN_DEPENDS= dolphin:x11-fm/dolphin -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash guiaddons i18n iconthemes itemviews jobwidgets \ kdelibs4support kio notifications parts service solid sonnet \ Modified: head/devel/kdesvn/Makefile ============================================================================== --- head/devel/kdesvn/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/devel/kdesvn/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -20,7 +20,7 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \ CONFLICTS_INSTALL= kdesvn-kde4 \ qsvn-[0-9]* -USES= bdb cmake kde:5 qt:5 tar:xz +USES= bdb cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \ kio notifications parts service sonnet texteditor textwidgets \ Modified: head/editors/kile/Makefile ============================================================================== --- head/editors/kile/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/editors/kile/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 -USES= cmake desktop-file-utils kde:5 \ +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \ qt:5 shared-mime-info shebangfix USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \ Modified: head/games/kgoldrunner/Makefile ============================================================================== --- head/games/kgoldrunner/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/games/kgoldrunner/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons ecm i18n kio libkdegames service \ widgetsaddons xmlgui Modified: head/games/kreversi/Makefile ============================================================================== --- head/games/kreversi/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/games/kreversi/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons ecm i18n iconthemes itemviews \ jobwidgets kdeclarative kio libkdegames package service \ Modified: head/games/ksnakeduel/Makefile ============================================================================== --- head/games/ksnakeduel/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/games/ksnakeduel/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons ecm guiaddons i18n libkdegames \ widgetsaddons xmlgui Modified: head/games/kspaceduel/Makefile ============================================================================== --- head/games/kspaceduel/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/games/kspaceduel/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons ecm i18n libkdegames widgetsaddons xmlgui USE_QT= core dbus declarative gui network svg widgets xml \ Modified: head/games/kubrick/Makefile ============================================================================== --- head/games/kubrick/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/games/kubrick/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_GL= gl glu USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ i18n kio libkdegames service widgetsaddons xmlgui Modified: head/games/lskat/Makefile ============================================================================== --- head/games/lskat/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/games/lskat/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui USE_QT= core dbus declarative gui network svg widgets xml \ Modified: head/graphics/kgraphviewer/Makefile ============================================================================== --- head/graphics/kgraphviewer/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/graphics/kgraphviewer/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgvc.so:graphics/graphviz -USES= cmake desktop-file-utils kde:5 qt:5 tar:xz pkgconfig +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ + pkgconfig USE_KDE= auth codecs completion config configwidgets \ coreaddons i18n iconthemes jobwidgets kio parts service \ sonnet textwidgets widgetsaddons xmlgui \ Modified: head/graphics/kimagemapeditor/Makefile ============================================================================== --- head/graphics/kimagemapeditor/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/graphics/kimagemapeditor/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -8,7 +8,7 @@ PKGNAMESUFFIX= # hack: uses kde:4 but we don't want th MAINTAINER= kde@FreeBSD.org COMMENT= KDE generator of HTML image maps -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash guiaddons i18n iconthemes itemviews \ jobwidgets js kdelibs4support khtml kio notifications \ Modified: head/graphics/qt5-wayland/Makefile ============================================================================== --- head/graphics/qt5-wayland/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/graphics/qt5-wayland/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -13,7 +13,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= pkgconfig qmake:norecursive qt-dist:5,wayland +USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \ + qt-dist:5,wayland USE_GL= egl gl USE_GNOME= glib20 USE_QT= core dbus gui declarative \ Modified: head/irc/konversation/Makefile ============================================================================== --- head/irc/konversation/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/irc/konversation/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 -USES= cmake desktop-file-utils gettext kde:5 python:run qt:5 shebangfix tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ + python:run qt:5 shebangfix tar:xz USE_KDE= archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools ecm \ emoticons globalaccel i18n iconthemes idletime itemviews \ Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/irc/kvirc/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -11,8 +11,8 @@ COMMENT= IRC client for KDE LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libenchant.so:textproc/enchant -USES= cmake cpe desktop-file-utils gettext gnome kde:5 perl5 \ - pkgconfig python qt:5 ssl tar:bzip2 +USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \ + kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 USE_GNOME= glib20 USE_PERL5= build USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ Modified: head/lang/kross-interpreters/Makefile ============================================================================== --- head/lang/kross-interpreters/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/lang/kross-interpreters/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= lang kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Language interpreters to enable in-process scripting with Kross -USES= cmake gettext kde:5 python:2.7 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 python:2.7 qt:5 tar:xz USE_KDE= ecm kross USE_QT= core gui script widgets xml \ buildtools_build qmake_build Modified: head/misc/ktouch/Makefile ============================================================================== --- head/misc/ktouch/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/misc/ktouch/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= misc kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Touch typing tutor for KDE -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ ecm i18n itemviews kcmutils kdeclarative kio newstuff package \ parts service sonnet texteditor textwidgets widgetsaddons \ Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/multimedia/mlt/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -12,7 +12,8 @@ COMMENT?= Multimedia framework for TV broadcasting LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias eigen:3 gmake localbase pkgconfig +USES+= alias compiler:c++11-lang eigen:3 gl gmake gnome localbase \ + pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD USE_GITHUB= yes Modified: head/multimedia/phonon-designerplugin/Makefile ============================================================================== --- head/multimedia/phonon-designerplugin/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/multimedia/phonon-designerplugin/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -28,7 +28,7 @@ USE_QT= corelib designer gui phonon \ qmake_build moc_build rcc_build uic_build PLIST_FILES= ${QT_PLUGINDIR_REL}/designer/libphononwidgets.so . else -USES+= kde:5 qt:5 +USES+= compiler:c++11-lang kde:5 qt:5 USE_KDE= ecm USE_QT= core designer gui phonon4 widgets xml \ buildtools_build qmake_build Modified: head/multimedia/phonon-vlc/Makefile ============================================================================== --- head/multimedia/phonon-vlc/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/multimedia/phonon-vlc/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -34,7 +34,7 @@ PLIST_FILES= lib/kde4/plugins/phonon_backend/phonon_vl share/kde4/services/phononbackends/vlc.desktop \ ${QT_PLUGINDIR}/phonon_backend/libphonon_vlc.so . else -USES+= kde:5 qt:5 +USES+= compiler:c++11-lang kde:5 qt:5 USE_KDE= ecm USE_QT= core gui widgets phonon4 \ buildtools_build qmake_build Modified: head/net/kget/Makefile ============================================================================== --- head/net/kget/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/net/kget/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -17,7 +17,7 @@ LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent libqca-qt5.so:devel/qca@qt5 \ libqgpgme.so:security/gpgme-qt5 -USES= cmake kde:5 qt:5 shebangfix sqlite tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 shebangfix sqlite tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons emoticons guiaddons i18n \ Modified: head/net/zeroconf-ioslave/Makefile ============================================================================== --- head/net/zeroconf-ioslave/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/net/zeroconf-ioslave/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE Network monitor for DNS-SD services (Zeroconf) -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= config coreaddons dbusaddons dnssd i18n kio service USE_QT= core dbus network \ buildtools_build qmake_build Modified: head/security/kleopatra/Makefile ============================================================================== --- head/security/kleopatra/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/security/kleopatra/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -14,7 +14,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ doctools ecm i18n iconthemes itemmodels kcmutils notifications \ service sonnet textwidgets widgetsaddons windowsystem xmlgui \ Modified: head/sysutils/k3b/Makefile ============================================================================== --- head/sysutils/k3b/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/sysutils/k3b/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -21,8 +21,8 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ RUN_DEPENDS= cdrecord:sysutils/cdrtools BUILD_DEPENDS= cdrecord:sysutils/cdrtools -USES= cmake desktop-file-utils gettext iconv kde:5 pkgconfig \ - qt:5 shared-mime-info tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext iconv \ + kde:5 pkgconfig qt:5 shared-mime-info tar:xz USE_KDE= archive attica auth bookmarks codecs completion config \ configwidgets coreaddons ecm filemetadata i18n iconthemes \ Modified: head/sysutils/kbackup/Makefile ============================================================================== --- head/sysutils/kbackup/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/sysutils/kbackup/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Backup program with an easy to use user interface -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons ecm i18n iconthemes itemviews jobwidgets kio \ notifications service solid widgetsaddons xmlgui Modified: head/sysutils/sweeper/Makefile ============================================================================== --- head/sysutils/sweeper/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/sysutils/sweeper/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -7,7 +7,7 @@ CATEGORIES= sysutils kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Cleans temporal files for KDE -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= activities-stats auth bookmarks codecs config configwidgets \ coreaddons crash i18n kio service sonnet textwidgets \ widgetsaddons xmlgui Modified: head/textproc/kdiff3/Makefile ============================================================================== --- head/textproc/kdiff3/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/textproc/kdiff3/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -10,7 +10,7 @@ COMMENT= KDE graphical frontend for diff LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake kde:5 qt:5 +USES= cmake compiler:c++11-lang kde:5 qt:5 USE_GITHUB= yes GH_ACCOUNT= KDE GH_TAGNAME= 42403aa Modified: head/x11/rsibreak/Makefile ============================================================================== --- head/x11/rsibreak/Makefile Sun Dec 30 16:55:51 2018 (r488722) +++ head/x11/rsibreak/Makefile Sun Dec 30 17:15:06 2018 (r488723) @@ -12,7 +12,7 @@ COMMENT= KDE RSI prevention tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \ iconthemes i18n idletime notifications notifyconfig \ sonnet textwidgets xmlgui widgetsaddons windowsystem