summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-11user/cups-filters: Update to 1.28.16A. Wilcox1-6/+6
Upstream has dropped the font requirement from runtime deps, so we do the same in our packaging. Fixes for GCC, but also fixes various printing issues and NULL derefs.
2024-06-11user/vte: Fix build on modern GCCSíle Ekaterin Liszka2-2/+49
2024-06-11user/libgphoto2: Add hidden libxml2-dev depA. Wilcox1-2/+2
2024-06-11user/libnih: Fix for GCC -fno-commonA. Wilcox2-2/+19
2024-06-11user/libplist: Serialise test suiteA. Wilcox1-1/+2
Closes: #1175
2024-06-11user/qca: Update for GCC 11+A. Wilcox3-3/+111
2024-06-11user/openal-soft: Update to 1.23.1 for GCC 10+A. Wilcox1-4/+4
2024-06-11user/awesome: Backport GCC 10+ patch from upstreamA. Wilcox2-4/+243
There was a difference in the context due to other upstream changes, but it was simple to change the patch to apply anyway. I didn't want to start poking with signal argument changes..
2024-06-11user/menu-cache: Integrate upstream GCC 10+ patchA. Wilcox2-3/+109
2024-06-11user/xorg-server: Update for GCC 12+ compatA. Wilcox3-2/+165
2024-06-11user/qt5-qtbase: Don't use deprecated egrepA. Wilcox1-1/+1
2024-06-11user/v4l-utils: Update to 1.26.1A. Wilcox6-154/+15
* Convert to Meson build system. * Use upstream provided .desktop/icon files. * Add qvidcap to qv4l2 package and auto-install when v4l-utils and Qt5::X11 are installed. * Remove patches which have all been applied to upstream.
2024-06-11user/qt5-qtwebkit: Patch missing headerA. Wilcox2-1/+14
GCC 13 C++ STL doesn't bring in <cstdint>, needed by ANGLE for uint32_t.
2024-06-11user/akonadi-search: Disable PGSQL tests as wellA. Wilcox1-1/+1
2024-06-11user/volume_key: Fix build against Python 3A. Wilcox1-2/+4
If the build environment has a /usr/bin/python, the build system believes it is Python 2. Ensure that does not happen.
2024-06-11user/bash-completion: Workaround for GCC 13A. Wilcox2-1/+25
Non-x86 arches don't have -march= or -mtune=generic. This has been reported upstream.
2024-06-11user/swig: Update to 4.1.1A. Wilcox2-31/+5
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.
2024-06-11user/glm: TEMPORARY fix for #1170 - DO NOT MERGEA. Wilcox1-9/+10
This patch is ONLY to be able to build the entire tree for gcc13 trybuild. We will NOT ship it like this for beta6.
2024-06-11system/libtool: Fix gnulib-tests runA. Wilcox2-2/+14
2024-06-11system/git: Update for Perl GetOpt::LongA. Wilcox2-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-06-11system/icu: Multiple test improvementsZach van Rijn1-0/+3
* Use TZ=UTC for running tests. Ref: #1169. * Use older GCC behaviour for floating point math. Closes: #1193.
2024-06-11system/icu: Use TZ=UTC for running testsA. Wilcox1-1/+2
Issue: #1169
2024-06-11system/openrc: Fix for GCC -fno-commonA. Wilcox2-1/+17
2024-06-11system/sharutils: Update for GCC -fno-common defaultA. Wilcox2-3/+53
2024-06-11system/jfsutils: Fix for modern GCCA. Wilcox2-2/+76
2024-06-11system/heirloom-devtools: Use C++98 standardA. Wilcox1-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-06-11system/heirloom-pax: Update for Modern CA. Wilcox2-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-06-11system/gcc: Update to 13.3.0A. Wilcox48-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-06-11user/open-vm-tools: add time64 patch. fixes #1210.Zach van Rijn2-1/+61
2024-06-10user/xmlsec: bump { 1.3.3 --> 1.3.4 }. switch upstream. fixes #1209.Zach van Rijn1-3/+3
2024-06-10user/lynx: upgrade to 2.9.2Síle Ekaterin Liszka1-2/+2
2024-06-10user/libxfce4ui: upgrade to 4.18.6Síle Ekaterin Liszka1-2/+2
2024-06-10user/icewm: upgrade to 3.5.0Síle Ekaterin Liszka1-2/+2
2024-06-10user/gucharmap: upgrade to 15.1.5Síle Ekaterin Liszka1-2/+2
2024-06-10user/aspell-dict-da: upgrade to 4.3Síle Ekaterin Liszka1-2/+2
2024-06-10user/apache-httpd: upgrade to 2.4.59Síle Ekaterin Liszka1-2/+2
2024-06-10user/gvim: upgrade to 9.1.0378Síle Ekaterin Liszka1-2/+2
2024-06-10system/vim: upgrade to 9.1.0378Síle Ekaterin Liszka1-2/+2
2024-06-10system/ncurses: upgrade to 6.5Síle Ekaterin Liszka1-4/+4
2024-06-07Skaware.20240531Laurent Bercot11-69/+62
2024-06-03scripts/cargo.pl: enhancements.Síle Ekaterin Liszka1-10/+21
2024-05-31system/utmps: add a depends_dev to skalibs_devLaurent Bercot1-1/+2
2024-05-22user/open-vm-tools: New packageA. Wilcox15-0/+532
2024-05-22user/fuse3: Update to 3.16.2A. Wilcox1-3/+3
2024-05-06system/zlib: Update 1.3 to 1.3.1Leigh Arber1-2/+2
Closes: #1166
2024-05-04user/nano: bump { 5.8 --> 8.0 }.Zach van Rijn1-3/+3
2024-04-27user/apaste: align packaging with Adélie styleLaurent Bercot4-20/+18
2024-04-26user/horizon: Fix for horizon#376A. Wilcox2-3/+81
2024-04-26user/diskdev_cmds: Install hfsbootdata fileA. Wilcox1-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-25user/grub: Fix dependencies on PowerPC targetsA. Wilcox1-2/+2
The variable is $CTARGET_ARCH, not $CTARGETARCH. Reported numerously on IRC and Telegram, but not in GitLab.