summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-10Fix two omitted utilities. Add 'attr'.zv/bootstrapZach van Rijn1-4/+28
2024-08-10Bump mcmtools.Zach van Rijn1-1/+1
2024-08-10Fix copy/paste bug. Do not assume ranlib can be found.Zach van Rijn1-6/+1
2024-08-10Miscellaneous cleaning & updating. Mega descriptive i know.Zach van Rijn2-84/+119
2024-08-10Some more docs.Zach van Rijn1-17/+89
2024-08-10Miscellaneous TODO items for rootfs prep.Zach van Rijn1-0/+20
2024-08-10Add fakeroot patches.Zach van Rijn1-2/+8
2024-08-10This produces the pre-adelie tarball.Zach van Rijn1-5/+52
2024-08-10Remove useless file.Zach van Rijn2-5/+10
2024-08-10Even more.Zach van Rijn4-229/+674
2024-08-10scripts/setup-abuild: work under qemu user properly.Zach van Rijn1-33/+90
2024-08-10more...Zach van Rijn2-25/+274
2024-08-10more work..Zach van Rijn2-11/+91
2024-08-10Initial draft of new bootstrap tooling.Zach van Rijn5-11/+337
2024-08-10user/openvpn 2.6.12Lee Starnes1-2/+2
2024-08-10system/curl: bump { 8.8.0 --> 8.9.1 }.Zach van Rijn1-2/+2
2024-08-09user/llvm18: Disable some tests on 32-bit PowerPCA. Wilcox1-0/+26
Ref: #1233
2024-08-09user/{mozilla}: Use specified LLVM tool versionZach van Rijn2-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-07user/qt-creator: Pass path for LLVM configurationZach van Rijn1-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-07user/mesa: Add Meson config for LLVM selectionZach van Rijn1-1/+9
Closes: #796
2024-08-07system/gcc: Fix TSan on PPC64A. Wilcox2-0/+61
2024-08-07user/clazy: Specify the LLVM root pathA. Wilcox1-1/+3
The LLVM version is now a variable that can be easily changed, as well. Closes: #1225
2024-08-07system/libelf: Ensure -p is passed to mkdirA. Wilcox2-1/+16
Closes: #1228
2024-08-07user/erl-rebar3: Update to 3.23.0Zach van Rijn1-2/+2
Closes: #1224
2024-08-07user/gsl: Update to 2.8Zach van Rijn1-3/+3
2024-08-07user/gsl: force inline to be staticZach van Rijn2-1/+15
Closes: #1197
2024-08-07user/gsl: disable optimizations on specfunc testsZach van Rijn1-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-07system/gcc: Fixes for 32-bit Arm platformsA. Wilcox3-26/+41
* The san library needs some adjustments to handle the fact we need frame pointers (r7 is used for the syscall number, and the FP). * Fix GCC Go __go_mmap external linking since they changed the signature upstream for the C side. This closes #1201.
2024-08-07system/binutils: Add upstream fix for x86_64 testsA. Wilcox2-0/+39
Closes: #1222
2024-08-07user/elixir: Update to 1.17.2A. Wilcox1-2/+2
Required for Erlang/OTP 27 support. Closes: #1182, #1194
2024-08-07user/zola: Move to experimental/A. Wilcox1-0/+0
We can update this once we have newer Rust. Ref: #1176
2024-08-07user/perl-extutils-cppguess: Fix testsA. Wilcox2-3/+66
Closes: #1174
2024-08-07user/erlang: Update to 27.0A. Wilcox1-7/+5
2024-08-07system/gcc: Fix libsan on ppc64 and i586 bugA. Wilcox3-5/+64
Closes: #1217, #1218
2024-08-07user/llvm14: Fix GCC 13-adjacent bugsA. Wilcox4-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-07user/gst-plugins-bad: add patch for 32-bit ARMZach van Rijn2-2/+36
Closes: #1198
2024-08-07user/mesa: Disable SSE2 on pmmxA. Wilcox3-1/+8866
Closes: #1207
2024-08-07user/llvm14: Mark as non-default LLVM nowA. Wilcox1-1/+1
2024-08-07user/llvm18: New packageA. Wilcox13-0/+725
2024-08-07system/binutils: Update to 2.42A. Wilcox19-214/+192
Closes: #1221, #1206
2024-08-07system/gcc: Add sanitizer supportA. Wilcox2-3/+172
Based-ish on Chimera's patches, but a bit more thorough. * 32-bit ports don't have liblsan or libtsan. * We can't dep on utmps-dev for utmpx, so hard-code size. The size is the same on all six arches per my testing.
2024-08-07system/binutils: Fix format specifiers in libctfA. Wilcox2-1/+30
Closes: #1181
2024-08-07user/assimp: bump { 5.2.5 --> 5.4.1 }. fixes #1184.Zach van Rijn2-18/+2
2024-08-07user/lilo: add patch for GCC 10+. fixes #1179.Zach van Rijn2-1/+54
2024-08-07user/redis: bump { 6.0.16 --> 7.2.5 }. fixes #1178.Zach van Rijn1-2/+2
2024-08-07user/gitlab-runner: Update to 15.0.0A. Wilcox8-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-07user/gprbuild: Update to 24.0.0A. Wilcox1-11/+14
2024-08-07user/mbedtls: [CVE] Update to 3.6.0A. Wilcox2-319/+3
2024-08-07user/gnucobol: Use local mirror for testsA. Wilcox1-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-07user/aspell-dict-lv: Use local mirrorA. Wilcox1-1/+1
Closes: #1173