The port graphics/opencolorio fails to build using poudriere on Stable 13.1 for me. The following is the error: ====> Compressing man pages (compress-man) =========================================================================== =======================<phase: package >============================ ===> Building package for opencolorio-2.1.2_1 pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/opencolorio/work/stage/usr/local/share/doc/opencolorio/html/_static/jquery-3.5.1.js:No such file or directory *** Error code 1 Stop.
Created attachment 239754 [details] maintainer update for graphics/opencolorio Update graphics/opencolorio to v2.1.3 Remove DOCS from OPTIONS_DEFAULT
Is there a changelog for opencolorio 2.1.3 which I can use for the commit message? If not, please summarise the changes at least.
Getting a plist issue testing this port: ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/html/_static/sphinx_highlight.js ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. I can add this file when I commit the port. Do you approve of this change?
Your welcome to add other file changes from sphinx 5.3 to the pkg-plist-docs OCIO v2.1.3 change list: https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.1.3 For port changes: pkg-plist adjustment for new sphinx version Remove Docs from DEFAULT_OPTIONS
(In reply to Shane from comment #4) Thanks. Will commit shortly. Do you have any other open patches I can put into this batch?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b08b538c19aabfe8b421ff5de3101810c441958c commit b08b538c19aabfe8b421ff5de3101810c441958c Author: Shane <FreeBSD@ShaneWare.Biz> AuthorDate: 2023-02-15 13:28:18 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-02-19 11:01:40 +0000 graphics/opencolorio: update to 2.1.3 - pkg-plist adjustment for new sphinx version - remove DOCS from OPTIONS_DEFAULT as it is implied Changelog: https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.1.3 PR: 269186 Reported by: Robert Cina <transitive@gmail.com> Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38633 graphics/opencolorio/Makefile | 5 ++--- graphics/opencolorio/distinfo | 6 +++--- graphics/opencolorio/files/patch-CMakeLists.txt | 17 +---------------- graphics/opencolorio/pkg-plist-docs | 1 + 4 files changed, 7 insertions(+), 22 deletions(-)
Thank you for your submission.