Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 13:14:23 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: 0bdaa08f3044 - main - x11/hypridle: adjust consolekit2 comment
Message-ID:  <202402261314.41QDENst083839@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=0bdaa08f3044e8d4f213e146606d2afc71ab8adf

commit 0bdaa08f3044e8d4f213e146606d2afc71ab8adf
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-26 13:10:33 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-26 13:14:11 +0000

    x11/hypridle: adjust consolekit2 comment
---
 x11/hypridle/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile
index 5c72eef434f2..6dddb29d3c3a 100644
--- a/x11/hypridle/Makefile
+++ b/x11/hypridle/Makefile
@@ -26,7 +26,8 @@ LDFLAGS+=	-Wl,--as-needed # sdbus-cpp deps
 PLIST_FILES=	bin/${PORTNAME}
 
 post-patch:
-# Temporarily use ConsoleKit2 like sysutils/gnome-settings-daemon
+# https://github.com/ConsoleKit2/ConsoleKit2/issues/150
+# https://github.com/ConsoleKit2/ConsoleKit2/issues/151
 	@${REINPLACE_CMD} -e 's,/login1,/ConsoleKit/Manager,' \
 		-e 's,login1,ConsoleKit,' \
 		-e 's,logind,consolekit2,' \



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