From owner-svn-ports-all@freebsd.org Wed Dec 26 08:39:26 2018 Return-Path: Delivered-To: svn-ports-all@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 7ECB41347379; Wed, 26 Dec 2018 08:39:26 +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 23E786C49F; Wed, 26 Dec 2018 08:39:26 +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 180BF21158; Wed, 26 Dec 2018 08:39:26 +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 wBQ8dPYp067759; Wed, 26 Dec 2018 08:39:25 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQ8dPcY067754; Wed, 26 Dec 2018 08:39:25 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812260839.wBQ8dPcY067754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 26 Dec 2018 08:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488361 - in head: math/kalgebra net-im/kopete security/kgpg x11-fm/konqueror x11-toolkits/qt5-uiplugin X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: math/kalgebra net-im/kopete security/kgpg x11-fm/konqueror x11-toolkits/qt5-uiplugin X-SVN-Commit-Revision: 488361 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 23E786C49F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 08:39:26 -0000 Author: tcberner Date: Wed Dec 26 08:39:24 2018 New Revision: 488361 URL: https://svnweb.freebsd.org/changeset/ports/488361 Log: Fix up various kde ports to build on GCC-based architectures PR: 234390 Submitted by: linimon Modified: head/math/kalgebra/Makefile head/net-im/kopete/Makefile head/security/kgpg/Makefile head/x11-fm/konqueror/Makefile head/x11-toolkits/qt5-uiplugin/Makefile Modified: head/math/kalgebra/Makefile ============================================================================== --- head/math/kalgebra/Makefile Wed Dec 26 08:08:32 2018 (r488360) +++ head/math/kalgebra/Makefile Wed Dec 26 08:39:24 2018 (r488361) @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/doc docbook-xml>0:textproc/docbook-xml CMAKE_ARGS= -DBUILD_mobile:BOOL=FALSE -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_GL= glu USE_KDE= auth codecs config configwidgets coreaddons doctools ecm i18n \ kio service widgetsaddons xmlgui Modified: head/net-im/kopete/Makefile ============================================================================== --- head/net-im/kopete/Makefile Wed Dec 26 08:08:32 2018 (r488360) +++ head/net-im/kopete/Makefile Wed Dec 26 08:39:24 2018 (r488361) @@ -14,7 +14,8 @@ LIB_DEPENDS= libidn.so:dns/libidn \ libqca-qt5.so:devel/qca@qt5 \ libv4l2.so:multimedia/libv4l -USES= cmake jpeg kde:5 qt:5 shebangfix tar:xz +USES= cmake compiler:c++11-lang jpeg kde:5 qt:5 shebangfix \ + tar:xz USE_GNOME= libxml2 libxslt USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \ Modified: head/security/kgpg/Makefile ============================================================================== --- head/security/kgpg/Makefile Wed Dec 26 08:08:32 2018 (r488360) +++ head/security/kgpg/Makefile Wed Dec 26 08:39:24 2018 (r488361) @@ -9,7 +9,8 @@ COMMENT= Encryption tool for KDE RUN_DEPENDS= gpg2:security/gnupg -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \ + tar:xz USE_KDE= akonadi akonadicontacts archive auth bookmarks codecs \ completion config configwidgets contacts coreaddons crash \ dbusaddons doctools ecm i18n iconthemes itemmodels itemviews \ Modified: head/x11-fm/konqueror/Makefile ============================================================================== --- head/x11-fm/konqueror/Makefile Wed Dec 26 08:08:32 2018 (r488360) +++ head/x11-fm/konqueror/Makefile Wed Dec 26 08:39:24 2018 (r488361) @@ -9,7 +9,8 @@ COMMENT= KDE system log application LIB_DEPENDS= libtidy.so:www/tidy-lib -USES= cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext \ + kde:5 pkgconfig qt:5 tar:xz USE_KDE= activities archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons guiaddons i18n iconthemes \ itemviews jobwidgets js kcmutils kdelibs4support \ Modified: head/x11-toolkits/qt5-uiplugin/Makefile ============================================================================== --- head/x11-toolkits/qt5-uiplugin/Makefile Wed Dec 26 08:08:32 2018 (r488360) +++ head/x11-toolkits/qt5-uiplugin/Makefile Wed Dec 26 08:39:24 2018 (r488361) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Custom Qt widget plugin interface for Qt Designer -USES= qmake qt-dist:5,tools +USES= compiler:c++17-lang qmake qt-dist:5,tools USE_QT= core gui widgets BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}