Created attachment 252816 [details] chenges version number from 0.0 to 16.1 in the file module-sndio.c I tried to update the port, but I forgot how to make ports apply my påatches. I provide a patch which may not work in ports but shows one solution tp the problem. Changing the version number in module-sndio.c to the pulseaudio ports version number works for me.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=060f5301747fc31ed67f0fef2c94d10c97405e15 commit 060f5301747fc31ed67f0fef2c94d10c97405e15 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-12-08 07:40:27 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-12-08 08:06:40 +0000 audio/pulseaudio-module-sndio: unbreak module version again Either pkgconfig or pulseaudio may not be available during patch phase. For example, poudriere shows the following: /bin/sh: /usr/local/bin/pkg-config: not found PR: 280857 audio/pulseaudio-module-sndio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=63698f06a1f6e1f2bfa1ea5b50506d86596a5524 commit 63698f06a1f6e1f2bfa1ea5b50506d86596a5524 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-12-08 07:40:27 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-12-08 08:08:06 +0000 audio/pulseaudio-module-sndio: unbreak module version again Either pkgconfig or pulseaudio may not be available during patch phase. For example, poudriere shows the following: /bin/sh: /usr/local/bin/pkg-config: not found PR: 280857 (cherry picked from commit 060f5301747fc31ed67f0fef2c94d10c97405e15) audio/pulseaudio-module-sndio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Originally fixed by ports 981929d361d7 then ports 35db13a201c4 but, for some reason, https://lists.freebsd.org/archives/dev-commits-ports-main/2024-August/118486.html ended up ignored.