There's been an update of net/bitlebee-facebook around for a while with some fixes: https://github.com/bitlbee/bitlbee-facebook/releases I've been running it on OpenBSD/amd64 for some time with no problem. The diff is quite simple, but as gmail webmail mangles all text I'll try to attach the diff as a text attachment, see if that works out.
-- Eivind Eide "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD" - Oceania Association of Autonomous Astronauts
diff -rupN bitlbee-facebook.bak/Makefile bitlbee-facebook/Makefile --- bitlbee-facebook.bak/Makefile Tue Jul 9 00:51:58 2019 +++ bitlbee-facebook/Makefile Tue Jul 9 01:33:46 2019 @@ -1,10 +1,9 @@ # $OpenBSD: Makefile,v 1.4 2019/05/19 19:58:51 danj Exp $ COMMENT= Facebook Messenger protocol plugin for bitlbee -V= 1.1.2 +V= 1.2.0 DISTNAME= bitlbee-facebook-$V CATEGORIES= net -REVISION= 0 HOMEPAGE= https://github.com/bitlbee/bitlbee-facebook diff -rupN bitlbee-facebook.bak/distinfo bitlbee-facebook/distinfo --- bitlbee-facebook.bak/distinfo Sun Oct 15 12:52:09 2017 +++ bitlbee-facebook/distinfo Tue Jul 9 01:35:52 2019 @@ -1,2 +1,2 @@ -SHA256 (bitlbee-facebook-1.1.2.tar.gz) = O5RfgFdzoO8nyXIHzbqmUESr5QvmqpV08sMZ+OU4CWg= -SIZE (bitlbee-facebook-1.1.2.tar.gz) = 397445 +SHA256 (bitlbee-facebook-1.2.0.tar.gz) = vkbimvTCfM5NqyJJ0jzjmMJ93s+Rcs4tSt9vgCp8Vmo= +SIZE (bitlbee-facebook-1.2.0.tar.gz) = 409444
