From owner-svn-ports-head@freebsd.org Sun Dec 16 19:20:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 855881337BB0; Sun, 16 Dec 2018 19:20:34 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ADF09365D; Sun, 16 Dec 2018 19:20:34 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B6983D93; Sun, 16 Dec 2018 19:20:34 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBGJKX4P071074; Sun, 16 Dec 2018 19:20:33 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBGJKWYI071068; Sun, 16 Dec 2018 19:20:32 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812161920.wBGJKWYI071068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 16 Dec 2018 19:20:32 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/net-im: ktp-accounts-kcm ktp-approver ktp-auth-handler ktp-contact-runner ktp-desktop-applets ktp-kded-module ktp-send-file X-SVN-Commit-Revision: 487624 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2ADF09365D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.84 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.881,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 19:20:34 -0000 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 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