Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2023 15:04:53 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7ff149b3da6 - main - sysutils/plasma5-kinfocenter: add missing runtime dependency on clinfo (+)
Message-ID:  <202302221504.31MF4rT3071422@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7ff149b3da61027d99356dc7b150a4a9e67c848

commit b7ff149b3da61027d99356dc7b150a4a9e67c848
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-02-22 15:01:24 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-02-22 15:01:24 +0000

    sysutils/plasma5-kinfocenter: add missing runtime dependency on clinfo (+)
    
    Kinfocenter require devel/clinfo presence at runtime to be able
    to display detailed information under Graphics/OpenCL section
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 sysutils/plasma5-kinfocenter/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/plasma5-kinfocenter/Makefile b/sysutils/plasma5-kinfocenter/Makefile
index e1e71f3b9987..09886234c704 100644
--- a/sysutils/plasma5-kinfocenter/Makefile
+++ b/sysutils/plasma5-kinfocenter/Makefile
@@ -1,4 +1,5 @@
 PORTNAME=	kinfocenter
+PORTREVISION=	1
 DISTVERSION=	${KDE_PLASMA_VERSION}
 CATEGORIES=	sysutils kde kde-plasma
 
@@ -9,7 +10,8 @@ WWW=		https://www.kde.org/plasma-desktop
 RUN_DEPENDS=	lscpu:sysutils/lscpu \
 		glxinfo:graphics/mesa-demos \
 		vulkaninfo:graphics/vulkan-tools \
-		xdpyinfo:x11/xdpyinfo
+		xdpyinfo:x11/xdpyinfo \
+		clinfo:devel/clinfo
 
 USES=		cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 \
 		tar:xz xorg



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