From 0caff6f993754ab063721acefbb7e69176257897 Mon Sep 17 00:00:00 2001 From: tcberner Date: Sat, 27 Oct 2018 11:50:58 +0000 Subject: Fix build with GCC-based architectures for various kde@ ports. - Qt5 required c++11 support. Submitted by: Piotr Kubaj 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 --- graphics/kamera/Makefile | 2 +- graphics/kcolorchooser/Makefile | 2 +- graphics/kdegraphics-mobipocket/Makefile | 2 +- graphics/kdegraphics-svgpart/Makefile | 2 +- graphics/kdegraphics-thumbnailers/Makefile | 2 +- graphics/libkipi/Makefile | 2 +- graphics/libksane/Makefile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'graphics') diff --git a/graphics/kamera/Makefile b/graphics/kamera/Makefile index f2215721bd2c..5c2eeb7a78f6 100644 --- a/graphics/kamera/Makefile +++ b/graphics/kamera/Makefile @@ -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 \ diff --git a/graphics/kcolorchooser/Makefile b/graphics/kcolorchooser/Makefile index 91f84b8c0562..ab9df295da45 100644 --- a/graphics/kcolorchooser/Makefile +++ b/graphics/kcolorchooser/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@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 \ diff --git a/graphics/kdegraphics-mobipocket/Makefile b/graphics/kdegraphics-mobipocket/Makefile index e49428944d23..48b80bcff482 100644 --- a/graphics/kdegraphics-mobipocket/Makefile +++ b/graphics/kdegraphics-mobipocket/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@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 \ diff --git a/graphics/kdegraphics-svgpart/Makefile b/graphics/kdegraphics-svgpart/Makefile index 3d3007865828..36d1035710e0 100644 --- a/graphics/kdegraphics-svgpart/Makefile +++ b/graphics/kdegraphics-svgpart/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= kdegraphics- MAINTAINER= kde@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 diff --git a/graphics/kdegraphics-thumbnailers/Makefile b/graphics/kdegraphics-thumbnailers/Makefile index 6d65cb088367..d4f41e57dc3f 100644 --- a/graphics/kdegraphics-thumbnailers/Makefile +++ b/graphics/kdegraphics-thumbnailers/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@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 \ diff --git a/graphics/libkipi/Makefile b/graphics/libkipi/Makefile index 7f59648587ff..4864c9dda866 100644 --- a/graphics/libkipi/Makefile +++ b/graphics/libkipi/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@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 \ diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile index e3d4e496b52b..07c418d82c9c 100644 --- a/graphics/libksane/Makefile +++ b/graphics/libksane/Makefile @@ -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 -- cgit