Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-27 | user/systemd: Add reload triggerwti/scaly | A. Wilcox | 2 | -0/+4 | |
2024-08-27 | user/systemd: Ensure linkage to libskarnet, +kmod | A. Wilcox | 1 | -2/+3 | |
kmod is needed to make sure udev loads modules on boot. | |||||
2024-08-27 | user/systemd: Do not depend on D-Bus | A. Wilcox | 1 | -1/+1 | |
We can't dep on dbus since dbus needs us to build. | |||||
2024-08-27 | user/dbus-sd: New package | A. Wilcox | 4 | -0/+84 | |
2024-08-27 | user/systemd: Ensure systemd finds sulogin(8) | A. Wilcox | 1 | -2/+5 | |
2024-08-27 | user/polkit-sd: New package | A. Wilcox | 5 | -0/+110 | |
This is PolKit built against systemd instead of elogind. | |||||
2024-08-27 | user/systemd: Fix build-path feature | A. Wilcox | 2 | -13/+14 | |
2024-08-27 | user/systemd: [WIP] New package | A. Wilcox | 2 | -0/+4798 | |
2024-08-22 | user/zola: Move back, update to 0.19.1 | A. Wilcox | 1 | -0/+1132 | |
Closes: #1176 | |||||
2024-08-22 | user/ripgrep: Update to 14.1.0 | A. Wilcox | 1 | -141/+113 | |
2024-08-22 | user/cbindgen: Update to 0.26 | A. Wilcox | 1 | -75/+77 | |
2024-08-22 | user/clazy: Update to 1.12 | A. Wilcox | 2 | -5/+5 | |
Adds LLVM 18 and Clang 18 support. | |||||
2024-08-22 | user/clang: Update to 18.1.8 | A. Wilcox | 6 | -52/+31 | |
2024-08-22 | user/llvm18: Tweaks and fixes | A. Wilcox | 1 | -20/+17 | |
* DWARFLinker and friends: most of the test errors are related to musl's thread stack size. Use chelf instead of disabling the tests. They pass on gwyn now, but there are still two flaky dsymutil tests. * Ensure the libLLVM.so.18 library is still present in /usr/lib/llvm18. * Install llvm-gtest, needed for Clang's test suite. | |||||
2024-08-22 | user/rust: Add version 1.80.0 | A. Wilcox | 19 | -0/+3417 | |
2024-08-22 | user/rust: rename to bootstrap/rust-1.60 | A. Wilcox | 19 | -1671/+0 | |
2024-08-15 | user/htop: bump { 3.3.0 --> 3.4.0_git20240813 }. fixes #1239. | Zach van Rijn | 1 | -4/+12 | |
2024-08-15 | user/dovecot: Update to 2.3.21.1 | Lee Starnes | 1 | -4/+7 | |
2024-08-10 | user/openvpn 2.6.12 | Lee Starnes | 1 | -2/+2 | |
2024-08-09 | user/llvm18: Disable some tests on 32-bit PowerPC | A. Wilcox | 1 | -0/+26 | |
Ref: #1233 | |||||
2024-08-09 | user/{mozilla}: Use specified LLVM tool version | Zach van Rijn | 2 | -2/+6 | |
This ensures the Mozilla build system can find tools like llvm-objcopy without the desired LLVM version being the default one. Closes: #1230 | |||||
2024-08-07 | user/qt-creator: Pass path for LLVM configuration | Zach van Rijn | 1 | -2/+4 | |
This ensures Qt Creator picks up the LLVM version we have selected for it, instead of looking for a non-version-suffixed `llvm-config`. Closes: #1231 | |||||
2024-08-07 | user/mesa: Add Meson config for LLVM selection | Zach van Rijn | 1 | -1/+9 | |
Closes: #796 | |||||
2024-08-07 | user/clazy: Specify the LLVM root path | A. Wilcox | 1 | -1/+3 | |
The LLVM version is now a variable that can be easily changed, as well. Closes: #1225 | |||||
2024-08-07 | user/erl-rebar3: Update to 3.23.0 | Zach van Rijn | 1 | -2/+2 | |
Closes: #1224 | |||||
2024-08-07 | user/gsl: Update to 2.8 | Zach van Rijn | 1 | -3/+3 | |
2024-08-07 | user/gsl: force inline to be static | Zach van Rijn | 2 | -1/+15 | |
Closes: #1197 | |||||
2024-08-07 | user/gsl: disable optimizations on specfunc tests | Zach van Rijn | 1 | -1/+1 | |
Default optimization settings between GCC 8.5.0 and 13.3.0 appear to have caused this test to fail; disable them for this test. Closes: #1195 | |||||
2024-08-07 | user/elixir: Update to 1.17.2 | A. Wilcox | 1 | -2/+2 | |
Required for Erlang/OTP 27 support. Closes: #1182, #1194 | |||||
2024-08-07 | user/zola: Move to experimental/ | A. Wilcox | 1 | -754/+0 | |
We can update this once we have newer Rust. Ref: #1176 | |||||
2024-08-07 | user/perl-extutils-cppguess: Fix tests | A. Wilcox | 2 | -3/+66 | |
Closes: #1174 | |||||
2024-08-07 | user/erlang: Update to 27.0 | A. Wilcox | 1 | -7/+5 | |
2024-08-07 | user/llvm14: Fix GCC 13-adjacent bugs | A. Wilcox | 4 | -3/+280 | |
Backport the GCC miscompile workaround from LLVM 18. Use the old x87 excess precision behaviour to fix most of the tests. Still no idea why 32-bit Intel wants new shiny colours for the graph. Closes: #1200, #1202, #1204, #1223 | |||||
2024-08-07 | user/gst-plugins-bad: add patch for 32-bit ARM | Zach van Rijn | 2 | -2/+36 | |
Closes: #1198 | |||||
2024-08-07 | user/mesa: Disable SSE2 on pmmx | A. Wilcox | 3 | -1/+8866 | |
Closes: #1207 | |||||
2024-08-07 | user/llvm14: Mark as non-default LLVM now | A. Wilcox | 1 | -1/+1 | |
2024-08-07 | user/llvm18: New package | A. Wilcox | 13 | -0/+725 | |
2024-08-07 | user/assimp: bump { 5.2.5 --> 5.4.1 }. fixes #1184. | Zach van Rijn | 2 | -18/+2 | |
2024-08-07 | user/lilo: add patch for GCC 10+. fixes #1179. | Zach van Rijn | 2 | -1/+54 | |
2024-08-07 | user/redis: bump { 6.0.16 --> 7.2.5 }. fixes #1178. | Zach van Rijn | 1 | -2/+2 | |
2024-08-07 | user/gitlab-runner: Update to 15.0.0 | A. Wilcox | 8 | -319/+52 | |
* Parallel build on as many cores as normal builds use. * The module cache is contained within the builddir instead of polluting HOME. | |||||
2024-08-07 | user/gprbuild: Update to 24.0.0 | A. Wilcox | 1 | -11/+14 | |
2024-08-07 | user/mbedtls: [CVE] Update to 3.6.0 | A. Wilcox | 2 | -319/+3 | |
2024-08-07 | user/gnucobol: Use local mirror for tests | A. Wilcox | 1 | -1/+1 | |
The test data has changed upstream. We use our locally cached version for now, since we haven't updated GNU Cobol itself yet. | |||||
2024-08-07 | user/aspell-dict-lv: Use local mirror | A. Wilcox | 1 | -1/+1 | |
Closes: #1173 | |||||
2024-08-07 | user/supertux: Fix missing header | A. Wilcox | 2 | -2/+34 | |
Patch from upstream. | |||||
2024-08-07 | user/range-v3: Update to 0.12.0 | A. Wilcox | 1 | -2/+2 | |
2024-08-07 | user/the_silver_searcher: Patches | A. Wilcox | 4 | -4/+321 | |
* Fix when reading symlinks to pipes. * Fix build with newer GCC. | |||||
2024-08-07 | user/rxvt-unicode: [CVE] Update to 9.31 | A. Wilcox | 2 | -9/+9 | |
Closes: #1185 | |||||
2024-08-07 | user/libptytty: New package | A. Wilcox | 2 | -0/+55 | |
This is a dependency of newer releases of user/rxvt-unicode. Closes: #1180 |