fix rawrec port issues Makefile WWW link bad - fix it clean portlint nit change patches to avoid REINPLACE initialize sigaction structures better remove commenting out of pthread_attr_scope stuff since FreeBSD supports that now Should be no functional change
Created attachment 248907 [details] diff to cleanup port as described maintainer created patch
Created attachment 248909 [details] corrected patch - was missing files
Created attachment 248910 [details] further correction - another missing file another missing file
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b087fefc9c39b26ff17dbb06d8ae75e9d80f096d commit b087fefc9c39b26ff17dbb06d8ae75e9d80f096d Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-03-03 23:33:26 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-03-03 23:33:26 +0000 audio/rawrec: Fix port issues - Makefile WWW link bad - fix it - Clean portlint nit - Change patches to avoid REINPLACE_CMD - Initialize sigaction structures better - Remove commenting out of pthread_attr_scope stuff since FreeBSD supports that now Should be no functional change PR: 277461 Approved by: antonfb@hesiod.org (maintainer) audio/rawrec/Makefile | 22 +++++----- audio/rawrec/files/patch-audio__init.c (new) | 11 +++++ audio/rawrec/files/patch-get__au__blksz.c (new) | 11 +++++ audio/rawrec/files/patch-get__format__code.c (new) | 11 +++++ audio/rawrec/files/patch-main.c | 20 ++------- audio/rawrec/files/patch-play.c (gone) | 49 ---------------------- audio/rawrec/files/patch-record.c (gone) | 47 --------------------- audio/rawrec/files/patch-set__au__blksz.c (new) | 11 +++++ .../rawrec/files/patch-sleep__on__option.c (gone) | 11 ----- audio/rawrec/files/patch-test__dsp__params.c (new) | 11 +++++ 10 files changed, 71 insertions(+), 133 deletions(-)
Thanks for the updates!