tuba: Comment out non-existent dep and add TODO about it
Makefile includes textproc/libspelling/buildlink3.mk, which does not
exist, causing lintpkgsrc to throw errors. Comment it out, and add a
TODO to package it, and the re-enable.
[MLIR][build] Fix undefined references in debug shared libs (#189207)
Fixes undefined references in debug shared libs when building MLIR:
-DLLVM_ENABLE_PROJECTS="mlir"
-DCMAKE_BUILD_TYPE=Debug
-DBUILD_SHARED_LIBS=1
Debug build (-O0) disables dead code elimination, resulting in undefined
references in the following shared libs:
MLIROpenMPDialect (needs to link with TargetParser)
MLIRXeVMDialect (needs to link with TargetParser and MLIROpenMPDialect)
MLIRNVVMDialect (needs to link with TargetParser and MLIROpenMPDialect)
Fixes #189206
Assisted-by: Claude Code
From:
[4 lines not shown]
tex-hologo{,-doc}: update to 1.16
* Added New logos: \hologo{pTeX}, \hologo{pLaTeX}, \hologo{upTeX},
\hologo{upLaTeX}, \hologo{ApTeX}, \hologo{ApLaTeX},
\hologo{TeXLive}, \hologo{DVIPDFMx}.
* Added tagging support
* Guard the logos against case changes
* Preserve height in reflectbox
tex-glossaries{,-doc}: update to 5.0
- Corrected definition of \acrpluralsuffix in acronym styles
- Added \showgloshortplural and \showglolongplural debugging
commands
- Minor corrections to user guide
tex-gckanbun{,-doc}: update to 2.2.7
2.0.0
We release a reworked version of gckanbun.
The new version provides necessary commands for "Saidoku Moji".
Also, by this rework, the problems with horizontal writing mode
and changing of font size have been fixed.
2.2.0
In this update, I added 2 new macros so that every main command
can be used in partly-vertical-mode. So, you can typeset vertical
kanbun style in a document which mainly uses horizontal mode.
Also, I fixed a problem in which the previous \送り has an
unwanted effect on the next \返り[intrusion=post]{arg}.
2.2.7
Fixed kanjiskip issues: Following the LuaTeX-ja update (version 20260107.0),
\ltjghostbeforejachar and \ltjghostafterjachar now function correctly. This
ensures proper kanjiskip insertion even when furigana, okurigana, or kaeriten
[4 lines not shown]
sys/tmpfs: use getnanotime() like FFS and MFS
Editing files on tmpfs uses nanotime() to update mtime, and touch uses
utimensat(UTIME_NOW) which uses getnanotime() which is cached and which
can be smaller.
So, sed ... A && touch B leads to mtime(A) > mtime(B) which isn't excted.
"Yep" deraadt@
p5-XML-Parser: update to 2.54.
2.54 2026-03-27 (by Todd Rinaldo)
Fixes:
- PR #196 Plug XS memory leaks on error paths in Expat.xs
(externalEntityRef, parse_stream, ParserCreate)
- PR #204 Add defensive NULL checks in Expat.xs to prevent crashes
on memory exhaustion and undefined behavior on short input lines
- PR #203 Add explicit package main after inline package declarations
in test files to clarify scope
Improvements:
- PR #207 GH #205 Add GitHub Actions workflow to auto-create GitHub
Releases on tag push, enabling downstream notification via
GitHub's release watch
- PR #209 Update AUTHORS POD in Parser.pm and Expat.pm to reflect
full maintainer history
- PR #210 Add CI badge to POD via =for markdown directive so it
[42 lines not shown]