svn commit: r524024 - head/security/plasma5-kscreenlocker

Tobias C. Berner tcberner at FreeBSD.org
Sat Jan 25 10:11:57 UTC 2020


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 at 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
 


More information about the svn-ports-all mailing list