Index | Thread | Search

From:
Volker Schlecht <openbsd-ports@schlecht.dev>
Subject:
[NEW] www/superhtml WAS: [NEW] devel/superhtml
To:
ports@openbsd.org, Brandon Mercer <bmercer@eutonian.com>, Stuart Henderson <stu@spacehopper.org>
Date:
Sun, 3 May 2026 13:24:58 +0200

Download raw body.

Thread
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.