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

Reply via email to