www/webkit2-gtk3 and libsoup2 and libsoup3

From: Fernando_ApesteguĂ­a <fernape_at_freebsd.org>
Date: Sun, 25 Jun 2023 17:26:45 UTC
Hi all,

I'm trying to debug an issue with net/remmina at this PR:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271557

Apparently there is this mismatch between libsoup2 and libsoup3 being in
the same process. I digged a bit in this and this problem only happens when
the WWW plugin of remmina is activated. This plugin depends on
www/webkit2-gtk3.

In my tests, it seems that if libsoup3 is present in the system, then
webkit2-gtk3 uses it despite its dependency on libsoup2. I tried to force
libsoup3 in remmina and use webkit2-gtk4 (which depends on libsoup3) to no
avail.

Any help would be appreciated :-)

Thanks!