Created attachment 202294 [details] Fix Gajim segfaults on FreeBSD 12, which I have traced to devel/glib20 port invoking res_ninit() with an uninitialized state pointer. I've submitted a bug with upstream: https://gitlab.gnome.org/GNOME/glib/issues/1697.
Sorry for some reason, I toggled maintainer-feedback flag :(
Could you add the upstream bug url on top of the patch? So it is easier to keep track of upstream progress?
Created attachment 202295 [details] Updated diff with Upstream bug URL Added now.
A commit references this bug: Author: ashish Date: Sat Feb 23 18:56:36 UTC 2019 New revision: 493725 URL: https://svnweb.freebsd.org/changeset/ports/493725 Log: - Add fix for the GNOME glib upstream bug report 1697 which is breaking net-im/gajim when starting up PR: 235965 Approved by: kwm (IRC) Changes: head/devel/glib20/Makefile head/devel/glib20/files/patch-gio_gthreadedresolver.c
Thanks for approval. Committed.