Update Helix to 25.07.1
Adding an update to Helix 23.10 that is in Pkgsrc main CVS. Doing it in
WIP since there are some bits I'm unsure about.
- Makefile
- Bump version
- Remove `BROKEN`entry; this was very out of date
- For the grammars, most are from github.com, but there is one from
codeberg where the archive downloads fine, but once extracted
does not include the revision in the directory name like the
github.com ones do. Since we generate symlinks assuming the
extracted archives have the revision in the directory name we
have to special case the codeberg.org one. This approach needs
feedback/review - I kind of feel it would be nicer to manipulate
the extracted directory and rename it to give it the revision, but
that approach seems harder.
- The `SUBST_` entries don't seem to be needed any more so have
commented out.
[12 lines not shown]
py-test-benchmark: updated to 5.2.1
5.2.1 (2025-11-04)
* Add markers so pytest doesn't try to assert-rewrite the plugin internals
(fixes those ``pytest.PytestAssertRewriteWarning: Module already imported so cannot be rewritten; pytest_benchmark`` warnings).
nspr: update to 4.38.
- Removed support for HPUX and _PR_POLL_WITH_SELECT.
- Fixed a bug in pt_TCP_SendTo on macOS
- Ensure parameter passed to isalpha() is unsigned char.