Created attachment 242342 [details] update port from 1.0.0 to 1.1.2 The current port version 1.0.0 doesn't work with current nextcloud-talk versions anymore (says you need a newer server). The attached patch builds release 1.1.2 which does work with current nextcloud talk. It also fixes the startup file to create a correct pid-file and match the process name. (I don't have lots of experience with rc.d files, I just used what seems to work fine with "nats").
Did you see https://reviews.freebsd.org/D39341 ?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=66911fd0a9de93df1dd6864e919bcf4d405caa31 commit 66911fd0a9de93df1dd6864e919bcf4d405caa31 Author: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> AuthorDate: 2023-06-06 21:14:25 +0000 Commit: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> CommitDate: 2023-06-06 21:25:00 +0000 net-im/nextcloud-spreed-signaling: Update to 1.1.2 while here include proposed rc.d script changes PR: 271576 Differential Revision: https://reviews.freebsd.org/D39341 net-im/nextcloud-spreed-signaling/Makefile | 59 +++++------ net-im/nextcloud-spreed-signaling/distinfo | 108 +++++++++++---------- .../files/ncs_signaling.in | 5 +- 3 files changed, 88 insertions(+), 84 deletions(-)
Committed, thanks.