From owner-svn-ports-head@freebsd.org Sat Apr 27 05:38:45 2019 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 1ACDF1585F0D; Sat, 27 Apr 2019 05:38:45 +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 B0331706C0; Sat, 27 Apr 2019 05:38:44 +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 691951EA8A; Sat, 27 Apr 2019 05:38:44 +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 x3R5civi005808; Sat, 27 Apr 2019 05:38:44 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3R5ch2C005803; Sat, 27 Apr 2019 05:38:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201904270538.x3R5ch2C005803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 27 Apr 2019 05:38:43 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: deskutils/kchmviewer games/kigo games/konquest misc/kookbook net-p2p/ktorrent X-SVN-Commit-Revision: 500191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B0331706C0 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.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Sat, 27 Apr 2019 05:38:45 -0000 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 \