Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 21:27:18 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 167856ab170d - main - x11-clocks/ktimer: pacify stage-qa after fca135644fd0
Message-ID:  <202305192127.34JLRI5p017835@gitrepo.freebsd.org>

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

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

commit 167856ab170da22e2f612d4edcff8f0696a56136
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-19 19:47:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-19 21:24:33 +0000

    x11-clocks/ktimer: pacify stage-qa after fca135644fd0
    
    Error: /usr/local/bin/ktimer is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency
    Warning: you need USE_XORG+=x11
    
    Reported by:    portscan
---
 x11-clocks/ktimer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-clocks/ktimer/Makefile b/x11-clocks/ktimer/Makefile
index 104ce282a39b..b6b5e4aec407 100644
--- a/x11-clocks/ktimer/Makefile
+++ b/x11-clocks/ktimer/Makefile
@@ -7,7 +7,7 @@ MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Countdown launcher for KDE
 WWW=		https://utils.kde.org/projects/ktimer/
 
-USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
 USE_KDE=	auth codecs completion config configwidgets coreaddons \
 		dbusaddons doctools i18n iconthemes jobwidgets kio \
 		notifications service solid widgetsaddons windowsystem xmlgui \



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