Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 18:05:23 +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: r528430 - in head: games/palapeli graphics/kimagemapeditor math/cantor misc/ktouch net-im/kaidan sysutils/signon-ui
Message-ID:  <202003141805.02EI5NbO034326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 14 18:05:23 2020
New Revision: 528430
URL: https://svnweb.freebsd.org/changeset/ports/528430

Log:
  Make some implicit Qt dependencies explicit

Modified:
  head/games/palapeli/Makefile
  head/graphics/kimagemapeditor/Makefile
  head/math/cantor/Makefile
  head/misc/ktouch/Makefile
  head/net-im/kaidan/Makefile
  head/sysutils/signon-ui/Makefile

Modified: head/games/palapeli/Makefile
==============================================================================
--- head/games/palapeli/Makefile	Sat Mar 14 18:00:14 2020	(r528429)
+++ head/games/palapeli/Makefile	Sat Mar 14 18:05:23 2020	(r528430)
@@ -2,6 +2,7 @@
 
 PORTNAME=	palapeli
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	games kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -12,7 +13,7 @@ USES=		cmake compiler:c++11-lang desktop-file-utils kd
 USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
 		crash i18n itemviews jobwidgets kio libkdegames notifications service \
 		widgetsaddons xmlgui
-USE_QT=		concurrent core dbus gui network svg widgets xml \
+USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
 		buildtools_build qmake_build
 USE_LDCONFIG=	yes
 

Modified: head/graphics/kimagemapeditor/Makefile
==============================================================================
--- head/graphics/kimagemapeditor/Makefile	Sat Mar 14 18:00:14 2020	(r528429)
+++ head/graphics/kimagemapeditor/Makefile	Sat Mar 14 18:05:23 2020	(r528430)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kimagemapeditor
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -13,8 +14,8 @@ USE_KDE=	auth bookmarks codecs completion config confi
 		jobwidgets js kdelibs4support khtml kio notifications \
 		parts service solid sonnet textwidgets unitconversion \
 		widgetsaddons windowsystem xmlgui
-USE_QT=		concurrent core dbus gui network printsupport webengine \
-		widgets xml \
+USE_QT=		concurrent core dbus declarative gui location network printsupport \
+		webchannel webengine widgets xml \
 		buildtools_build qmake_build
 
 OPTIONS_DEFINE=	DOCS

Modified: head/math/cantor/Makefile
==============================================================================
--- head/math/cantor/Makefile	Sat Mar 14 18:00:14 2020	(r528429)
+++ head/math/cantor/Makefile	Sat Mar 14 18:05:23 2020	(r528430)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cantor
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -22,7 +23,7 @@ USE_KDE=	attica auth archive bookmarks codecs completi
 		itemmodels itemviews init jobwidgets kdelibs4support kio \
 		newstuff parts pty service solid sonnet syntaxhighlighting \
 		texteditor textwidgets widgetsaddons xmlgui
-USE_QT=		concurrent core dbus gui network printsupport widgets xml xmlpatterns \
+USE_QT=		concurrent core dbus gui network printsupport svg widgets xml xmlpatterns \
 		buildtools_build qmake_build
 USE_LDCONFIG=	yes
 

Modified: head/misc/ktouch/Makefile
==============================================================================
--- head/misc/ktouch/Makefile	Sat Mar 14 18:00:14 2020	(r528429)
+++ head/misc/ktouch/Makefile	Sat Mar 14 18:05:23 2020	(r528430)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ktouch
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	misc kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -14,8 +15,8 @@ USE_KDE=	auth codecs completion config configwidgets c
 		ecm i18n itemviews kcmutils kdeclarative kio newstuff package \
 		parts service sonnet texteditor textwidgets widgetsaddons \
 		windowsystem xmlgui
-USE_QT=		core dbus declarative gui network script sql testlib widgets \
-		x11extras xml xmlpatterns \
+USE_QT=		core dbus declarative gui network quickcontrols2 script sql \
+		testlib widgets x11extras xml xmlpatterns \
 		buildtools_build qmake_build
 USE_XORG=	ice sm x11 xcb xext xkbfile
 

Modified: head/net-im/kaidan/Makefile
==============================================================================
--- head/net-im/kaidan/Makefile	Sat Mar 14 18:00:14 2020	(r528429)
+++ head/net-im/kaidan/Makefile	Sat Mar 14 18:05:23 2020	(r528430)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kaidan
 DISTVERSION=	0.4.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-im kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 
@@ -13,7 +13,7 @@ LIB_DEPENDS=	libqxmpp.so:net-im/qxmpp-qt5
 
 USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	ecm kirigami2
-USE_QT=		core declarative gui network quickcontrols2 sql svg widgets xml \
+USE_QT=		core dbus declarative gui network quickcontrols2 sql svg widgets xml \
 		buildtools_build qmake_build
 
 .include <bsd.port.mk>

Modified: head/sysutils/signon-ui/Makefile
==============================================================================
--- head/sysutils/signon-ui/Makefile	Sat Mar 14 18:00:14 2020	(r528429)
+++ head/sysutils/signon-ui/Makefile	Sat Mar 14 18:05:23 2020	(r528430)
@@ -2,7 +2,7 @@
 
 PORTNAME=	signon-ui
 PORTVERSION=	0.17
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils kde
 DIST_SUBDIR=	KDE/${GL_ACCOUNT}
 
@@ -18,8 +18,8 @@ LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5
 		libproxy.so:net/libproxy
 
 USES=		compiler:c++11-lang pkgconfig python qmake qt:5 tar:bz2
-USE_QT=		buildtools_build qmake_build webkit widgets
-
+USE_QT=		core dbus declarative gui network webkit widgets xml \
+		buildtools_build qmake_build
 # gitlab variables
 USE_GITLAB=	yes
 GL_ACCOUNT=	accounts-sso



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