Page MenuHomeFreeBSD

devel/superhtml: Add port
ClosedPublic

Authored by dave_freedave.net on Mar 16 2026, 5:09 PM.
Tags
None
Referenced Files
F162383672: D55878.diff
Sun, Jul 12, 5:32 PM
Unknown Object (File)
Sat, Jul 11, 4:59 AM
Unknown Object (File)
Sun, Jun 21, 2:43 PM
Unknown Object (File)
Sat, Jun 13, 8:12 PM
Unknown Object (File)
Jun 10 2026, 1:52 PM
Unknown Object (File)
Jun 5 2026, 12:42 AM
Unknown Object (File)
Jun 4 2026, 7:53 AM
Unknown Object (File)
Jun 2 2026, 6:54 PM
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 :)