svn commit: r483125 - in head: archivers/ark astro/marble audio/kmix audio/libkcddb audio/libkcompactdisc deskutils/kcharselect deskutils/keditbookmarks deskutils/kruler devel/cervisia devel/injeqt...
Tobias C. Berner
tcberner at FreeBSD.org
Sat Oct 27 11:51:13 UTC 2018
Author: tcberner
Date: Sat Oct 27 11:50:58 2018
New Revision: 483125
URL: https://svnweb.freebsd.org/changeset/ports/483125
Log:
Fix build with GCC-based architectures for various kde@ ports.
- Qt5 required c++11 support.
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
PR: 232726
PR: 232725
PR: 232723
PR: 232722
PR: 232721
PR: 232720
PR: 232719
PR: 232697
PR: 232682
PR: 232669
PR: 232668
PR: 232667
PR: 232666
PR: 232665
PR: 232664
PR: 232662
PR: 232661
PR: 232655
PR: 232654
PR: 232652
PR: 232648
PR: 232647
PR: 232641
PR: 232640
PR: 232638
PR: 232635
PR: 232634
PR: 232632
PR: 232631
PR: 232630
PR: 232629
PR: 232628
PR: 232627
PR: 232625
PR: 232624
PR: 232623
PR: 232614
PR: 232613
PR: 232612
PR: 232611
PR: 232610
PR: 232609
PR: 232607
PR: 232606
PR: 232605
PR: 232604
PR: 232603
PR: 232602
PR: 232597
PR: 232589
PR: 232585
PR: 232584
PR: 232583
PR: 232581
PR: 232580
PR: 232579
PR: 232578
PR: 232576
PR: 232575
PR: 232574
PR: 232573
PR: 232570
Added:
head/devel/injeqt/files/patch-src_internal_containers.h (contents, props changed)
Modified:
head/archivers/ark/Makefile
head/astro/marble/Makefile
head/audio/kmix/Makefile
head/audio/libkcddb/Makefile
head/audio/libkcompactdisc/Makefile
head/deskutils/kcharselect/Makefile
head/deskutils/keditbookmarks/Makefile
head/deskutils/kruler/Makefile
head/devel/cervisia/Makefile
head/devel/kapptemplate/Makefile
head/devel/kde-dev-utils/Makefile
head/devel/lokalize/Makefile
head/devel/okteta/Makefile
head/editors/kate/Makefile
head/games/blinken/Makefile
head/games/khangman/Makefile
head/games/libkdegames/Makefile
head/graphics/kamera/Makefile
head/graphics/kcolorchooser/Makefile
head/graphics/kdegraphics-mobipocket/Makefile
head/graphics/kdegraphics-svgpart/Makefile
head/graphics/kdegraphics-thumbnailers/Makefile
head/graphics/libkipi/Makefile
head/graphics/libksane/Makefile
head/japanese/kiten/Makefile
head/lang/kturtle/Makefile
head/math/cantor/Makefile
head/math/kbruch/Makefile
head/math/kcalc/Makefile
head/math/kmplot/Makefile
head/math/rocs/Makefile
head/misc/artikulate/Makefile
head/misc/kgeography/Makefile
head/misc/klettres/Makefile
head/misc/libkeduvocdocument/Makefile
head/multimedia/dragon/Makefile
head/net-p2p/libktorrent/Makefile
head/net/kdenetwork-filesharing/Makefile
head/net/krdc/Makefile
head/print/print-manager/Makefile
head/science/step/Makefile
head/security/kwalletmanager/Makefile
head/security/libkleo/Makefile
head/sysutils/filelight/Makefile
head/sysutils/kcron/Makefile
head/sysutils/kdebugsettings/Makefile
head/sysutils/kdf/Makefile
head/sysutils/kdialog/Makefile
head/sysutils/kfloppy/Makefile
head/sysutils/ksystemlog/Makefile
head/sysutils/plasma5-drkonqi/Makefile
head/sysutils/qt5-qtdiag/Makefile
head/sysutils/signon-kwallet-extension/Makefile
head/textproc/libkomparediff2/Makefile
head/x11-clocks/kteatime/Makefile
head/x11-clocks/ktimer/Makefile
head/x11-themes/kf5-qqc2-desktop-style/Makefile
head/x11-toolkits/qt5-gamepad/Makefile
head/x11/plasma5-kgamma5/Makefile
head/x11/plasma5-kscreen/Makefile
head/x11/sddm/Makefile
Modified: head/archivers/ark/Makefile
==============================================================================
--- head/archivers/ark/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/archivers/ark/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -10,7 +10,8 @@ COMMENT= Archiving tool for KDE
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource gettext libarchive kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext libarchive kde:5 \
+ qt:5 tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools ecm i18n iconthemes \
itemmodels itemviews jobwidgets khtml kio parts pty service \
Modified: head/astro/marble/Makefile
==============================================================================
--- head/astro/marble/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/astro/marble/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libquazip5.so:archivers/quazip at qt5
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang desktop-file-utils gettext \
+ kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
crash doctools ecm i18n jobwidgets kio newstuff package parts \
plasma-framework runner service sonnet textwidgets wallet \
Modified: head/audio/kmix/Makefile
==============================================================================
--- head/audio/kmix/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/audio/kmix/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -11,7 +11,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libasound.so:audio/alsa-lib
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \
emoticons globalaccel i18n iconthemes init itemmodels \
itemviews kcmutils kdelibs4support notifications package \
Modified: head/audio/libkcddb/Makefile
==============================================================================
--- head/audio/libkcddb/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/audio/libkcddb/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,7 @@ COMMENT= KDE CDDB library
LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets \
coreaddons ecm i18n jobwidgets kio service \
widgetsaddons
Modified: head/audio/libkcompactdisc/Makefile
==============================================================================
--- head/audio/libkcompactdisc/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/audio/libkcompactdisc/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= audio kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE library for interfacing with audio CDs
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm emoticons i18n itemmodels itemviews \
kdelibs4support solid
USE_QT= core dbus phonon4\
Modified: head/deskutils/kcharselect/Makefile
==============================================================================
--- head/deskutils/kcharselect/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/deskutils/kcharselect/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -10,7 +10,7 @@ COMMENT= Character selector for KDE
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash ecm bookmarks \
doctools i18n widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Modified: head/deskutils/keditbookmarks/Makefile
==============================================================================
--- head/deskutils/keditbookmarks/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/deskutils/keditbookmarks/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Bookmark Organizer and Editor
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n iconthemes jobwidgets kio parts service \
sonnet textwidgets widgetsaddons windowsystem xmlgui
Modified: head/deskutils/kruler/Makefile
==============================================================================
--- head/deskutils/kruler/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/deskutils/kruler/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE screen ruler
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm doctools i18n \
notifications widgetsaddons windowsystem xmlgui
USE_QT= core dbus gui widgets x11extras xml \
Modified: head/devel/cervisia/Makefile
==============================================================================
--- head/devel/cervisia/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/devel/cervisia/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= devel kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= CVS Frontend for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= dbusaddons doctools ecm iconthemes init itemviews kdesu \
notifications parts widgetsaddons
USE_QT= core dbus gui widgets \
Added: head/devel/injeqt/files/patch-src_internal_containers.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/injeqt/files/patch-src_internal_containers.h Sat Oct 27 11:50:58 2018 (r483125)
@@ -0,0 +1,10 @@
+--- src/internal/containers.h.orig 2018-10-26 17:05:42 UTC
++++ src/internal/containers.h
+@@ -23,6 +23,7 @@
+ #include "internal.h"
+
+ #include <algorithm>
++#include <functional>
+ #include <vector>
+
+ /**
Modified: head/devel/kapptemplate/Makefile
==============================================================================
--- head/devel/kapptemplate/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/devel/kapptemplate/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -10,7 +10,7 @@ COMMENT= KDE template generator
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth archive codecs completion config configwidgets coreaddons \
doctools ecm i18n jobwidgets kio newstuff service widgetsaddons
USE_QT= core dbus gui network testlib widgets xml \
Modified: head/devel/kde-dev-utils/Makefile
==============================================================================
--- head/devel/kde-dev-utils/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/devel/kde-dev-utils/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= devel kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE development utilities
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= compiler:c++11-lang cmake:outsource kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio parts service \
solid sonnet textwidgets widgetsaddons xmlgui
Modified: head/devel/lokalize/Makefile
==============================================================================
--- head/devel/lokalize/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/devel/lokalize/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,8 @@ COMMENT= Computer-aided translation system
LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang desktop-file-utils gettext \
+ kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools ecm i18n itemviews \
jobwidgets kio kross notifications parts service solid sonnet \
Modified: head/devel/okteta/Makefile
==============================================================================
--- head/devel/okteta/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/devel/okteta/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -11,7 +11,8 @@ COMMENT= KDE hex editor
LIB_DEPENDS= libqca-qt5.so:devel/qca at qt5
-USES= cmake:outsource gettext kde:5 qt:5 shared-mime-info tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 \
+ shared-mime-info tar:xz
USE_KDE= attica auth bookmarks codecs completion crash \
config configwidgets coreaddons dbusaddons doctools \
ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
Modified: head/editors/kate/Makefile
==============================================================================
--- head/editors/kate/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/editors/kate/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -11,7 +11,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/doc
docbook-xml>0:textproc/docbook-xml
LIB_DEPENDS= libgit2.so:devel/libgit2
-USES= cmake:outsource desktop-file-utils gettext pkgconfig kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang desktop-file-utils gettext \
+ pkgconfig kde:5 qt:5 tar:xz
USE_KDE= activities attica auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons doctools ecm \
guiaddons i18n iconthemes init itemmodels itemviews \
Modified: head/games/blinken/Makefile
==============================================================================
--- head/games/blinken/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/games/blinken/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Memory enhancement game for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
doctools ecm guiaddons i18n widgetsaddons xmlgui
USE_QT= core dbus gui phonon4 svg widgets xml \
Modified: head/games/khangman/Makefile
==============================================================================
--- head/games/khangman/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/games/khangman/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Hangman game for KDE 4
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
crash doctools ecm i18n kdeclarative libkeduvocdocument \
newstuff notifications package service widgetsaddons xmlgui
Modified: head/games/libkdegames/Makefile
==============================================================================
--- head/games/libkdegames/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/games/libkdegames/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,8 @@ COMMENT= Libraries used by KDE games
LIB_DEPENDS= libsndfile.so:audio/libsndfile
-USES= cmake:outsource gettext kde:5 openal qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 openal qt:5 \
+ tar:xz
USE_KDE= archive attica auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons dnssd ecm emoticons \
globalaccel guiaddons i18n iconthemes init itemmodels \
Modified: head/graphics/kamera/Makefile
==============================================================================
--- head/graphics/kamera/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/graphics/kamera/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,7 @@ COMMENT= Digital camera manager for KDE
LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons doctools ecm i18n \
kio service widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Modified: head/graphics/kcolorchooser/Makefile
==============================================================================
--- head/graphics/kcolorchooser/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/graphics/kcolorchooser/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= graphics kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE application to select colors from the screen or from a palette
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Modified: head/graphics/kdegraphics-mobipocket/Makefile
==============================================================================
--- head/graphics/kdegraphics-mobipocket/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/graphics/kdegraphics-mobipocket/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= graphics kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Mobipocket plugins for Strigi indexing and thumbnails
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons ecm jobwidgets kio service \
widgetsaddons
USE_QT= core gui network widgets \
Modified: head/graphics/kdegraphics-svgpart/Makefile
==============================================================================
--- head/graphics/kdegraphics-svgpart/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/graphics/kdegraphics-svgpart/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -8,7 +8,7 @@ PKGNAMEPREFIX= kdegraphics-
MAINTAINER= kde at FreeBSD.org
COMMENT= SVG KPart
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
i18n jobwidgets kio parts service sonnet textwidgets \
widgetsaddons xmlgui
Modified: head/graphics/kdegraphics-thumbnailers/Makefile
==============================================================================
--- head/graphics/kdegraphics-thumbnailers/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/graphics/kdegraphics-thumbnailers/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= graphics kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Thumbnailers for various graphics file formats
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons ecm jobwidgets libkdcraw \
libkexiv2 kio service widgetsaddons
USE_QT= core gui network widgets \
Modified: head/graphics/libkipi/Makefile
==============================================================================
--- head/graphics/libkipi/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/graphics/libkipi/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= graphics kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE Image Plugin Interface
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
libkdcraw libkexiv2 service widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Modified: head/graphics/libksane/Makefile
==============================================================================
--- head/graphics/libksane/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/graphics/libksane/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,7 @@ COMMENT= SANE library interface for KDE
LIB_DEPENDS= libsane.so:graphics/sane-backends
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= config ecm i18n sonnet textwidgets wallet widgetsaddons
USE_QT= core gui testlib widgets \
buildtools_build qmake_build
Modified: head/japanese/kiten/Makefile
==============================================================================
--- head/japanese/kiten/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/japanese/kiten/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= japanese kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Japanese reference/study tool for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth archive codecs completion config configwidgets coreaddons \
crash doctools ecm i18n jobwidgets js khtml kio parts service \
sonnet textwidgets widgetsaddons xmlgui
Modified: head/lang/kturtle/Makefile
==============================================================================
--- head/lang/kturtle/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/lang/kturtle/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= lang kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Educational programming environment for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs config configwidgets coreaddons crash ecm \
emoticons i18n init itemmodels kdelibs4support kio newstuff \
service sonnet textwidgets widgetsaddons xmlgui
Modified: head/math/cantor/Makefile
==============================================================================
--- head/math/cantor/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/math/cantor/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -14,7 +14,8 @@ LIB_DEPENDS= libAnalitza.so:math/analitza \
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 pkgconfig python:3.4+ qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \
+ python:3.4+ qt:5 tar:xz
USE_KDE= attica auth archive bookmarks codecs completion config \
configwidgets coreaddons crash ecm emoticons i18n iconthemes \
itemmodels itemviews init jobwidgets kdelibs4support kio \
Modified: head/math/kbruch/Makefile
==============================================================================
--- head/math/kbruch/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/math/kbruch/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -10,7 +10,7 @@ COMMENT= KDE 4 application to exercise fractions
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth config crash codecs configwidgets coreaddons doctools ecm \
i18n widgetsaddons xmlgui
USE_QT= core dbus gui xml widgets \
Modified: head/math/kcalc/Makefile
==============================================================================
--- head/math/kcalc/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/math/kcalc/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -12,7 +12,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs coreaddons ecm config configwidgets doctools \
guiaddons i18n init notifications widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Modified: head/math/kmplot/Makefile
==============================================================================
--- head/math/kmplot/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/math/kmplot/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= math kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Mathematical function plotter for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets \
Modified: head/math/rocs/Makefile
==============================================================================
--- head/math/rocs/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/math/rocs/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,8 @@ COMMENT= KDE Graph theory IDE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= cmake:outsource gettext grantlee:5 kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext grantlee:5 kde:5 \
+ qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
crash doctools ecm i18n itemviews jobwidgets kdeclarative \
kio package parts service sonnet texteditor textwidgets \
Modified: head/misc/artikulate/Makefile
==============================================================================
--- head/misc/artikulate/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/misc/artikulate/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -10,7 +10,7 @@ COMMENT= Pronunciation trainer for KDE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt at qt5
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= archive attica auth codecs config configwidgets coreaddons \
crash doctools ecm i18n kdeclarative newstuff service \
widgetsaddons xmlgui
Modified: head/misc/kgeography/Makefile
==============================================================================
--- head/misc/kgeography/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/misc/kgeography/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= misc kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE geography trainer
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash doctools ecm \
i18n iconthemes itemviews service widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Modified: head/misc/klettres/Makefile
==============================================================================
--- head/misc/klettres/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/misc/klettres/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= misc kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Alphabet learning tool for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
crash doctools ecm emoticons i18n init itemmodels \
kdelibs4support newstuff service widgetsaddons xmlgui
Modified: head/misc/libkeduvocdocument/Makefile
==============================================================================
--- head/misc/libkeduvocdocument/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/misc/libkeduvocdocument/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= misc kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Library for reading and writing vocabulary files
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons ecm i18n kio service
USE_QT= core gui xml \
buildtools_build qmake_build
Modified: head/multimedia/dragon/Makefile
==============================================================================
--- head/multimedia/dragon/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/multimedia/dragon/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -10,7 +10,7 @@ COMMENT= KDE multimedia player with a focus on simplic
LICENSE= GPLv2
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons doctools ecm kio service sonnet textwidgets i18n \
iconthemes jobwidgets notifications parts solid widgetsaddons \
Modified: head/net-p2p/libktorrent/Makefile
==============================================================================
--- head/net-p2p/libktorrent/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/net-p2p/libktorrent/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -15,7 +15,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgmp.so:math/gmp \
libqca-qt5.so:devel/qca at qt5
-USES= cmake:outsource gettext kde:5 qt:5
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5
USE_KDE= archive completion config coreaddons crash ecm i18n \
jobwidgets kio service solid widgetsaddons
USE_QT= core gui network testlib xml \
Modified: head/net/kdenetwork-filesharing/Makefile
==============================================================================
--- head/net/kdenetwork-filesharing/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/net/kdenetwork-filesharing/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= net kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE Filesharing via Samba
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons doctools ecm i18n jobwidgets kio \
service widgetsaddons
USE_QT= core gui network widgets \
Modified: head/net/krdc/Makefile
==============================================================================
--- head/net/krdc/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/net/krdc/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,7 @@ COMMENT= RDP and VNC client for KDE
LIB_DEPENDS= libvncserver.so:net/libvncserver
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons dnssd doctools ecm i18n iconthemes kcmutils \
notifications notifyconfig service wallet widgetsaddons \
Modified: head/print/print-manager/Makefile
==============================================================================
--- head/print/print-manager/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/print/print-manager/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,7 @@ COMMENT= Printer manager for KDE
LIB_DEPENDS= libcups.so:print/cups
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \
kio notifications plasma-framework service widgetsaddons \
Modified: head/science/step/Makefile
==============================================================================
--- head/science/step/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/science/step/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -11,7 +11,8 @@ LIB_DEPENDS= libcln.so:math/cln \
libgsl.so:math/gsl \
libqalculate.so:math/libqalculate
-USES= cmake:outsource eigen:3 gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang eigen:3 gettext kde:5 \
+ pkgconfig qt:5 tar:xz
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
coreaddons crash doctools ecm emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets js \
@@ -21,6 +22,10 @@ USE_KDE= attica auth bookmarks codecs completion confi
USE_QT= core dbus gui network opengl printsupport qml quick svg \
widgets xml \
buildtools_build qmake_build
+CXXFLAGS_powerpc64= -Wno-error=return-type
+CXXFLAGS_powerpc= -Wno-error=return-type
+CXXFLAGS_powerpcspe= -Wno-error=return-type
+CXXFLAGS_sparc64= -Wno-error=return-type
OPTIONS_DEFINE= DOCS
Modified: head/security/kwalletmanager/Makefile
==============================================================================
--- head/security/kwalletmanager/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/security/kwalletmanager/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,8 @@ CATEGORIES= security kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Password manager for KDE
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang desktop-file-utils gettext \
+ kde:5 qt:5 tar:xz
USE_KDE= archive auth codecs config configwidgets coreaddons crash \
dbusaddons doctools ecm emoticons i18n iconthemes init \
itemmodels itemviews kcmutils kdelibs4support kio \
Modified: head/security/libkleo/Makefile
==============================================================================
--- head/security/libkleo/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/security/libkleo/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -15,7 +15,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
RUN_DEPENDS= ${LOCALBASE}/bin/gmd5sum:sysutils/coreutils
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= codecs completion config coreaddons i18n itemmodels \
widgetsaddons windowsystem \
pimtextedit
Modified: head/sysutils/filelight/Makefile
==============================================================================
--- head/sysutils/filelight/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/filelight/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -12,7 +12,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/doc
CONFLICTS_INSTALL= ${PORTNAME}-kde4*
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang desktop-file-utils gettext \
+ kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
ecm i18n jobwidgets kio parts service solid sonnet textwidgets \
widgetsaddons xmlgui
Modified: head/sysutils/kcron/Makefile
==============================================================================
--- head/sysutils/kcron/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/kcron/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -10,7 +10,7 @@ COMMENT= KDE task scheduler
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
doctools i18n iconthemes jobwidgets kio service widgetsaddons \
xmlgui
Modified: head/sysutils/kdebugsettings/Makefile
==============================================================================
--- head/sysutils/kdebugsettings/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/kdebugsettings/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= sysutils kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE application to enable/disable qCDebug
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= completion config configwidgets coreaddons dbusaddons \
ecm guiaddons i18n iconthemes itemviews kio widgetsaddons
USE_QT= core dbus gui testlib widgets \
Modified: head/sysutils/kdf/Makefile
==============================================================================
--- head/sysutils/kdf/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/kdf/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= sysutils kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Shows free space of devices for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
i18n iconthemes jobwidgets kcmutils kio notifications service \
widgetsaddons xmlgui
Modified: head/sysutils/kdialog/Makefile
==============================================================================
--- head/sysutils/kdialog/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/kdialog/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,8 @@ CATEGORIES= sysutils kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Show nice dialog boxes from shell scripts
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \
+ qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
itemviews jobwidgets kdelibs4support kio notifications parts \
Modified: head/sysutils/kfloppy/Makefile
==============================================================================
--- head/sysutils/kfloppy/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/kfloppy/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= sysutils kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Floppy disk formatter for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
doctools ecm emoticons i18n init itemmodels kdelibs4support \
kio widgetsaddons xmlgui
Modified: head/sysutils/ksystemlog/Makefile
==============================================================================
--- head/sysutils/ksystemlog/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/ksystemlog/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,8 @@ CATEGORIES= sysutils kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= KDE system log application
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \
+ qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
doctools ecm i18n iconthemes itemviews jobwidgets kio \
service sonnet textwidgets widgetsaddons xmlgui
Modified: head/sysutils/plasma5-drkonqi/Makefile
==============================================================================
--- head/sysutils/plasma5-drkonqi/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/plasma5-drkonqi/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde at FreeBSD.org
COMMENT= Plasma5 crash handler
-USES= cmake:outsource kde:5 pkgconfig qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
crash i18n idletime jobwidgets kio notifications \
service wallet widgetsaddons xmlrpcclient
Modified: head/sysutils/qt5-qtdiag/Makefile
==============================================================================
--- head/sysutils/qt5-qtdiag/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/qt5-qtdiag/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5-
MAINTAINER= kde at FreeBSD.org
COMMENT= Tool for reporting diagnostic information about Qt and its environment
-USES= qmake:outsource qt-dist:5,tools
+USES= compiler:c++11-lang qmake:outsource qt-dist:5,tools
USE_QT= core gui
PLIST_FILES= ${QT_BINDIR}/qtdiag
Modified: head/sysutils/signon-kwallet-extension/Makefile
==============================================================================
--- head/sysutils/signon-kwallet-extension/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/sysutils/signon-kwallet-extension/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -9,7 +9,7 @@ COMMENT= KWallet integration for signon framework
LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5
-USES= cmake:outsource kde:5 pkgconfig qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm wallet
USE_QT= core dbus gui \
buildtools_build qmake_build
Modified: head/textproc/libkomparediff2/Makefile
==============================================================================
--- head/textproc/libkomparediff2/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/textproc/libkomparediff2/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= textproc kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Library to compare files and strings
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n kio parts \
service widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Modified: head/x11-clocks/kteatime/Makefile
==============================================================================
--- head/x11-clocks/kteatime/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/x11-clocks/kteatime/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= x11-clocks kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Handy timer for steeping tea
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash doctools ecm \
i18n iconthemes notifications notifyconfig sonnet textwidgets \
widgetsaddons xmlgui
Modified: head/x11-clocks/ktimer/Makefile
==============================================================================
--- head/x11-clocks/ktimer/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/x11-clocks/ktimer/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= x11-clocks kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Countdown launcher for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons doctools ecm i18n iconthemes jobwidgets kio \
notifications service widgetsaddons xmlgui
Modified: head/x11-themes/kf5-qqc2-desktop-style/Makefile
==============================================================================
--- head/x11-themes/kf5-qqc2-desktop-style/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/x11-themes/kf5-qqc2-desktop-style/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,7 @@ CATEGORIES= x11-themes kde kde-frameworks
MAINTAINER= kde at FreeBSD.org
COMMENT= Qt QuickControl2 style for KDE
-USES= cmake:outsource kde:5 pkgconfig qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \
kirigami2 widgetsaddons
USE_QT= gui network qml quick widgets xml \
Modified: head/x11-toolkits/qt5-gamepad/Makefile
==============================================================================
--- head/x11-toolkits/qt5-gamepad/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/x11-toolkits/qt5-gamepad/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -10,7 +10,7 @@ COMMENT= Qt 5 Gamepad Module
USE_QT= core gui qml quick buildtools_build
-USES= qmake:norecursive qt-dist:5,gamepad
+USES= compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
Modified: head/x11/plasma5-kgamma5/Makefile
==============================================================================
--- head/x11/plasma5-kgamma5/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/x11/plasma5-kgamma5/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,8 @@ CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde at FreeBSD.org
COMMENT= Plasma5 monitor's gamma settings
-USES= cmake:outsource cpe gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang cpe gettext kde:5 qt:5 \
+ tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash doctools ecm emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets \
Modified: head/x11/plasma5-kscreen/Makefile
==============================================================================
--- head/x11/plasma5-kscreen/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/x11/plasma5-kscreen/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -7,7 +7,8 @@ CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde at FreeBSD.org
COMMENT= Plasma5 screen management library
-USES= cmake:outsource cpe gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang cpe gettext kde:5 qt:5 \
+ tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \
globalaccel i18n libkscreen widgetsaddons xmlgui
USE_QT= core dbus gui network qml quick testlib widgets xml \
Modified: head/x11/sddm/Makefile
==============================================================================
--- head/x11/sddm/Makefile Sat Oct 27 10:47:05 2018 (r483124)
+++ head/x11/sddm/Makefile Sat Oct 27 11:50:58 2018 (r483125)
@@ -20,7 +20,7 @@ LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/LICENSE.CC-BY-3.0
RUN_DEPENDS= dbus-run-session:devel/dbus
-USES= cmake:outsource kde:5 qt:5
+USES= cmake:outsource compiler:c++11-lang kde:5 qt:5
USE_GITHUB= yes
USE_KDE= ecm
USE_QT= core dbus gui network qml quick \
More information about the svn-ports-all
mailing list