Created attachment 221463 [details] patch API usage Hi, Looks like the net/libusrsctp update in r561195 causes telegram-desktop to fail to build due to an API change. the upstream change at [1] added an argument to a callback which causes a failure. I'm attaching a patch which fixed it for me. Thanks! [1] https://github.com/sctplab/usrsctp/commit/3df8f52f44d6a24407112123aa68c6a24e8158f3
Committed, thanks!
A commit references this bug: Author: yuri Date: Mon Jan 11 19:22:22 UTC 2021 New revision: 561249 URL: https://svnweb.freebsd.org/changeset/ports/561249 Log: net-im/telegram-desktop: Fix the build failure caused by net/libusrsctp update libusrsctp significantly changed API without bumping SONAME. The upstream is notified. PR: 252581 Submitted by: madpilot Changes: head/net-im/telegram-desktop/Makefile head/net-im/telegram-desktop/files/patch-tg__owt_src_media_sctp_sctp__transport.cc