Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 09:18:27 +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: 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...
Message-ID:  <201911030918.xA39IRph031182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911030918.xA39IRph031182>