Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 19:20:32 +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: r487624 - in head/net-im: ktp-accounts-kcm ktp-approver ktp-auth-handler ktp-contact-runner ktp-desktop-applets ktp-kded-module ktp-send-file
Message-ID:  <201812161920.wBGJKWYI071068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Dec 16 19:20:32 2018
New Revision: 487624
URL: https://svnweb.freebsd.org/changeset/ports/487624

Log:
  Set c++11 on some more kde@ ports.
  
  PR:		234060
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/net-im/ktp-accounts-kcm/Makefile
  head/net-im/ktp-approver/Makefile
  head/net-im/ktp-auth-handler/Makefile
  head/net-im/ktp-contact-runner/Makefile
  head/net-im/ktp-desktop-applets/Makefile
  head/net-im/ktp-kded-module/Makefile
  head/net-im/ktp-send-file/Makefile

Modified: head/net-im/ktp-accounts-kcm/Makefile
==============================================================================
--- head/net-im/ktp-accounts-kcm/Makefile	Sun Dec 16 19:13:22 2018	(r487623)
+++ head/net-im/ktp-accounts-kcm/Makefile	Sun Dec 16 19:20:32 2018	(r487624)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5
 RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list  \
 		${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers
 
-USES=		cmake:outsource gettext gnome kde:5 pkgconfig qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext gnome kde:5 \
+		pkgconfig qt:5 tar:xz
 USE_GNOME=	intltool
 USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
 		iconthemes itemviews kcmutils kio notifications notifyconfig \

Modified: head/net-im/ktp-approver/Makefile
==============================================================================
--- head/net-im/ktp-approver/Makefile	Sun Dec 16 19:13:22 2018	(r487623)
+++ head/net-im/ktp-approver/Makefile	Sun Dec 16 19:20:32 2018	(r487624)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@q
 		libKTpCommonInternals.so:net-im/ktp-common-internals
 RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
 
-USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz
 USE_KDE=	config coreaddons ecm dbusaddons service i18n notifications
 USE_QT=		core  dbus gui network widgets xml \
 		buildtools_build qmake_build

Modified: head/net-im/ktp-auth-handler/Makefile
==============================================================================
--- head/net-im/ktp-auth-handler/Makefile	Sun Dec 16 19:13:22 2018	(r487623)
+++ head/net-im/ktp-auth-handler/Makefile	Sun Dec 16 19:20:32 2018	(r487624)
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libqca-qt5.so:devel/qca@qt5 \
 		libkaccounts.so:net-im/kaccounts-integration \
 		libsignon-qt5.so:sysutils/signon-qt5
 
-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=	completion config coreaddons ecm i18n jobwidgets kdewebkit \
 		kio wallet service widgetsaddons
 USE_QT=		core dbus gui network webkit widgets xml \

Modified: head/net-im/ktp-contact-runner/Makefile
==============================================================================
--- head/net-im/ktp-contact-runner/Makefile	Sun Dec 16 19:13:22 2018	(r487623)
+++ head/net-im/ktp-contact-runner/Makefile	Sun Dec 16 19:20:32 2018	(r487624)
@@ -10,7 +10,7 @@ COMMENT=	KRunner integration module for KDE Telepathy
 LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
 		libKTpCommonInternals.so:net-im/ktp-common-internals
 
-USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz
 USE_KDE=	config coreaddons ecm i18n package plasma-framework runner \
 		service wallet
 USE_QT=		core dbus gui network widgets xml\

Modified: head/net-im/ktp-desktop-applets/Makefile
==============================================================================
--- head/net-im/ktp-desktop-applets/Makefile	Sun Dec 16 19:13:22 2018	(r487623)
+++ head/net-im/ktp-desktop-applets/Makefile	Sun Dec 16 19:20:32 2018	(r487624)
@@ -9,7 +9,7 @@ COMMENT=	KDE instant messaging plasma widgets
 
 LIB_DEPENDS=	libKTpCommonInternals.so:net-im/ktp-common-internals
 
-USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz
 USE_KDE=	ecm plasma-framework windowsystem
 USE_QT=		core dbus declarative gui network widgets \
 		buildtools_build qmake_build

Modified: head/net-im/ktp-kded-module/Makefile
==============================================================================
--- head/net-im/ktp-kded-module/Makefile	Sun Dec 16 19:13:22 2018	(r487623)
+++ head/net-im/ktp-kded-module/Makefile	Sun Dec 16 19:20:32 2018	(r487624)
@@ -10,7 +10,7 @@ COMMENT=	Module for integration of instant messaging i
 LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
 		libKTpCommonInternals.so:net-im/ktp-common-internals
 
-USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz
 USE_KDE=	activities auth codecs completion config configwidgets coreaddons \
 		dbusaddons i18n idletime jobwidgets kcmutils kio notifications \
 		service wallet widgetsaddons

Modified: head/net-im/ktp-send-file/Makefile
==============================================================================
--- head/net-im/ktp-send-file/Makefile	Sun Dec 16 19:13:22 2018	(r487623)
+++ head/net-im/ktp-send-file/Makefile	Sun Dec 16 19:20:32 2018	(r487624)
@@ -12,7 +12,7 @@ LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@q
 RUN_DEPENDS=	${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \
 		${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
 
-USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
+USES=		compiler:c++11-lang cmake:outsource gettext kde:5 qt:5 tar:xz
 USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
 		i18n iconthemes jobwidgets kcmutils kio service wallet \
 		widgetsaddons



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