diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-10-27 19:50:58 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-10-27 19:50:58 +0800 |
commit | 0caff6f993754ab063721acefbb7e69176257897 (patch) | |
tree | 74eba052c6d25d4a6a8756c5bd25cf19cfb1f218 /x11 | |
parent | 9d17599bfeaef07a442a44e331c53f1717d87efa (diff) | |
download | freebsd-ports-gnome-0caff6f993754ab063721acefbb7e69176257897.tar.gz freebsd-ports-gnome-0caff6f993754ab063721acefbb7e69176257897.tar.zst freebsd-ports-gnome-0caff6f993754ab063721acefbb7e69176257897.zip |
Fix build with GCC-based architectures for various kde@ ports.
- Qt5 required c++11 support.
Submitted by: Piotr Kubaj <pkubaj@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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/plasma5-kgamma5/Makefile | 3 | ||||
-rw-r--r-- | x11/plasma5-kscreen/Makefile | 3 | ||||
-rw-r--r-- | x11/sddm/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/x11/plasma5-kgamma5/Makefile b/x11/plasma5-kgamma5/Makefile index a116bf56125c..b4e2d641fde1 100644 --- a/x11/plasma5-kgamma5/Makefile +++ b/x11/plasma5-kgamma5/Makefile @@ -7,7 +7,8 @@ CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@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 \ diff --git a/x11/plasma5-kscreen/Makefile b/x11/plasma5-kscreen/Makefile index 37217c01abc8..ecc417a38d4a 100644 --- a/x11/plasma5-kscreen/Makefile +++ b/x11/plasma5-kscreen/Makefile @@ -7,7 +7,8 @@ CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@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 \ diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile index e27bd2399c6b..07545b74b55a 100644 --- a/x11/sddm/Makefile +++ b/x11/sddm/Makefile @@ -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 \ |