Created attachment 253365 [details] update patch Update the net/freeswitch port to 1.10.12 I finally got my FusionPBX installation moved from Debian using Signalwire's packages to FreeBSD 15-CURRENT running from ports, so I keep them tested. Minor update, haven't had any problems.
Changelog: https://github.com/signalwire/freeswitch/releases/tag/v1.10.12
(In reply to Dustin Marquess from comment #0) Replace PORTVERSION with DISTVERSION. Remove "PORTREVISION= 1".
Created attachment 253373 [details] fixed patch
testbuilds@work
===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%EXAMPLESDIR%%/vanilla/autoload_configs/kazoo.conf.xml Will do some further checks.
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a98f066aeff96cc3644912df726ee3f9f228384 commit 1a98f066aeff96cc3644912df726ee3f9f228384 Author: Dustin Marquess <jailbird@fdf.net> AuthorDate: 2024-09-07 18:51:50 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-09-07 18:51:50 +0000 net/freeswitch: update 1.10.11 -> 1.10.12 PR: 281305 Changes: https://github.com/signalwire/freeswitch/releases/tag/v1.10.12 Author: Dustin Marquess <jailbird@fdf.net> Reviewed by: vvd net/freeswitch/Makefile | 3 +-- net/freeswitch/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
Thanks Kurt! I was an idiot and forgot to do a 'poudriere testport'
(In reply to Kurt Jaeger from comment #5) got this same error this morning from the current ports tree ===> Building packages for freeswitch-1.10.12 ===> Building freeswitch-1.10.12 pkg-static: Unable to access file /usr/ports/net/freeswitch/work/stage/usr/local/share/examples/freeswitch/vanilla/autoload_configs/kazoo.conf.xml:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/net/freeswitch
My bug, I forgot to remove the line from pkg-plist 8-( fixed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3654d850e08459ff65d5282aa3c09c811c49036 commit d3654d850e08459ff65d5282aa3c09c811c49036 Author: Kurt Jaeger <pi@FreeBSD.org> AuthorDate: 2024-09-09 14:28:55 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-09-09 14:28:55 +0000 net/freeswitch: unbreak build by removing one line from pkg-plist PR: 281305 Reported by: Chad Jacob Milios <milios@ccsys.com> net/freeswitch/pkg-plist | 1 - 1 file changed, 1 deletion(-)