Maybe I'll find time later and create a patch.
(In reply to Vladimir Druzenko from comment #0) same
pkg-plist require update for MANUAL files.
Also option MANUAL doesn't work offline - it try to download during build: help/DownloadManual.cmake: file( DOWNLOAD "https://github.com/audacity/audacity-manual/releases/download/v${VERSION}/audacity-manual-${VERSION}.tar.gz" "${DESTINATION}/audacity-manual-${VERSION}.tar.gz" ) We must fix this.
(In reply to Vladimir Druzenko from comment #3) Or remove manual option and if users want the manual, they can download it manually?
Created attachment 252134 [details] v1 Fixed build with MANUAL option in poudriere. I have questions: Does the DOCS option install a single README.md file? If so, then why do we need: DOCS_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \ docbook2man:textproc/docbook-utils ?
I think DOCS and MANUAL were installed together before and now they are split so the DOCS_BUILD_DEPENDS are no longer needed.
Maybe then it would be better to combine these 2 options? With name DOCS.
BTW, what do you think about: post-configure-DOCS-on: @${MV} ${WRKDIR}/help/manual ${WRKDIR}/.build/help/ ?
I'm not sure, I think docs are probably just cli stuff where the manual is acessible from the gui help menu so we should keep them split
Created attachment 252142 [details] v2 Remove: DOCS_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \ docbook2man:textproc/docbook-utils
(In reply to Jack from comment #9) You can install with DOSC, get full list of installed files "pkg info -R audacity" then install without DOCS and compare lists. :-o
Can I commit? Or you are testing work?
I haven't had time to test out the docs but other than that, it looks fine to commit
(In reply to Jack from comment #13) Just tested: diff is only one file /usr/local/share/doc/audacity/README.md
Comment on attachment 252142 [details] v2 Just tested, looks good.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1581ddee8c7ef88f15b09a65853499c2a07364fc commit 1581ddee8c7ef88f15b09a65853499c2a07364fc Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-07-19 21:32:23 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-19 21:35:02 +0000 audio/audacity: update 3.5.1 → 3.6.0 Changelog: https://support.audacityteam.org/additional-resources/changelog/audacity-3.6 https://www.audacityteam.org/blog/audacity-3-6/ PR: 280332 Approved by: Jack <xxjack12xx@gmail.com> (maintainer) audio/audacity/Makefile | 13 +- audio/audacity/distinfo | 8 +- audio/audacity/pkg-plist | 2797 +++++++++++++++++++++++----------------------- 3 files changed, 1401 insertions(+), 1417 deletions(-)