Page MenuHomeFreeBSD

devel/superhtml: Add port
ClosedPublic

Authored by dave_freedave.net on Mar 16 2026, 5:09 PM.
Tags
None
Referenced Files
F158528805: D55878.diff
Tue, Jun 2, 6:54 PM
Unknown Object (File)
Mon, Jun 1, 12:43 AM
Unknown Object (File)
Mon, May 18, 11:15 AM
Unknown Object (File)
Mon, May 18, 11:07 AM
Unknown Object (File)
Mon, May 18, 10:07 AM
Unknown Object (File)
Mon, May 18, 10:03 AM
Unknown Object (File)
Mon, May 18, 8:09 AM
Unknown Object (File)
Mon, May 18, 8:04 AM
Subscribers
None

Details

Summary

add the LSP for www/zine-ssg (see D55877).

Test Plan

In addition to make test, also ran poudriere testport -j FreeBSD15 -p local devel/superhtml and will be attaching output.

NOTE: I do see a warning in the build log, but it matches the warning for zls (another zig port):
/!\ zls-0.15.1_1: Makefile warnings, please consider fixing /!\

MASTER_SITES contains https://github.com/ziglibs/diffz/archive/:diffz
https://github.com/ziglibs/known-folders/archive/:known_folders
https://github.com/zigtools/lsp-kit/archive/:lsp_kit
https://github.com/wolfpld/tracy/archive/refs/tags/:tracy, please use
USE_GITHUB instead.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dave_freedave.net created this revision.

results of poudriere

devel/superhtml/Makefile
18

DISTVERSIONPREFIX= v

fix GH_TAGNAME= v${...} to DISTVERSIONPREFIX before @adamw notices 😃

Oh too slow!

This revision was not accepted when it landed; it landed in state Needs Review.Mar 27 2026, 7:50 PM
Closed by commit R11:dd02081d6376: devel/superhtml: Add port (authored by dave_freedave.net, committed by adamw). · Explain Why
This revision was automatically updated to reflect the committed changes.

DISTVERSIONPREFIX comes before DISTVERSION. Try to run both portlint -C and portclippy —strict Makefile for every port. I use an alias for it :)