Date: Sat, 27 Apr 2019 05:38:43 +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: r500191 - in head: deskutils/kchmviewer games/kigo games/konquest misc/kookbook net-p2p/ktorrent Message-ID: <201904270538.x3R5ch2C005803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Apr 27 05:38:42 2019 New Revision: 500191 URL: https://svnweb.freebsd.org/changeset/ports/500191 Log: Fix some kde@ ports for GCC architectures PR: 237516 Submitted by: pkubaj Modified: head/deskutils/kchmviewer/Makefile head/games/kigo/Makefile head/games/konquest/Makefile head/misc/kookbook/Makefile head/net-p2p/ktorrent/Makefile Modified: head/deskutils/kchmviewer/Makefile ============================================================================== --- head/deskutils/kchmviewer/Makefile Sat Apr 27 05:32:21 2019 (r500190) +++ head/deskutils/kchmviewer/Makefile Sat Apr 27 05:38:42 2019 (r500191) @@ -13,7 +13,7 @@ COMMENT= KDE viewer for CHM files LIB_DEPENDS= libchm.so:misc/chmlib \ libzip.so:archivers/libzip -USES= dos2unix qmake:outsource qt:5 +USES= compiler:c++11-lang dos2unix qmake:outsource qt:5 USE_QT= core dbus gui network printsupport webkit widgets xml \ buildtools_build qmake_build USE_XORG= x11 Modified: head/games/kigo/Makefile ============================================================================== --- head/games/kigo/Makefile Sat Apr 27 05:32:21 2019 (r500190) +++ head/games/kigo/Makefile Sat Apr 27 05:38:42 2019 (r500191) @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= attica auth codecs completion config configwidgets \ coreaddons crash dbusaddons ecm i18n jobwidgets kio \ libkdegames newstuff notifyconfig service sonnet textwidgets \ Modified: head/games/konquest/Makefile ============================================================================== --- head/games/konquest/Makefile Sat Apr 27 05:32:21 2019 (r500190) +++ head/games/konquest/Makefile Sat Apr 27 05:38:42 2019 (r500191) @@ -7,7 +7,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons crash \ dbusaddons ecm guiaddons i18n libkdegames widgetsaddons \ xmlgui Modified: head/misc/kookbook/Makefile ============================================================================== --- head/misc/kookbook/Makefile Sat Apr 27 05:32:21 2019 (r500190) +++ head/misc/kookbook/Makefile Sat Apr 27 05:38:42 2019 (r500191) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_QT= core declarative gui network printsupport widgets \ qmake_build buildtools_build USE_KDE= ecm_build Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Sat Apr 27 05:32:21 2019 (r500190) +++ head/net-p2p/ktorrent/Makefile Sat Apr 27 05:38:42 2019 (r500191) @@ -11,7 +11,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \ libgcrypt.so:security/libgcrypt \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904270538.x3R5ch2C005803>