tex-gentium-otf{,-doc}: update to 1.01
1.01 2025-07-14
- Updated documentation
- Support the Book variant of the fonts
1.00
Update for the new Gentium fonts, version 7.000.
The old font versions are no longer supported!
This package works only for LuaLaTeX/XeLaTeX.
[compiler-rt][ARM] Double-precision FP support functions (#179920)
This commit adds C helper functions `dnan2`, `dnorm2` and `dunder` for
handling the less critical edge cases of double-precision arithmetic,
similar to `fnan2`, `fnorm2` and `funder` that were added in commit
f7e652127772e93.
It also adds a header file that defines some register aliases for
handling double-precision numbers in AArch32 software floating point in
an endianness-independent way, by providing aliases `xh` and `xl` for
the high and low words of the first double-precision function argument,
regardless of which of them is in r0 and which in r1, and similarly `yh`
and `yl` for the second argument in r2/r3.
tex-fontools{,-doc}: update to 2026
- generated style files use "figureversions" instead of (deprecated) "fontaxes".
- when generating math fonts (experimental!), the script and scriptscript fonts
are by default loaded at somewhat bigger size than Latex's standard 70% and
50%, for better readability.
- a few minor bug fixes and documentation updates
cmake: updated to 4.3.0
Some of the most significant changes in CMake 4.3 are:
Support for importing and exporting packages described using the
Common Package Specification (CPS) was added.
“cmake-instrumentation(7)” was added to enable collection of timing
data, target information, and system diagnostic information during
the configure, generate, build, test, and install steps of a CMake
project
“cmake –build” now supports specifying a build directory and preset
together. The build preset will be used with the explicit build
directory substituted.
The “cmake -E bin2c” command-line tool was added.
CMake archive operations gained support for multithreading, compression
[11 lines not shown]
ccache: updated to 4.13.2
Ccache 4.13.2
New deliverables
Added tar.gz archives for Linux binary releases.
Added installation script for Linux binary releases.
Bug fixes and improvements
Fixed LTO handling when -fno-lto follows -flto: LTO is now properly disabled in this case.
Fixed crash when using MSVC /Yc without /Fp.
Fixed rewriting of MSVC /FI argument to a relative path when base_dir is set.
Improved robustness when parsing broken cache entry files.
Fixed atime/mtime restoration when recompressing a file.
Test improvements
[4 lines not shown]
wayland: update to 1.25.0.
Aside from the usual bug fixes and protocol clarifications, this new
release includes:
- Prose documentation has been converted from DocBook to mdBook
- The Wayland XML dialect, the content update model and color management are now
fully documented
- A new "frozen" attribute for interfaces with multiple parent interfaces
- A new wl_surface.get_release request for per-commit buffer release callbacks
- A new wl_display_dispatch_pending_single() function to dispatch a single event
- WAYLAND_DEBUG output is now colorized
deskutils/rednotebook: Update 3.31 => 2.42
Old version fails with issue concerning GIRepository required version
being 2.0 and ports tree providing GIRepository version 3.0.
Since 3.39 software supports GIRepository 3.0.
Changelog:
https://github.com/jendrikseipp/rednotebook/blob/v2.42/CHANGELOG.md
- Update dependencies.
- Fix warnings from portclippy.
PR: 293744
Approved by: cth-freebsd at pm.me (maintainer, timeout 2 weeks)
Sponsored by: UNIS Labs
MFH: 2026Q1
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
(cherry picked from commit 9d8b3a01e39e6dcbd1a7c5c2972b669c1513627f)
deskutils/rednotebook: Update 3.31 => 2.42
Old version fails with issue concerning GIRepository required version
being 2.0 and ports tree providing GIRepository version 3.0.
Since 3.39 software supports GIRepository 3.0.
Changelog:
https://github.com/jendrikseipp/rednotebook/blob/v2.42/CHANGELOG.md
- Update dependencies.
- Fix warnings from portclippy.
PR: 293744
Approved by: cth-freebsd at pm.me (maintainer, timeout 2 weeks)
Sponsored by: UNIS Labs
MFH: 2026Q1
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
tex-adfsymbols{,-doc}: update to 1.5
Fix compatibility with DVI output for pdfTeX/LuaTeX;
add missing Unicode mappings;
enable Unicode mappings for LuaTeX.
tex-adforn{,-doc}: update to 1.4
Fixes bug which broke compatibility with DVI output for LuaTeX.
Fixes Unicode mappings for LuaTeX in PDF mode.
Changes .notdef mappings to something else.
tex-fixtounicode{,-doc}: add version 0.1.1
This package provides utility functions in expl3 and LaTeX2e
syntax for setting tounicode mappings for 7/8 bit fonts. The
package provides a unified interface which enables mappings for
both pdfTeX and LuaTeX. The aim is to make it easier to make
legacy (text) symbol packages, which often use arbitary glyph
names and encodings, accessible for the two engines currently
capable of producing accessible PDFs. The package provides a
limited workaround for LuaTeX 1.22 and earlier, which make the
provision of such mappings more challenging. Full support
requires pdfTeX or LuaTeX 1.24 or later.