Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-08 | user/libva: Depend on libglvnd for GLX support | A. Wilcox | 1 | -3/+3 | |
Closes: #1279 | |||||
2024-12-08 | user/mesa-amber: get sum check sum before you wreck sum. | Zach van Rijn | 1 | -0/+1 | |
2024-12-08 | user/postgresql: bump { 14.6 --> 14.15 }. fixes #1278. | Zach van Rijn | 1 | -2/+2 | |
2024-12-08 | user/liblangtag: bump { 0.6.3 --> 0.6.7 }. fixes #1277. | Zach van Rijn | 1 | -2/+2 | |
2024-12-08 | user/raptor2: support libxml2 >= 2.11. fixes #1276. | Zach van Rijn | 2 | -2/+23 | |
2024-12-08 | user/libgsf: Update to 1.14.53 | A. Wilcox | 1 | -2/+2 | |
* Required for compatibility with new libxml2 release. Closes: #1275 | |||||
2024-12-08 | user/xmlsec: bump { 1.3.4 --> 1.3.6 }. fixes #1273. | Zach van Rijn | 1 | -2/+2 | |
2024-12-07 | user/hfsutils: new package | Sheila Aman | 2 | -0/+53 | |
2024-12-08 | user/tmux: bump { 3.5 --> 3.5a }. no 'yacc' needed. | Zach van Rijn | 2 | -3/+37 | |
The patch is inverted to effectively revert this requirement. | |||||
2024-12-07 | user/llvm18: Ensure stack sizes are set properly | A. Wilcox | 2 | -0/+18 | |
* Run `chelf` on the binaries after they are installed, in case they are re-linked during the install process. This was the cause of #1272. * Disable two more tests that caused failures on gwyn due to #1250. Closes: #1272 | |||||
2024-12-07 | user/spack: bump { 0.21.0 --> 0.23.0 }. | Zach van Rijn | 3 | -30/+23 | |
NOTE: packages built during the 'clingo-bootstrap' process no longer apply patches of the form 'patch("foo.patch")' due to changes noted at spack#16. Upstream is aware. v0.22.0 introduces libc awareness (currently glibc or musl). https://github.com/spack/spack/pull/43190 v0.23.0 removes the old concretizer, final 0.x release. https://github.com/spack/spack/pull/45215 v1.0.0 has high-impact changes. several compiler limitations. https://github.com/spack/spack/pull/45189 See also: https://github.com/spack/spack/discussions/30634 | |||||
2024-12-07 | user/libavc1394: look for different argp symbol. fixes #1271. | Zach van Rijn | 2 | -4/+4 | |
Commit e9634624744109ff3ae8228d8a87ce3c31a9a121 changed upstream for 'argp-standalone', a dependency of this package. The 'argp.patch' file looks for the 'argp_usage' symbol in libargp but is apparently not able to find it due to (I believe): https://github.com/ericonr/argp-standalone/commit/e7ff8d9787d2641e55f6ac4afb777da60ef98043 This commit looks for a different symbol instead. Note: -dev is now required and should be investigated. | |||||
2024-12-07 | user/ol: ensure consistency. | Zach van Rijn | 1 | -1/+1 | |
2024-12-07 | user/jq: new package. | Zach van Rijn | 1 | -0/+34 | |
2024-12-06 | bootstrap/llvm18: replace symlink with files. | Zach van Rijn | 14 | -1/+762 | |
Note: default_llvm="no" Effectively reverts 1c7549b7bb4dcf1142d6c19876841ccc93fcafd5 since 'abuild' uses readlink to derive repository information. The user/llvm18 package is free to be updated independently. | |||||
2024-12-06 | system/elfutils: skip problematic tests. ref: #1267, #1268. | Zach van Rijn | 5 | -0/+52 | |
2024-12-06 | user/llvm18: disable flaky tests. fixes #1250. | Zach van Rijn | 1 | -10/+17 | |
2024-12-06 | bootstrap/llvm18: symbolic link to user/llvm18. | Zach van Rijn | 1 | -0/+1 | |
2024-12-05 | system/elfutils: Drop cURL and libbsd dependency | Anna Wilcox | 1 | -2/+2 | |
Closes: #1266 | |||||
2024-12-04 | system/easy-kernel: Depend on elfutils | A. Wilcox | 1 | -1/+1 | |
Needed for x86_64, at least. | |||||
2024-12-04 | scripts/deplist: final updates for beta6. | Zach van Rijn | 1 | -3/+5 | |
2024-12-04 | user/kwin: Use xwayland instead of xorg-server- | A. Wilcox | 1 | -3/+2 | |
XWayland is now its own package, separate from the X server base package. Use XWayland as the dependency. Not revbump because this package has never escaped into the wild since the libglvnd revbump; if it had, it would have broken deps and been unable to build anyway. | |||||
2024-12-04 | user/chrpath: Move to system/ | A. Wilcox | 1 | -0/+0 | |
Needed by LLVM bootstrap compilers. Acked-by: Zach van Rijn <me@zv.io> | |||||
2024-12-04 | user/chelf: Move to system/ | A. Wilcox | 1 | -0/+0 | |
Used by LLVM bootstrap compilers. May be needed eventually for other system-level dependencies to set stack sizes. Acked-by: Zach van Rijn <me@zv.io> | |||||
2024-12-04 | user/llvm14: Move to bootstrap/ | A. Wilcox | 14 | -0/+0 | |
Package is only needed by Rust bootstrap packages. | |||||
2024-12-04 | user/kdevelop: Explicitly use LLVM 18 | A. Wilcox | 1 | -4/+5 | |
We were already using it, but make it explicit. | |||||
2024-12-04 | user/qt-creator: Add support for LLVM 18 | A. Wilcox | 7 | -2/+228 | |
Patches were cherry-picked from upstream. | |||||
2024-12-04 | system/libexecinfo: fix accidental CFLAGS removal. | Zach van Rijn | 1 | -2/+2 | |
2024-12-03 | user/colordiff: new package | Alice | 1 | -0/+28 | |
2024-12-02 | scripts/deplist: add exception for 'musl-dbg'. | Zach van Rijn | 1 | -0/+1 | |
2024-12-02 | system/libxslt: Update to 1.1.42 | A. Wilcox | 1 | -2/+2 | |
Closes: #1264 | |||||
2024-12-02 | system/elfutils: Fix dependencies, disable 2 tests | A. Wilcox | 3 | -3/+31 | |
* Tests require musl debugging symbols. * Build requires M4, and also violated 80 char limit. * Two tests are broken upstream, and have been reported. Closes: #1263 | |||||
2024-12-01 | system/shimmy: Update to 0.8 | A. Wilcox | 1 | -2/+2 | |
2024-12-01 | system/strace: Update to 6.9 | A. Wilcox | 1 | -2/+2 | |
This is needed for building against easy-kernel-6.6 headers. Closes: #1262 | |||||
2024-12-01 | system/xfsprogs + rdeps: Move to user/ | A. Wilcox | 7 | -0/+0 | |
* inih requires Meson, and we don't want to introduce Meson to the system/ ABI, so we need to move it to user/. * This takes xfsprogs with it. This is fine because we still have system/e2fsprogs for a file system on new ports. * As the only dependent of userspace-rcu was xfsprogs, it doesn't need to be present in system/ any more either. Move to user/. | |||||
2024-11-30 | system/easy-kernel: fix checksum. | Zach van Rijn | 1 | -1/+1 | |
2024-11-29 | system/easy-kernel: Additional platform fixes | A. Wilcox | 3 | -4/+20 | |
* Add bsdtar.patch to patches. * x86_64/pmmx: Disable SimpleFB which caused EFI computers to break. * pmmx: Update config for latest compiler. | |||||
2024-11-29 | system/easy-kernel: Fixes for x86_64 | A. Wilcox | 3 | -2/+40 | |
* Config updated to reflect elfutils availability. * Patch tar call to work on bsdtar. | |||||
2024-11-29 | system/elfutils: New package | A. Wilcox | 7 | -0/+219 | |
Needed for kernel on x86 platforms. Includes one patch from experimental/elfutils set. | |||||
2024-11-29 | user/libbsd: Promote to system/ | A. Wilcox | 2 | -0/+0 | |
Needed for elfutils. | |||||
2024-11-29 | user/musl-obstack: Promote to system/ | A. Wilcox | 1 | -1/+0 | |
Needed for elfutils. | |||||
2024-11-29 | user/fts: Promote to system/ | A. Wilcox | 1 | -0/+0 | |
Needed for elfutils. | |||||
2024-11-29 | user/argp-standalone: Promote to system/ | A. Wilcox | 5 | -147/+126 | |
* Needed for elfutils. * Change upstream to more-maintained version. | |||||
2024-11-29 | system/easy-kernel: Update to 6.6.58-mc2 | A. Wilcox | 27 | -65943/+513869 | |
Includes oldconfigs for all arches, but only tested on ppc64 so far. | |||||
2024-11-29 | system/easy-kernel: Don't remove source symlink | A. Wilcox | 1 | -1/+0 | |
It doesn't appear to exist by default any more, so we don't need to remove it. | |||||
2024-11-29 | system/easy-kernel: Update to 6.6.6-mc1 | A. Wilcox | 30 | -823268/+88018 | |
2024-11-29 | user/wf-shell: New package | A. Wilcox | 1 | -0/+36 | |
2024-11-29 | user/libdbusmenu: New package | A. Wilcox | 1 | -0/+38 | |
2024-11-29 | user/gtk-layer-shell: New package | A. Wilcox | 1 | -0/+33 | |
2024-11-29 | user/xf86-video-intel: Update to latest git | A. Wilcox | 1 | -7/+4 | |