From owner-svn-ports-head@freebsd.org Sun Dec 2 15:28:15 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 D0B8A1324FE0; Sun, 2 Dec 2018 15:28:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77C987001D; Sun, 2 Dec 2018 15:28:15 +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 58C0F75B; Sun, 2 Dec 2018 15:28:15 +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 wB2FSFMf072147; Sun, 2 Dec 2018 15:28:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2FSEsN072143; Sun, 2 Dec 2018 15:28:14 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812021528.wB2FSEsN072143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 2 Dec 2018 15:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486419 - in head: devel/qscintilla2-designerplugin-qt5 multimedia/QtAV www/plasma5-plasma-browser-integration www/qt5-websockets-qml X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/qscintilla2-designerplugin-qt5 multimedia/QtAV www/plasma5-plasma-browser-integration www/qt5-websockets-qml X-SVN-Commit-Revision: 486419 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 77C987001D X-Spamd-Result: default: False [0.28 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.05)[0.050,0]; NEURAL_SPAM_SHORT(0.20)[0.197,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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, 02 Dec 2018 15:28:16 -0000 Author: tcberner Date: Sun Dec 2 15:28:14 2018 New Revision: 486419 URL: https://svnweb.freebsd.org/changeset/ports/486419 Log: Set c++11 on some more kde@ ports. PR: 233721 Submitted by: Piotr Kubaj Modified: head/devel/qscintilla2-designerplugin-qt5/Makefile head/multimedia/QtAV/Makefile head/www/plasma5-plasma-browser-integration/Makefile head/www/qt5-websockets-qml/Makefile Modified: head/devel/qscintilla2-designerplugin-qt5/Makefile ============================================================================== --- head/devel/qscintilla2-designerplugin-qt5/Makefile Sun Dec 2 15:25:27 2018 (r486418) +++ head/devel/qscintilla2-designerplugin-qt5/Makefile Sun Dec 2 15:28:14 2018 (r486419) @@ -15,7 +15,7 @@ LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-q DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo USE_GL= gl -USES= qmake pyqt:5 qt:5 +USES= compiler:c++11-lang qmake pyqt:5 qt:5 USE_QT= core designer printsupport gui widgets xml \ buildtools_build qmake_build Modified: head/multimedia/QtAV/Makefile ============================================================================== --- head/multimedia/QtAV/Makefile Sun Dec 2 15:25:27 2018 (r486418) +++ head/multimedia/QtAV/Makefile Sun Dec 2 15:28:14 2018 (r486419) @@ -16,7 +16,7 @@ LICENSE_FIKE= ${WRKSRC}/lgpl-2.1.txt LIB_DEPENDS= libass.so:multimedia/libass \ libavcodec.so:multimedia/ffmpeg -USES= qmake:outsource qt:5 +USES= compiler:c++11-lang qmake:outsource qt:5 USE_GL= gl USE_QT= core declarative gui network opengl sql widgets \ buildtools_build qmake_build Modified: head/www/plasma5-plasma-browser-integration/Makefile ============================================================================== --- head/www/plasma5-plasma-browser-integration/Makefile Sun Dec 2 15:25:27 2018 (r486418) +++ head/www/plasma5-plasma-browser-integration/Makefile Sun Dec 2 15:28:14 2018 (r486419) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= plasma5- # this port is not yet using C MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 components to integrate browsers into the desktop -USES= cmake:outsource kde:5 qt:5 +USES= compiler:c++11-lang cmake:outsource kde:5 qt:5 USE_KDE= activities config coreaddons i18n kio notifications package \ plasma-framework runner service windowsystem USE_QT= core dbus gui widgets \ Modified: head/www/qt5-websockets-qml/Makefile ============================================================================== --- head/www/qt5-websockets-qml/Makefile Sun Dec 2 15:25:27 2018 (r486418) +++ head/www/qt5-websockets-qml/Makefile Sun Dec 2 15:28:14 2018 (r486419) @@ -10,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt implementation of WebSocket protocol (QML bindings) USE_QT= buildtools_build core declarative network websockets -USES= qmake qt-dist:5,websockets +USES= compiler:c++11-lang qmake qt-dist:5,websockets USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include