I tried to create a patch by updating PORTREVISION and make makesum, but my testport fails with the following. -- Rust tool `bindgen` not found. CMake Error at cmake/FindRust.cmake:289 (string): string sub-command STRIP requires two arguments. Call Stack (most recent call first): CMakeLists.txt:124 (find_package) CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Rust (missing: cargo_EXECUTABLE) Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) cmake/FindRust.cmake:315 (find_package_handle_standard_args) CMakeLists.txt:124 (find_package) -- Configuring incomplete, errors occurred! See also "/wrkdirs/usr/ports/security/clamav/work/.build/CMakeFiles/CMakeOutput.log". *** Error code 1
^Triage: Note, security/clamav-lts (0.103.5) is currently vulnerable (fixed in 0.103.6), which was not updated along with with security/clamav as part of bug 263944 for the same security fixes. I would strongly suggest looking to resolve that issue first. @Maintainer let me know if you'd like a separate issue for this, otherwise feel free to address it via this issue, and ill triage it accordingly.
Updated to 0.105.0 with ports c8e4b9ea29d3.
I'm seeing build failures on FreeBSD 13, 13.1, and 12.3 - the fix is removal of this from pkg-plist: %%DOCSDIR%%/html/community_resources/CommunityResources.html I will commit a fix soon.
To clarify, these are 'poudriere testport' errors. 'poudriere bulk' succeeds.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=634c8611ff100cdbcdb09f8ffa49fe3bb43f1098 commit 634c8611ff100cdbcdb09f8ffa49fe3bb43f1098 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2022-05-24 20:40:48 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-05-24 20:45:27 +0000 security/clamav: Fix plist PR: 264101 Fixes: c8e4b9ea29d3 (security/clamav: Update to 0.105.0) security/clamav/pkg-plist | 1 - 1 file changed, 1 deletion(-)
(In reply to Dan Langille from comment #3) Thanks for reporting it.