Page MenuHomeFreeBSD

devel/janet-lsp: Update to 0.0.12
ClosedPublic

Authored by dave_freedave.net on Jan 12 2026, 4:45 PM.
Tags
None
Referenced Files
F164698259: D54667.id169523.diff
Mon, Aug 3, 5:59 AM
F164692760: D54667.id172695.diff
Mon, Aug 3, 5:17 AM
F164684504: D54667.id172313.diff
Mon, Aug 3, 4:12 AM
Unknown Object (File)
Sun, Aug 2, 1:19 AM
Unknown Object (File)
Sat, Aug 1, 5:47 AM
Unknown Object (File)
Tue, Jul 28, 3:52 AM
Unknown Object (File)
Mon, Jul 27, 1:12 PM
Unknown Object (File)
Sun, Jul 26, 12:37 PM
Subscribers

Details

Summary

Apart from the update, these are non-essential changes, but they clean things up:

  • set NO_ARCH to only build package once for all architectures
  • don't repeat file for ${INSTALL_*} targets
  • remove build dependency of janet (now that jpm correctly requires anyway)
  • remove the (put root-env :syspath ...) as the path of interpreter auto picks that path up anyway

Additionally move to latest versions.

Test Plan
  • make test
  • installed in stable/15 and made sure it still works in neovim

Diff Detail

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

Event Timeline

dave_freedave.net created this revision.

output from poudriere testport ... devel/janet-lsp: {F141925749}

dave_freedave.net retitled this revision from devel/janet-lsp: set NO_ARCH and remove change to syspath in janet-lsp.in to devel/janet-lsp: Update to 0.0.12.
dave_freedave.net edited the summary of this revision. (Show Details)
dave_freedave.net edited the test plan for this revision. (Show Details)
dave_freedave.net added a subscriber: hsw_bitmark.com.
This revision is now accepted and ready to land.Feb 25 2026, 5:29 PM
This revision was automatically updated to reflect the committed changes.

It is always a pleasure to merge a well-formed port update with a passing test suite. Kudos to Dave for preparing this change.