Add p5-Unicode-UTF8 version 0.75
Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form
This module provides functions to encode and decode UTF-8 encoding form
as specified by Unicode and ISO/IEC 10646:2011.
archivers/par2: Work around gcc 10 bug
It seems that when an ostringstream is operated on with <<, the
resulting object is an ostream, not an ostringstream, and one can't
.str() that. Simplify the code and use variables.
All tests pass on NetBSD 10 amd64.
Make sure the stack is aligned when delivering signals.
Fixes the t_signal_and_sp:misaligned_sp_and_signal and
t_signal_and_sp:signalsp_sigaltstack test cases on m68k.
enlightenment-current: mark upstream merged patches
The patches in this commit are already upstreamed as part of:
https://git.enlightenment.org/enlightenment/enlightenment/pulls/139
Note: wizard_page_120.c is partially merged, meaning the above PR
contains only part of the patch (NetBSD) in the upstream source.
enlightenment-current: sync with upstream patches
The patches in this commit are already upstreamed as part of:
https://git.enlightenment.org/enlightenment/enlightenment/pulls/139
Modfified existing patches to be the same as upstream,
to ease package update when new enlightenment version gets released.
(textproc/R-stringi) Updated 1.8.7 to 1.8.9
## 1.8.9 (2026-07-30)
* [BUGFIX] Fixed build/runtime warnings.
* [BUILD TIME] The configure script no longer tries to fall back to C++11.
gitea-runner: update to 3.3.0
This reflects the name change from the project upstream, and ties it to
Gitea because of potential conflicts.
Note that while the latest version of runner is 3.3.1, it requires Go
1.27, which is not available in pkgsrc yet. This version is fine with
Go 1.26.
crates-io-cli: modify this so it builds on 32-bit CPU targets.
This involves adding use of portable-atomic, both in Cargo.toml,
recomputing Cargo.lock, and also modify where one of the crates
import Atomic64 from.
Bump PKGREVISION.
virtio(4): combine virtio and virtio_mmio man pages.
While here, add missing VirtIO devices and improve grammar and text.
virtio_mmio.4 was present in the source tree but never installed.