git: f36d5c3efd1c - main - audio/shortwave: runtime broken after 3da07b6b1695

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 24 Mar 2022 00:58:01 UTC
The branch main has been updated by jbeich:

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

commit f36d5c3efd1cd981eff8f515cf9a2b311f46a5a6
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-24 00:35:56 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-24 00:50:35 +0000

    audio/shortwave: runtime broken after 3da07b6b1695
    
    $ shortwave
    (de.haeckerfelix.Shortwave:89596): Gtk-ERROR **: failed to add UI from resource /de/haeckerfelix/Shortwave/gtk/featured_carousel.ui: .:2:363 Invalid property: AdwCarousel.animation_duration
    Trace/BPT trap
---
 audio/shortwave/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile
index fcb4dbebc81d..d3bf9c933f28 100644
--- a/audio/shortwave/Makefile
+++ b/audio/shortwave/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Listen to internet radio
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING.md
 
+IGNORE=		crashes with libadwaita >= 1.0
+
 LIB_DEPENDS=	libdbus-1.so:devel/dbus
 
 USES=		cargo gettext gnome meson pkgconfig python:build shebangfix sqlite ssl