Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [NEW] www/superhtml WAS: [NEW] devel/superhtml
To:
Volker Schlecht <openbsd-ports@schlecht.dev>
Cc:
ports@openbsd.org
Date:
Wed, 27 May 2026 09:55:40 +0100

Download raw body.

Thread
On 2026/05/26 19:00, Volker Schlecht wrote:
> Ping. Besides "ok", I'll take a "later", otherwise I'll drop it.

I think it would be a good idea not to override DISTNAME,
instead just set PKGNAME (i.e. s/DISTNAME/PKGNAME/ in Makefile),
and remove the line overriding the default WRKDIST.

also, please drop CONFIGURE_STYLE=none.

also needs NO_TEST.

with those, ok.


perhaps also nicer to do this too though, it seems maybe a bit
neater than passing the hashes down?

DIST_TUPLE =	github kristoff-it superhtml ${COMMIT} . \
		github kristoff-it tracy ${TRACY_COMMIT} tracy \
		github kristoff-it scripty ${SCRIPTY_COMMIT} scripty \
		github ziglibs known-folders ${KNOWN_FOLDERS_COMMIT} known_folders \
		github zigtools lsp-kit ${LSP_KIT_COMMIT} lsp_kit

...

ZIG_ARGS =	-p ${WRKSRC}/zig-out \
		-j${MAKE_JOBS} \
		--color off \
		--verbose \
		--fork=tracy \
		--fork=scripty \
		--fork=known_folders \
		--fork=lsp_kit