Date: Sun, 2 Dec 2018 15:28:14 +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: r486419 - in head: devel/qscintilla2-designerplugin-qt5 multimedia/QtAV www/plasma5-plasma-browser-integration www/qt5-websockets-qml Message-ID: <201812021528.wB2FSEsN072143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <pkubaj@anongoth.pl> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812021528.wB2FSEsN072143>