Date: Wed, 26 Dec 2018 08:39:25 +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: r488361 - in head: math/kalgebra net-im/kopete security/kgpg x11-fm/konqueror x11-toolkits/qt5-uiplugin Message-ID: <201812260839.wBQ8dPcY067754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812260839.wBQ8dPcY067754>