Page MenuHomeFreeBSD

devel/superhtml: Add port
ClosedPublic

Authored by dave_freedave.net on Mon, Mar 16, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 8, 9:51 PM
Unknown Object (File)
Tue, Apr 7, 5:00 PM
Unknown Object (File)
Sun, Mar 29, 2:26 AM
Unknown Object (File)
Sat, Mar 28, 3:58 PM
Unknown Object (File)
Sat, Mar 28, 3:57 PM
Unknown Object (File)
Sat, Mar 28, 3:57 PM
Unknown Object (File)
Sat, Mar 28, 3:57 PM
Unknown Object (File)
Sat, Mar 28, 3:55 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.Fri, Mar 27, 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 :)