From: Marcus MERIGHI Subject: net/flare-messenger RUN_DEPENDS +x11/gnome/keyring To: ports@openbsd.org Date: Sat, 3 Jan 2026 14:48:31 +0100 Hello, to use flare-messenger I had to pkg_add gnome-keyring, otherwise it would give me the error message shown below. Patch to add gnome-keyring to RUN_DEPENDS is at the end of the message. Marcus +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ DBus( Service( ZBus( MethodError( OwnedErrorName( "org.freedesktop.DBus.Error.ServiceUnknown", ), Some( "The name org.freedesktop.secrets was not provided by any .service files", ), Msg { type: Error, serial: 3, sender: UniqueName( "org.freedesktop.DBus", ), reply-serial: 4, body: Str, fds: [], }, ), ), ), ) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Index: Makefile =================================================================== RCS file: /cvs/ports/net/flare-messenger/Makefile,v retrieving revision 1.2 diff -u -p -u -r1.2 Makefile --- Makefile 18 Dec 2025 22:04:20 -0000 1.2 +++ Makefile 3 Jan 2026 13:44:40 -0000 @@ -43,6 +43,7 @@ BUILD_DEPENDS= devel/gettext,-tools \ x11/blueprint-compiler \ x11/gnome/libsecret RUN_DEPENDS= x11/gnome/libsecret \ + x11/gnome/keyring \ x11/gtk+4,-guic \ devel/desktop-file-utils LIB_DEPENDS= textproc/libspelling \