Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-07 | user/bash-completion: Workaround for GCC 13 | A. Wilcox | 2 | -1/+25 | |
Non-x86 arches don't have -march= or -mtune=generic. This has been reported upstream. | |||||
2024-08-07 | user/swig: Update to 4.2.1 | A. Wilcox | 2 | -32/+6 | |
Needed for GCC 13 support, since the generated C++ code was not amenable to GCC 13 in its prior state. 4.1.1 is the last version to support PHP 7, so I stopped there until we are able to land PHP 8. Closes: #1213 | |||||
2024-08-07 | user/glm: Workaround for GCC 13 | A. Wilcox | 1 | -10/+10 | |
There is a compiler bug on PowerPC 64 that is being investigated. Ref: #1170 | |||||
2024-08-07 | system/libtool: Fix gnulib-tests run | A. Wilcox | 2 | -2/+14 | |
2024-08-07 | system/git: Update for Perl GetOpt::Long | A. Wilcox | 2 | -2/+463 | |
git-send-email has been updated upstream to handle the new GetOpt::Long. Bring in those patches until we can update Git. | |||||
2024-08-07 | system/icu: Multiple test improvements | A. Wilcox | 1 | -1/+5 | |
* Use TZ=UTC for running tests. Ref: #1169. * Use older GCC behaviour for floating point math. Closes: #1193. | |||||
2024-08-07 | system/openrc: Fix for GCC -fno-common | A. Wilcox | 2 | -1/+17 | |
2024-08-07 | system/sharutils: Update for GCC -fno-common default | A. Wilcox | 2 | -3/+53 | |
2024-08-07 | system/jfsutils: Fix for modern GCC | A. Wilcox | 2 | -2/+76 | |
2024-08-07 | system/heirloom-devtools: Use C++98 standard | A. Wilcox | 1 | -2/+2 | |
This fixes a build error with newer GCC that defaults to the C++17 standard. Basic operation was tested and remains functional. It would be a *lot* better to rearchitect this, especially with how many times it hits -Wwrite-strings. Anyone willing to do that work would be highly praised :) | |||||
2024-08-07 | system/heirloom-pax: Update for Modern C | A. Wilcox | 2 | -3/+77 | |
Enums do not work like they did in the mid 1980s. This allows the build to work on GCC 13. I have tested basic usage of cpio and pax tools. | |||||
2024-08-07 | system/gcc: Update to 13.3.0 | A. Wilcox | 48 | -1058/+6085 | |
0012-static-pie and 201-ada were forward-ported by my own paws. Three digit 0xx underscore patches are from Gentoo. This is also the source of the insn-split and match-split patches, which significantly increase performance on build. They are also the source of the new configure option --with-matchpd-partitions. On systems with very many cores/threads, a number higher than 32 would probably perform even better, but 32 should give decent perf on 8+ threads, and runs quite nicely on the 64-thread Talos II I ran the testbuild on. 202 is from Void. The 300s are originally written by me. The Ada patch now includes an improvement to use posix_openpt instead of getpt, which fixes link errors later on. We also now use STAGE1_CFLAGS and BOOT_CFLAGS to improve build times. Improvement was clocked from 40m to 32m (-8m, or 20%) on gwyn. The patch for Go name mangling is needed to build packages that use reflect2, which includes user/gitlab-runner. | |||||
2024-08-04 | user/{kaffeine,phonon-vlc}: relbump for vlc rebuild. | Zach van Rijn | 2 | -2/+2 | |
2024-08-04 | user/vlc: Disable AltiVec on 32-bit PowerPC | A. Wilcox | 1 | -1/+2 | |
VLC was automatically enabling AltiVec on 32-bit PPC builds despite not requesting it on the ./configure line. This wasn't evident until GCC 13 enforced the AltiVec ABI switch for vec_* primitive calls. Closes: #1059, #1237 | |||||
2024-06-18 | system/curl: bump { 8.5.0 --> 8.8.0 }. | Zach van Rijn | 1 | -2/+2 | |
2024-06-11 | user/open-vm-tools: add time64 patch. fixes #1210. | Zach van Rijn | 2 | -1/+61 | |
2024-06-10 | user/xmlsec: bump { 1.3.3 --> 1.3.4 }. switch upstream. fixes #1209. | Zach van Rijn | 1 | -3/+3 | |
2024-06-10 | user/lynx: upgrade to 2.9.2 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/libxfce4ui: upgrade to 4.18.6 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/icewm: upgrade to 3.5.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/gucharmap: upgrade to 15.1.5 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/aspell-dict-da: upgrade to 4.3 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/apache-httpd: upgrade to 2.4.59 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | user/gvim: upgrade to 9.1.0378 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | system/vim: upgrade to 9.1.0378 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-06-10 | system/ncurses: upgrade to 6.5 | Síle Ekaterin Liszka | 1 | -4/+4 | |
2024-06-07 | Skaware.20240531 | Laurent Bercot | 11 | -69/+62 | |
2024-06-03 | scripts/cargo.pl: enhancements. | Síle Ekaterin Liszka | 1 | -10/+21 | |
2024-05-31 | system/utmps: add a depends_dev to skalibs_dev | Laurent Bercot | 1 | -1/+2 | |
2024-05-22 | user/open-vm-tools: New package | A. Wilcox | 15 | -0/+532 | |
2024-05-22 | user/fuse3: Update to 3.16.2 | A. Wilcox | 1 | -3/+3 | |
2024-05-06 | system/zlib: Update 1.3 to 1.3.1 | Leigh Arber | 1 | -2/+2 | |
Closes: #1166 | |||||
2024-05-04 | user/nano: bump { 5.8 --> 8.0 }. | Zach van Rijn | 1 | -3/+3 | |
2024-04-27 | user/apaste: align packaging with Adélie style | Laurent Bercot | 4 | -20/+18 | |
2024-04-26 | user/horizon: Fix for horizon#376 | A. Wilcox | 2 | -3/+81 | |
2024-04-26 | user/diskdev_cmds: Install hfsbootdata file | A. Wilcox | 1 | -3/+8 | |
This file is required to create bootable HFS+ partitions, which is needed by Horizon. Fixes: 9e44b83b0c49 ("user/diskdev_cmds: add 1985 Apple C code...") Closes: horizon#392 | |||||
2024-04-25 | user/grub: Fix dependencies on PowerPC targets | A. Wilcox | 1 | -2/+2 | |
The variable is $CTARGET_ARCH, not $CTARGETARCH. Reported numerously on IRC and Telegram, but not in GitLab. | |||||
2024-04-25 | user/elogind: add required changes from skaware cleanup. | Zach van Rijn | 1 | -2/+2 | |
2024-04-25 | user/tipidee: clean up compiled db on deinstall | Laurent Bercot | 2 | -0/+4 | |
2024-04-25 | user/tipidee: fix default logdir permissions | Laurent Bercot | 1 | -1/+1 | |
2024-04-25 | user/tipidee: improve APKBUILD, fix packaging nits | Laurent Bercot | 4 | -16/+17 | |
2024-04-25 | system/execline: upgrade to 2.9.5.1 | Laurent Bercot | 1 | -2/+2 | |
2024-04-25 | user/smtpd-starttls-proxy: add -doc package | Laurent Bercot | 1 | -2/+4 | |
2024-04-25 | user/s6-linux-utils: simplify APKBUILD | Laurent Bercot | 1 | -10/+4 | |
2024-04-25 | user/s6-portable-utils: simplify APKBUILD | Laurent Bercot | 1 | -9/+4 | |
2024-04-25 | user/s6-networking: simplify APKBUILD | Laurent Bercot | 1 | -34/+5 | |
2024-04-25 | user/s6-dns: simplify APKBUILD | Laurent Bercot | 1 | -32/+5 | |
2024-04-25 | system/s6-rc: simplify APKBUILD | Laurent Bercot | 1 | -37/+4 | |
2024-04-25 | system/mdevd: simplify APKBUILD | Laurent Bercot | 1 | -12/+3 | |
2024-04-25 | user/apaste: fix and simplify APKBUILD | Laurent Bercot | 3 | -13/+14 | |