Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2022 00:58:02 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: 4de99e48421d - main - deskutils/solanum: runtime broken after 3da07b6b1695
Message-ID:  <202203240058.22O0w2X3027953@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=4de99e48421d883e851c98b003ce4ec04eee6238

commit 4de99e48421d883e851c98b003ce4ec04eee6238
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-24 00:37:40 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-24 00:50:45 +0000

    deskutils/solanum: runtime broken after 3da07b6b1695
    
    $ solanum
    (solanum:90923): Adwaita-ERROR **: gtk_window_set_child() is not supported for AdwWindow
---
 deskutils/solanum/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deskutils/solanum/Makefile b/deskutils/solanum/Makefile
index b8d47bd5a5eb..f6446f2ccb27 100644
--- a/deskutils/solanum/Makefile
+++ b/deskutils/solanum/Makefile
@@ -13,6 +13,8 @@ COMMENT=	Pomodoro timer for the GNOME desktop
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+IGNORE=		crashes with libadwaita >= 1.0
+
 USES=		cargo gettext gnome meson pkgconfig python:build shebangfix
 USE_GITLAB=	yes
 USE_GNOME=	gtk40 libadwaita



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