From owner-svn-ports-head@freebsd.org Sun Nov 3 09:23:09 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 44C271ADBB2; Sun, 3 Nov 2019 09:23:09 +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 475VpP14NBz3P41; Sun, 3 Nov 2019 09:23:09 +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 08FCF9AD5; Sun, 3 Nov 2019 09:23:09 +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 xA39N8II037245; Sun, 3 Nov 2019 09:23:08 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA39N5JU037221; Sun, 3 Nov 2019 09:23:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201911030923.xA39N5JU037221@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:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516402 - in head: deskutils/plasma5-sddm-kcm devel/plasma5-khotkeys security/plasma5-kscreenlocker sysutils/plasma5-kde-cli-tools sysutils/plasma5-kinfocenter sysutils/plasma5-powerdev... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: deskutils/plasma5-sddm-kcm devel/plasma5-khotkeys security/plasma5-kscreenlocker sysutils/plasma5-kde-cli-tools sysutils/plasma5-kinfocenter sysutils/plasma5-powerdevil x11-themes/plasma5-bre... X-SVN-Commit-Revision: 516402 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:23:09 -0000 Author: tcberner Date: Sun Nov 3 09:23:05 2019 New Revision: 516402 URL: https://svnweb.freebsd.org/changeset/ports/516402 Log: Add USES=xorg to kde-plasma ports missing it. Modified: head/deskutils/plasma5-sddm-kcm/Makefile head/devel/plasma5-khotkeys/Makefile head/security/plasma5-kscreenlocker/Makefile head/sysutils/plasma5-kde-cli-tools/Makefile head/sysutils/plasma5-kinfocenter/Makefile head/sysutils/plasma5-powerdevil/Makefile head/x11-themes/plasma5-breeze/Makefile head/x11-themes/plasma5-kde-gtk-config/Makefile head/x11-themes/plasma5-oxygen/Makefile head/x11-wm/plasma5-kwin/Makefile head/x11/plasma5-kgamma5/Makefile head/x11/plasma5-libkscreen/Makefile head/x11/plasma5-plasma-desktop/Makefile head/x11/plasma5-plasma-integration/Makefile head/x11/plasma5-plasma-workspace/Makefile Modified: head/deskutils/plasma5-sddm-kcm/Makefile ============================================================================== --- head/deskutils/plasma5-sddm-kcm/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/deskutils/plasma5-sddm-kcm/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -8,7 +8,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 config module for SDDM USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig \ - qt:5 tar:xz + qt:5 tar:xz xorg USE_KDE= auth archive attica codecs completion config configwidgets \ coreaddons ecm i18n jobwidgets kio newstuff service \ widgetsaddons xmlgui Modified: head/devel/plasma5-khotkeys/Makefile ============================================================================== --- head/devel/plasma5-khotkeys/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/devel/plasma5-khotkeys/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -7,7 +7,7 @@ CATEGORIES= devel kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 library for hotkeys -USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons ecm emoticons globalaccel \ guiaddons i18n iconthemes init itemmodels itemviews jobwidgets \ Modified: head/security/plasma5-kscreenlocker/Makefile ============================================================================== --- head/security/plasma5-kscreenlocker/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/security/plasma5-kscreenlocker/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -14,7 +14,7 @@ RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2\ dbus-send:devel/dbus USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \ - qt:5 shebangfix tar:xz + qt:5 shebangfix tar:xz xorg USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ emoticons globalaccel i18n idletime init itemmodels kcmutils \ kdeclarative kdelibs4support notifications package \ Modified: head/sysutils/plasma5-kde-cli-tools/Makefile ============================================================================== --- head/sysutils/plasma5-kde-cli-tools/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/sysutils/plasma5-kde-cli-tools/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -9,7 +9,7 @@ COMMENT= Plasma5 non-interactive system tools CONFLICTS_INSTALL= kde-runtime-kde4 -USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz xorg USE_KDE= activities auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm emoticons guiaddons i18n iconthemes init \ itemmodels itemviews jobwidgets kcmutils kdeclarative kdelibs4support kdesu \ Modified: head/sysutils/plasma5-kinfocenter/Makefile ============================================================================== --- head/sysutils/plasma5-kinfocenter/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/sysutils/plasma5-kinfocenter/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -10,7 +10,7 @@ COMMENT= Plasma5 utility providing system information LIB_DEPENDS= libpci.so:devel/libpci USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \ - qt:5 tar:xz + qt:5 tar:xz xorg USE_GL= egl gl glu USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools ecm emoticons guiaddons \ Modified: head/sysutils/plasma5-powerdevil/Makefile ============================================================================== --- head/sysutils/plasma5-powerdevil/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/sysutils/plasma5-powerdevil/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -10,7 +10,7 @@ COMMENT= Plasma5 tool to manage the power consumption LIB_DEPENDS= libudev.so:devel/libudev-devd RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower -USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= activities auth bookmarks codecs completion configwidgets \ coreaddons crash config dbusaddons ecm emoticons globalaccel \ guiaddons i18n idletime iconthemes init itemmodels itemviews \ Modified: head/x11-themes/plasma5-breeze/Makefile ============================================================================== --- head/x11-themes/plasma5-breeze/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11-themes/plasma5-breeze/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfftw3_threads.so:math/fftw3 USES= cmake compiler:c++11-lib cpe \ - gettext kde:5 pkgconfig qt:5 tar:xz + gettext kde:5 pkgconfig qt:5 tar:xz xorg USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \ decoration ecm frameworkintegration guiaddons i18n kcmutils \ plasma-framework service wayland widgetsaddons windowsystem Modified: head/x11-themes/plasma5-kde-gtk-config/Makefile ============================================================================== --- head/x11-themes/plasma5-kde-gtk-config/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11-themes/plasma5-kde-gtk-config/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -16,7 +16,7 @@ BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gset RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas USES= cmake compiler:c++11-lib cpe gettext \ - kde:5 pkgconfig qt:5 tar:xz + kde:5 pkgconfig qt:5 tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20 USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons ecm i18n iconthemes jobwidgets kcmutils kio \ Modified: head/x11-themes/plasma5-oxygen/Makefile ============================================================================== --- head/x11-themes/plasma5-oxygen/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11-themes/plasma5-oxygen/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB USES= cmake compiler:c++11-lib cpe gettext \ - kde:5 pkgconfig qt:5 tar:xz + kde:5 pkgconfig qt:5 tar:xz xorg USE_LDCONFIG= yes USE_KDE= auth codecs completion config configwidgets coreaddons decoration ecm \ frameworkintegration guiaddons i18n kcmutils service \ Modified: head/x11-wm/plasma5-kwin/Makefile ============================================================================== --- head/x11-wm/plasma5-kwin/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11-wm/plasma5-kwin/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -28,7 +28,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:deve RUN_DEPENDS= Xwayland:x11-servers/xwayland USES= cmake compiler:c++11-lib cpe gettext \ - kde:5 pkgconfig qt:5 tar:xz + kde:5 pkgconfig qt:5 tar:xz xorg USE_GL= egl USE_KDE= activities activities attica auth breeze codecs \ completion config configwidgets coreaddons crash decoration \ Modified: head/x11/plasma5-kgamma5/Makefile ============================================================================== --- head/x11/plasma5-kgamma5/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11/plasma5-kgamma5/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -5,10 +5,10 @@ DISTVERSION= ${KDE_PLASMA_VERSION} CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org -COMMENT= Plasma5 monitor's gamma settings +COMMENT= Plasma5 monitor's gamma settings #' USES= cmake compiler:c++11-lang cpe gettext kde:5 qt:5 \ - tar:xz + tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash doctools ecm emoticons guiaddons i18n \ iconthemes init itemmodels itemviews jobwidgets \ Modified: head/x11/plasma5-libkscreen/Makefile ============================================================================== --- head/x11/plasma5-libkscreen/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11/plasma5-libkscreen/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -8,7 +8,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 screen management library USES= cmake compiler:c++11-lib cpe kde:5 pathfix \ - pkgconfig qt:5 tar:xz + pkgconfig qt:5 tar:xz xorg USE_KDE= ecm wayland USE_QT= core dbus gui testlib x11extras \ buildtools_build qmake_build Modified: head/x11/plasma5-plasma-desktop/Makefile ============================================================================== --- head/x11/plasma5-plasma-desktop/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11/plasma5-plasma-desktop/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -23,7 +23,7 @@ BUILD_DEPENDS= xf86-input-evdev>0:x11-drivers/xf86-inp xf86-input-libinput>0:x11-drivers/xf86-input-libinput USES= cmake compiler:c++11-lib cpe desktop-file-utils \ - gettext kde:5 pkgconfig qt:5 tar:xz + gettext kde:5 pkgconfig qt:5 tar:xz xorg USE_GNOME= glib20 USE_KDE= activities activities-stats archive attica auth baloo \ bookmarks codecs completion config configwidgets coreaddons \ Modified: head/x11/plasma5-plasma-integration/Makefile ============================================================================== --- head/x11/plasma5-plasma-integration/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11/plasma5-plasma-integration/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -10,7 +10,7 @@ COMMENT= Qt Platform Theme integration plugins for the RUN_DEPENDS= hack-font>=0:x11-fonts/hack-font USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \ - qt:5 shebangfix tar:xz + qt:5 shebangfix tar:xz xorg USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ coreaddons ecm i18n iconthemes itemviews jobwidgets kio \ notifications service solid wayland \ Modified: head/x11/plasma5-plasma-workspace/Makefile ============================================================================== --- head/x11/plasma5-plasma-workspace/Makefile Sun Nov 3 09:18:27 2019 (r516401) +++ head/x11/plasma5-plasma-workspace/Makefile Sun Nov 3 09:23:05 2019 (r516402) @@ -22,7 +22,7 @@ RUN_DEPENDS= ck-launch-session:sysutils/consolekit2\ iso-codes>=0:misc/iso-codes USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \ - qt:5 tar:xz + qt:5 tar:xz xorg USE_KDE= activities activities-stats activitymanagerd attica auth baloo bookmarks \ codecs completion config configwidgets coreaddons crash \ dbusaddons doctools emoticons filemetadata globalaccel \