From: Rafael Sadowski Subject: Re: UPDATE: devel/cmake from 3.x to 4.x To: Sebastien Marie Cc: ports@openbsd.org Date: Sat, 11 Oct 2025 11:50:01 +0200 On Sat Oct 11, 2025 at 08:28:12AM +0200, Sebastien Marie wrote: > Rafael Sadowski writes: > > > What I can't fix at the moment is: "audio/ncspot". Somehow, it's not > > a CMake port, but it uses cmake(1), and when I changed the rust cargo stuff > > with the sed patch, I get a message saying that the file has been > > changed -- cargo protection works ;) > > you could use the following to neuter the cargo checksum: > > sed -i 's/"files":{[^}]*}/"files":{}/' ${WRKSRC}/path/to/crate/.cargo-checksum.json > Nice, thanks. So audio/ncspot is fixed.