- Apr 19, 2024
-
-
Natanael Copa authored
-
Natanael Copa authored
commit 0046e0b7 (main/c-ares: upgrade to 1.24.0) introduced a circular dependency of gtest: gtest -> cmake -> nghttp2 -> c-ares -> gtest unbreak this by build cmake with bundled nghttp2.
-
-
-
-
-
Patrycja Rosa authored
-
The only remaining user of libhandy(0) is in testing. All other users have migrated to libhandy1. As such, move libhandy(0) itself to testing too so we don't need to include this library in stable releases at least given that my MR to remove libhandy(0) entirely[1] is in a state of limbo. [1]: !63787
-
also, run tests, but disable luajit tests on archs that don't have it
-
Patrycja Rosa authored
-
-
-
Natanael Copa authored
coreutils 9.5's mv started to use gnulibs renematu which will use renameat2 if found or fallback to direct syscall. musl does not implement renameat2 so gnulib will cal syscall directly and escape fakeroots interception. To work around this, disable using the direct syscall and use the fallback from gnulib for now. ref: https://github.com/coreutils/coreutils/commit/5a1d00e4504204dc4c84eb641abb961e8074a218#diff-77785922df73494c9b82cf14280acd36a5ec8c06c0ab750651d12ee21d9f7d52R2721 ref: https://github.com/coreutils/gnulib/blob/6761c11214cb22868cbb2edd511bff5d6012fe3c/lib/renameatu.c#L110
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Patrycja Rosa authored
-
Patrycja Rosa authored
-
Patrycja Rosa authored
-
Bart Ribbers authored
-
-
-
Patrycja Rosa authored
-
-
raspbeguy authored
-
-
Patrycja Rosa authored
-
Patrycja Rosa authored
-
Patrycja Rosa authored
-
-
Milan P. Stanić authored
prepare() is not needed now remove no-locale.patch, not needed
-
Dhruvin Gandhi authored
-
-
-
Sage calls maxima through ecl, and unless anyone has any other use for maxima there's not really any point in using sbcl, so disable that until there's a reason to enable it.
-
Before I naively used `default_doc` for `-doc` subpackages, but this only works if there is only a single `-doc` subpackages, as otherwise all `-doc` packages would be installed if `docs` and the root package is installed. This fixes the issue by hand-rolling the split function for the non-root `-doc` subpackage.
-