Hello, I noticed that the current version of clamav in FREEBSD port (0.101.4) can't compile anymore, due to a new version of port devel/check (0.13) that have been pushed a few days ago. I got errors on the file unit-tests/check_clamav.c for each START_TEST block that don't have accolades. I manage to compile the port with only adding accolades in this file.
What kind of patch do you use to build clamav ?
On which version of freebsd do you build ?
(In reply to tomtom.602 from comment #0) I tried build of security/clamav with following conditons. OS: 12.0-RELEASE-p10 amd64 ports tree: head ports r516283 options setting: TESTS is enqbled Then "make build" succeeded without any errors. And files under work/clamav-0.101.4/unit_tests weren't compiled at all. Did you really experience compile error of unit-tests/check_clamav.c while building this port?
(In reply to tomtom.602 from comment #0) Does build error still happens with latest ports tree?
Hello Kurt, Would you please close this bug report with feedback timeout? Best Regards.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2804cb5b6c806919e0ab8ce7fa35fca46efa89d commit c2804cb5b6c806919e0ab8ce7fa35fca46efa89d Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-04-20 15:50:02 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-04-23 13:14:29 +0000 www/varnish-libvmod-fileserver: Update to git commit hash d4c10198033112aa47177b6a7206fc490b690332 This version is compatible with rust 1.69.0 PR: 241621 Approved by: zi (maintainer) www/varnish-libvmod-fileserver/Makefile | 101 +++++------ www/varnish-libvmod-fileserver/distinfo | 190 +++++++++------------ ...crates_varnish-0.0.12_src_vcl_convert.rs (gone) | 14 -- ...rgo-crates_varnish-0.0.12_src_vcl_ctx.rs (gone) | 38 ----- ...go-crates_varnish-0.0.12_src_vcl_http.rs (gone) | 23 --- ...ates_varnish-0.0.12_src_vcl_processor.rs (gone) | 28 --- ...argo-crates_varnish-0.0.12_src_vcl_ws.rs (gone) | 28 --- .../files/patch-src_lib.rs (gone) | 38 ----- 8 files changed, 124 insertions(+), 336 deletions(-)
(In reply to commit-hook from comment #6) sorry wrong pr id