Page MenuHomeFreeBSD

devel/superhtml: Update to 0.7.0
ClosedPublic

Authored by dave_freedave.net on Jun 10 2026, 3:44 PM.
Tags
None
Referenced Files
F164543522: D57530.diff
Sun, Aug 2, 12:43 AM
Unknown Object (File)
Mon, Jul 27, 7:11 AM
Unknown Object (File)
Sun, Jul 26, 1:29 PM
Unknown Object (File)
Sat, Jul 25, 9:08 PM
Unknown Object (File)
Thu, Jul 23, 2:22 AM
Unknown Object (File)
Mon, Jul 20, 11:17 AM
Unknown Object (File)
Mon, Jul 20, 10:30 AM
Unknown Object (File)
Sat, Jul 18, 7:02 AM
Subscribers
None

Details

Summary

Unfortunately this wasn't just a simple update. Two of the dependencies required a development version of zig not available in ports (scripty and lsp-kit).

This probably only worked because lsp-kit still has a 0.16 branch and scripty has just one additional change to move it to 0.17-dev.

Test Plan

output from make test:

Build Summary: 11/11 steps succeeded; 66/66 tests passed
test success
├─ check success
│  └─ compile exe superhtml ReleaseSmall native-native success 2s MaxRSS:245M
│     ├─ options cached
│     ├─ run exe language-tag-parser (registry.zon) cached
│     │  └─ compile exe language-tag-parser Debug native cached 35ms MaxRSS:104M
│     ├─ run exe lsp-codegen (lsp_types.zig) cached
│     │  └─ compile exe lsp-codegen Debug native cached 35ms MaxRSS:104M
│     └─ options cached
└─ run test 66 pass (66 total) 4ms
   └─ compile test ReleaseSmall native-native success 8s MaxRSS:312M
      ├─ run exe language-tag-parser (registry.zon) (+1 more reused dependencies)
      └─ options (reused)

Diff Detail

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

Event Timeline

dave_freedave.net created this revision.

output of poudriere testport -j FreeBSD16 -p local devel/superhtml

This revision is now accepted and ready to land.Jun 16 2026, 2:44 PM
This revision was automatically updated to reflect the committed changes.