Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 22:42:04 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485713 - in head: devel/qscintilla2-qt5 net/kitinerary sysutils/signon-plugin-oauth2 x11-themes/kf5-breeze-icons
Message-ID:  <201811232242.wANMg4Ir019604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Nov 23 22:42:03 2018
New Revision: 485713
URL: https://svnweb.freebsd.org/changeset/ports/485713

Log:
  Fix build for some kde@ ports with GCC-based architectures
  
  PR:		233451
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/devel/qscintilla2-qt5/Makefile
  head/net/kitinerary/Makefile
  head/sysutils/signon-plugin-oauth2/Makefile
  head/x11-themes/kf5-breeze-icons/Makefile

Modified: head/devel/qscintilla2-qt5/Makefile
==============================================================================
--- head/devel/qscintilla2-qt5/Makefile	Fri Nov 23 22:28:15 2018	(r485712)
+++ head/devel/qscintilla2-qt5/Makefile	Fri Nov 23 22:42:03 2018	(r485713)
@@ -10,7 +10,7 @@ DISTNAME=	${QSCI2_DISTNAME}
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt 5 port of the Scintilla C++ editor class
 
-USES=		qmake pyqt:5 qt:5
+USES=		compiler:c++11-lang qmake pyqt:5 qt:5
 USE_GL=		gl
 USE_PYQT=	#
 USE_QT=		buildtools_build core gui printsupport widgets

Modified: head/net/kitinerary/Makefile
==============================================================================
--- head/net/kitinerary/Makefile	Fri Nov 23 22:28:15 2018	(r485712)
+++ head/net/kitinerary/Makefile	Fri Nov 23 22:42:03 2018	(r485713)
@@ -12,7 +12,7 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	libpoppler.so:graphics/poppler \
 		libzxing.so:textproc/zxing-cpp
 
-USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	ecm i18n
 # Pim components
 USE_KDE+=	calendarcore contacts kpkpass mime

Modified: head/sysutils/signon-plugin-oauth2/Makefile
==============================================================================
--- head/sysutils/signon-plugin-oauth2/Makefile	Fri Nov 23 22:28:15 2018	(r485712)
+++ head/sysutils/signon-plugin-oauth2/Makefile	Fri Nov 23 22:42:03 2018	(r485713)
@@ -11,7 +11,7 @@ COMMENT=	Signon OAuth 1.0 and 2.0 plugin for accounts-
 
 LIB_DEPENDS=	libsignon-qt5.so:sysutils/signon-qt5
 
-USES=		pkgconfig python qmake qt:5
+USES=		compiler:c++11-lang pkgconfig python qmake qt:5
 USE_QT=		core network testlib \
 		buildtools_build qmake_build
 USE_LDCONFIG=	${PREFIX}/lib/signon

Modified: head/x11-themes/kf5-breeze-icons/Makefile
==============================================================================
--- head/x11-themes/kf5-breeze-icons/Makefile	Fri Nov 23 22:28:15 2018	(r485712)
+++ head/x11-themes/kf5-breeze-icons/Makefile	Fri Nov 23 22:42:03 2018	(r485713)
@@ -10,7 +10,7 @@ COMMENT=	Breeze icon theme for KDE
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING-ICONS
 
-USES=		cmake:outsource kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource kde:5 qt:5 tar:xz
 USE_KDE=	ecm
 USE_QT=		buildtools_build core qmake_build testlib
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811232242.wANMg4Ir019604>