In audio/baresip/Makefile.depends, there is a line: GST_DEPEND= gst-launch:multimedia/gstreamer which is broken because there is no multimedia/gstreamer port. This can cause 'make index' to fail if you have GSTREAMER option enabled.
Thanks for the report. Please would you do me a huge favour and try building and running it with multimedia/gstreamer1 instead? Just edit that line in Makefile.depends. Let me know if you can't.
I never install or use this port. I saw this bug during 'make index' because I have 'OPTIONS_SET= GSTREAMER' in /etc/make.conf.
OK, thanks. I'll fix.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0741b694b726e50bd2709197b58980b47e4b28e2 commit 0741b694b726e50bd2709197b58980b47e4b28e2 Author: Chris Rees <crees@FreeBSD.org> AuthorDate: 2022-01-08 15:20:36 +0000 Commit: Chris Rees <crees@FreeBSD.org> CommitDate: 2022-01-13 17:26:37 +0000 audio/baresip: Fix build (and INDEX) with GSTREAMER option PR: ports/256971 audio/baresip/Makefile | 6 +++--- audio/baresip/Makefile.depends | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)