Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 10:11:56 +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: r524024 - head/security/plasma5-kscreenlocker
Message-ID:  <202001251011.00PABuko071171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Jan 25 10:11:56 2020
New Revision: 524024
URL: https://svnweb.freebsd.org/changeset/ports/524024

Log:
  security/plasma5-kscreenlocker: add explicit dependency on qdbus
  
  It's a requirement of the included ck-unlock-session script.
  The binary found by the cmake configure to check for its availability
  found the 'wrapper' installed by misc/qtchooser, which was present
  always (in short: it was broken). An upcoming change will change the
  behaviour of qtchooser not to install links if the binaries are not
  present. This would lead ot ck-unlock-session no longer being installed
  as the dependency is now (also for the cmake configure) missing.

Modified:
  head/security/plasma5-kscreenlocker/Makefile

Modified: head/security/plasma5-kscreenlocker/Makefile
==============================================================================
--- head/security/plasma5-kscreenlocker/Makefile	Sat Jan 25 09:54:04 2020	(r524023)
+++ head/security/plasma5-kscreenlocker/Makefile	Sat Jan 25 10:11:56 2020	(r524024)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kscreenlocker
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	security kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -20,7 +21,7 @@ USE_KDE=	auth codecs config configwidgets coreaddons c
 		kdeclarative kdelibs4support notifications package \
 		plasma-framework sonnet textwidgets wayland widgetsaddons \
 		windowsystem xmlgui
-USE_QT=		core dbus declarative gui network testlib widgets x11extras xml \
+USE_QT=		core dbus declarative gui network qdbus testlib widgets x11extras xml \
 		buildtools_build qmake_build
 USE_XORG=	ice sm x11 xcb xcursor xext xi
 



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