From: Volker Schlecht Subject: Re: [NEW] www/superhtml WAS: [NEW] devel/superhtml To: ports@openbsd.org Date: Tue, 12 May 2026 19:14:39 +0200 Ping - now that zig 0.16.0 is in On 5/3/26 5:43 PM, Volker Schlecht wrote: > ... and with a few nits removed. > > On 5/3/26 1:24 PM, Volker Schlecht wrote: >> Here is an updated version of the port that builds with lang/zig 0.16.0 >> and contains the already discussed tweaks. >> >> ok to import after zig 0.16.0 went in? >> >> On 4/13/26 8:50 PM, Volker Schlecht wrote: >>> On 4/13/26 8:40 PM, Stuart Henderson wrote: >>>> On 2026/04/13 19:54, Volker Schlecht wrote: >>>>> On 4/13/26 7:24 PM, Stuart Henderson wrote: >>>>>> only slightly better, but we can mv rather than cp, a little faster: >>>>>> >>>>>> post-extract: >>>>>>           mkdir -p ${ZIG_CACHE}/p >>>>>>           mv ${WRKDIR}/tracy-* ${ZIG_CACHE}/p/${HASH_TRACY} >>>>>>           mv ${WRKDIR}/scripty-* ${ZIG_CACHE}/p/${HASH_SCRIPTY} >>>>>>           mv ${WRKDIR}/known-folders-* ${ZIG_CACHE}/p/${HASH_KNOWN_FOLDERS} >>>>>>           mv ${WRKDIR}/lsp-kit-* ${ZIG_CACHE}/p/${HASH_LSP_KIT} >>>>> >>>>> mv ${WRKDIR}/tracy-*/* ${ZIG_CACHE}/p/${HASH_TRACY} >>>>>                      ^^- that is needed here >>>> >>>> It built for me like that (note I changed mkdir too) >>> >>> D'oh :-) >>> >>>> You have things like site generators etc in www too. Main issue with >>>> devel is it ends up as a default for libraries when other categories >>>> don't fit >>>> so it's difficult to find anything in there unless ypu know the name. >>> >>> Perfectly fine with me.