From owner-svn-ports-head@freebsd.org Sun Nov 3 09:18:30 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 723F31AD882; Sun, 3 Nov 2019 09:18:30 +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 475Vj22QgVz3Nhf; Sun, 3 Nov 2019 09:18:30 +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 312089904; Sun, 3 Nov 2019 09:18:30 +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 xA39IUpj031194; Sun, 3 Nov 2019 09:18:30 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA39IRph031182; Sun, 3 Nov 2019 09:18:27 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201911030918.xA39IRph031182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 3 Nov 2019 09:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516401 - in head: devel/kf5-kcrash devel/kf5-kidletime devel/kf5-knotifications security/kf5-kdesu www/kf5-khtml x11-toolkits/kf5-kguiaddons x11/kf5-frameworkintegration x11/kf5-kdelib... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/kf5-kcrash devel/kf5-kidletime devel/kf5-knotifications security/kf5-kdesu www/kf5-khtml x11-toolkits/kf5-kguiaddons x11/kf5-frameworkintegration x11/kf5-kdelibs4support x11/kf5-kglobal... X-SVN-Commit-Revision: 516401 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 03 Nov 2019 09:18:30 -0000 Author: tcberner Date: Sun Nov 3 09:18:27 2019 New Revision: 516401 URL: https://svnweb.freebsd.org/changeset/ports/516401 Log: Add USES=xorg to kde-framework ports missing it. Modified: head/devel/kf5-kcrash/Makefile head/devel/kf5-kidletime/Makefile head/devel/kf5-knotifications/Makefile head/security/kf5-kdesu/Makefile head/www/kf5-khtml/Makefile head/x11-toolkits/kf5-kguiaddons/Makefile head/x11/kf5-frameworkintegration/Makefile head/x11/kf5-kdelibs4support/Makefile head/x11/kf5-kglobalaccel/Makefile head/x11/kf5-kinit/Makefile head/x11/kf5-kwindowsystem/Makefile head/x11/kf5-plasma-framework/Makefile Modified: head/devel/kf5-kcrash/Makefile ============================================================================== --- head/devel/kf5-kcrash/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/devel/kf5-kcrash/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -7,7 +7,7 @@ CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library to handle crash analysis and bug report from apps -USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg USE_KDE= coreaddons ecm windowsystem USE_QT= buildtools_build core gui qmake_build widgets x11extras USE_XORG= ice sm x11 xext Modified: head/devel/kf5-kidletime/Makefile ============================================================================== --- head/devel/kf5-kidletime/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/devel/kf5-kidletime/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -7,7 +7,7 @@ CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library for monitoring user activity -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= ecm USE_QT= buildtools_build core dbus gui qmake_build widgets x11extras USE_XORG= ice sm x11 xext xcb xscrnsaver Modified: head/devel/kf5-knotifications/Makefile ============================================================================== --- head/devel/kf5-knotifications/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/devel/kf5-knotifications/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -9,7 +9,7 @@ COMMENT= KF5 abstraction for system notifications LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt -USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= codecs config coreaddons ecm windowsystem USE_QT= buildtools_build core dbus gui linguisttools phonon4 \ qmake_build widgets x11extras Modified: head/security/kf5-kdesu/Makefile ============================================================================== --- head/security/kf5-kdesu/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/security/kf5-kdesu/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -7,7 +7,7 @@ CATEGORIES= security kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 integration with su for elevated privileges -USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= config coreaddons dbusaddons ecm i18n pty service USE_QT= buildtools_build core dbus qmake_build xml USE_XORG= ice sm x11 xext Modified: head/www/kf5-khtml/Makefile ============================================================================== --- head/www/kf5-khtml/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/www/kf5-khtml/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -11,7 +11,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png USES= cmake compiler:c++11-lib gettext gperf jpeg kde:5 \ - qt:5 tar:xz + qt:5 tar:xz xorg USE_KDE= archive auth bookmarks codecs completion config \ configwidgets coreaddons ecm globalaccel i18n iconthemes \ jobwidgets js kio notifications parts service sonnet \ Modified: head/x11-toolkits/kf5-kguiaddons/Makefile ============================================================================== --- head/x11-toolkits/kf5-kguiaddons/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/x11-toolkits/kf5-kguiaddons/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -7,7 +7,7 @@ CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 addons to QtGui -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= ecm USE_QT= buildtools_build core gui qmake_build testlib widgets x11extras USE_XORG= ice sm x11 xcb xext Modified: head/x11/kf5-frameworkintegration/Makefile ============================================================================== --- head/x11/kf5-frameworkintegration/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/x11/kf5-frameworkintegration/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -8,7 +8,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 workspace and cross-framework integration plugins USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ - qt:5 tar:xz + qt:5 tar:xz xorg USE_KDE= auth attica codecs config configwidgets coreaddons ecm i18n \ iconthemes kio newstuff notifications package widgetsaddons USE_QT= buildtools_build core dbus gui network qmake_build widgets \ Modified: head/x11/kf5-kdelibs4support/Makefile ============================================================================== --- head/x11/kf5-kdelibs4support/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/x11/kf5-kdelibs4support/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -10,7 +10,7 @@ COMMENT= KF5 porting aid from KDELibs4 BUILD_DEPENDS= p5-URI>=0:net/p5-URI USES= cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix \ - tar:xz + tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools emoticons globalaccel guiaddons \ i18n iconthemes itemviews jobwidgets kded kio notifications \ Modified: head/x11/kf5-kglobalaccel/Makefile ============================================================================== --- head/x11/kf5-kglobalaccel/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/x11/kf5-kglobalaccel/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -9,7 +9,7 @@ COMMENT= KF5 library to add support for global workspa LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms -USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg USE_KDE= ecm config coreaddons crash dbusaddons i18n service \ windowsystem USE_QT= buildtools_build core dbus gui linguisttools qmake_build \ Modified: head/x11/kf5-kinit/Makefile ============================================================================== --- head/x11/kf5-kinit/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/x11/kf5-kinit/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -7,7 +7,7 @@ CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 process launcher to speed up launching KDE applications -USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= completion config coreaddons crash doctools ecm i18n \ jobwidgets kio service widgetsaddons windowsystem USE_QT= buildtools_build concurrent core dbus gui network qmake_build widgets Modified: head/x11/kf5-kwindowsystem/Makefile ============================================================================== --- head/x11/kf5-kwindowsystem/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/x11/kf5-kwindowsystem/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -9,7 +9,7 @@ COMMENT= KF5 library for access to the windowing syste LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= ecm USE_QT= buildtools_build core gui linguisttools qmake_build \ testlib widgets x11extras Modified: head/x11/kf5-plasma-framework/Makefile ============================================================================== --- head/x11/kf5-plasma-framework/Makefile Sun Nov 3 09:15:35 2019 (r516400) +++ head/x11/kf5-plasma-framework/Makefile Sun Nov 3 09:18:27 2019 (r516401) @@ -7,7 +7,7 @@ CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin based UI runtime used to write user interfaces -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz xorg USE_GL= egl gl USE_KDE= activities archive auth codecs completion config \ configwidgets coreaddons dbusaddons doctools globalaccel \