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.
efl: backport upstream patch
Backport existing eet upstream patch.
Already upstreamed as part of pull request:
https://git.enlightenment.org/enlightenment/efl/pulls/130
While not mandatory for building efl,
all existing patches closely follow OpenBSD logic,
thefore adding this to pkgsrc as well.
mount_lfs: Build fix: s/unreachable()/__unreachable()/
<stddef.h> only declares unreachable() for C23 or later.
Here, as <sys/cdefs.h> is already being included, just
use one of its definitions directly, rather than attempting
to do so indirectly via <stddef.h>
This can be changed to anything else that works of course.
mount_lfs(8): Add unreachable() to fix clang build.
dependall ===> sbin/mount_lfs
/home/source/ab/HEAD-llvm/src/sbin/mount_lfs/mount_lfs.c:319:1: error: function declared 'noreturn' should not return [-Werror,-Winvalid-noreturn]
The only two cases in invoke_cleaner are already handled, so the rest
should be unreachable.