CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/05/01 06:54:49
Modified files:
telephony/baresip: Makefile Makefile.inc
telephony/baresip/baresip: Makefile distinfo
telephony/baresip/baresip/patches: patch-src_config_c
telephony/baresip/baresip/pkg: DESCR-gtk MESSAGE-main PLIST-gtk
PLIST-main
telephony/baresip/re: Makefile distinfo
telephony/baresip/re/pkg: PLIST
telephony/baresip/rem: Makefile
telephony/baresip/restund: Makefile
Added files:
telephony/baresip/baresip/files: CMakeLists.txt sndio.c
telephony/baresip/baresip/patches: patch-cmake_modules_cmake
patch-modules_gtk_CMakeLists_txt
patch-modules_x11_CMakeLists_txt
telephony/baresip/re/patches: patch-CMakeLists_txt
patch-cmake_re-config_cmake
patch-src_thread_thread_c
Removed files:
telephony/baresip/baresip/patches: patch-Makefile
patch-mk_modules_mk
patch-modules_zrtp_module_mk
telephony/baresip/re/patches: patch-Makefile
Log message:
telephony/baresip: update to 3.1.0.
- switch to cmake, vastly simplifying the ports
- drop/unlink librem, merged into libre (cf
https://github.com/baresip/baresip/pull/2442I
- readd sndio support previously dropped upstream (now remerged)
- move all the bits from Makefile.inc to keep restund building. This one
is a clear candidate for removal as being dead upstream, if someone
uses it better switch to coturn or resiprocate.
- do an ugly BDEP on libzrtp:build to access private headers/struct of
libzrtp for the gzrtp module (replacing the broken zrtp one)
- most re/ patches are now merged upstream, pending next release
works fine in my basic testing placing/receiving calls.