From: Sebastien Marie Subject: Re: UPDATE: devel/cmake from 3.x to 4.x To: Rafael Sadowski , ports@openbsd.org Date: Sat, 11 Oct 2025 08:28:12 +0200 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 Regards. -- Sebastien Marie