From owner-svn-ports-head@freebsd.org Fri Nov 23 22:42:05 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 A107D11333F1; Fri, 23 Nov 2018 22:42:05 +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 3ECED77DE7; Fri, 23 Nov 2018 22:42:05 +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 0887124E7E; Fri, 23 Nov 2018 22:42:05 +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 wANMg49O019607; Fri, 23 Nov 2018 22:42:04 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wANMg4Ir019604; Fri, 23 Nov 2018 22:42:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201811232242.wANMg4Ir019604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 23 Nov 2018 22:42:04 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/qscintilla2-qt5 net/kitinerary sysutils/signon-plugin-oauth2 x11-themes/kf5-breeze-icons X-SVN-Commit-Revision: 485713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3ECED77DE7 X-Spamd-Result: default: False [1.56 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.42)[0.420,0]; NEURAL_SPAM_MEDIUM(0.73)[0.730,0]; NEURAL_SPAM_SHORT(0.41)[0.415,0] 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: Fri, 23 Nov 2018 22:42:05 -0000 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 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