From: Volker Schlecht Subject: Re: NEW: river-0.4.5 [was Re: NEW: river-0.4.1 (Wayland compositor)] To: ports@openbsd.org Date: Tue, 26 May 2026 22:50:27 +0200 On 5/22/26 9:39 PM, Robert Lillack wrote: > Here is the updated version of river (0.4.5) which supports zig 0.16 and > wlroots 0.20. > > Again, diff can be inspected on the web here: > > https://github.com/roblillack/openbsd-ports/pull/1 > > Thank you for any feedback, > --rob. Did you try building this with PORTS_PRIVSEP enabled? I'm asking because here your port wants to download dependencies from codeberg and fails without network access. Since zig 0.16, the trick with placing dependencies in ${ZIG_CACHE}/p doesn't seem to work anymore. cheers, Volker