maintainer-feedback requested: [Bug 269703] deskutils/gnome-calendar: cannot start because mixing libsoup2 and libsoup3

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Feb 2023 05:03:44 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 269703: deskutils/gnome-calendar:  cannot start because mixing libsoup2 and
libsoup3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269703



--- Description ---
paul2@dufresnep:~ $ gnome-calendar 

(process:2759): libsoup-ERROR **: 23:54:41.829: libsoup2 symbols detected.
Using libsoup2 and libsoup3 in the same process is not supported.
Trace/BPT trap (core dumped)
paul2@dufresnep:~ $ whereis gnome-calendar
gnome-calendar: /usr/local/bin/gnome-calendar
/usr/ports/deskutils/gnome-calendar
paul2@dufresnep:~ $ ldd /usr/local/bin/gnome-cal
/usr/local/bin/gnome-calculator  /usr/local/bin/gnome-calendar	 
paul2@dufresnep:~ $ ldd /usr/local/bin/gnome-calendar |grep -i soup
	libsoup-2.4.so.1 => /usr/local/lib/libsoup-2.4.so.1 (0x16d457df9000)
	libsoup-3.0.so.0 => /usr/local/lib/libsoup-3.0.so.0 (0x16d483ba8000)
paul2@dufresnep:~ $ 

See similar bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269676
which was fixed by:
-		libgeocode-glib.so:net/geocode-glib \
+		libgeocode-glib-2.so:net/geocode-glib2 \

don't know if it apply at all in this case.