1.32: Stopped looking for titles in STDs because they went away 2026-05-21
as per usual, upstream doesn't do anything even remotely related to releases,
so pretend one exists and work around that.
OK kn@ (MAINTAINER) sthen@
Implement runtime detection using elf_aux_info(3) instead of getauxval(3)
This commit plus the previous one fix the build on riscv64.
I'm not activating runtime dispatch on arm/arm64/powerpc/powerpc64 yet,
because clang 22 fails to build the tests on arm64 (clang 19 tests were
fine):
... fatal error: error in backend: Cannot implicitly convert a scalable size to a fixed-width size in `TypeSize::operator ScalarTy()`
1.32: Stopped looking for titles in STDs because they went away 2026-05-21
as per usual, upstream doesn't do anything even remotely related to releases,
so pretend one exists and work around that.
OK kn@ (MAINTAINER) sthen@
ONLY_FOR_ARCHS should have been removed since we've moved to using llvm
22 as the default version and 21 for lang/rust
Found since sparc64 build built around a thousand less packages
ok jca@ tb@
audio/ario: fix build with llvm 22
Switch a variable from long to time_t, so it has the correct type to pass
to ctime(3). Since the time is obtained through a few abstraction layers
using long, this would require too much patching to become 2038 clean.