iosevka-*: update to 33.3.3
Changes of version 33.3.3
* Add italic form for Cyrillic Lower Tswe (U+A68F).
Changes of version 33.3.2
* Add Characters:
* COMBINING LEFT HARPOON ABOVE (U+20D0).
* COMBINING RIGHT HARPOON ABOVE (U+20D1).
* COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS (U+20EC).
* COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS (U+20ED).
* LONG RIGHTWARDS ARROW OVER LONG LEFTWARDS ARROW (U+1F8D0) ... LONG LEFT
RIGHT ARROW WITH DEPENDENT LOBE (U+1F8D8).
* Cyrillic number surroundings:
* COMBINING CYRILLIC HUNDRED THOUSANDS SIGN (U+0488).
* COMBINING CYRILLIC MILLIONS SIGN (U+0489).
* COMBINING CYRILLIC TEN MILLIONS SIGN (U+A670).
[38 lines not shown]
rust191: drop rust-analyzer from tools for NetBSD/powerpc.
The reason is https://github.com/rust-lang/rust/issues/148497:
rust-analyzer just outgrew the 24-bit word PC-relative offset
provided by the default relocation type.
With this the cross-build of rust for powerpc-unknown-netbsd now succeeds.
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]