summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-12-02system/elfutils: Fix dependencies, disable 2 testsA. Wilcox3-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-01system/shimmy: Update to 0.8A. Wilcox1-2/+2
2024-12-01system/strace: Update to 6.9A. Wilcox1-2/+2
This is needed for building against easy-kernel-6.6 headers. Closes: #1262
2024-12-01system/xfsprogs + rdeps: Move to user/A. Wilcox7-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-30system/easy-kernel: fix checksum.Zach van Rijn1-1/+1
2024-11-29system/easy-kernel: Additional platform fixesA. Wilcox3-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-29system/easy-kernel: Fixes for x86_64A. Wilcox3-2/+40
* Config updated to reflect elfutils availability. * Patch tar call to work on bsdtar.
2024-11-29system/elfutils: New packageA. Wilcox7-0/+219
Needed for kernel on x86 platforms. Includes one patch from experimental/elfutils set.
2024-11-29user/libbsd: Promote to system/A. Wilcox2-0/+0
Needed for elfutils.
2024-11-29user/musl-obstack: Promote to system/A. Wilcox1-1/+0
Needed for elfutils.
2024-11-29user/fts: Promote to system/A. Wilcox1-0/+0
Needed for elfutils.
2024-11-29user/argp-standalone: Promote to system/A. Wilcox5-147/+126
* Needed for elfutils. * Change upstream to more-maintained version.
2024-11-29system/easy-kernel: Update to 6.6.58-mc2A. Wilcox27-65943/+513869
Includes oldconfigs for all arches, but only tested on ppc64 so far.
2024-11-29system/easy-kernel: Don't remove source symlinkA. Wilcox1-1/+0
It doesn't appear to exist by default any more, so we don't need to remove it.
2024-11-29system/easy-kernel: Update to 6.6.6-mc1A. Wilcox30-823268/+88018
2024-11-29user/wf-shell: New packageA. Wilcox1-0/+36
2024-11-29user/libdbusmenu: New packageA. Wilcox1-0/+38
2024-11-29user/gtk-layer-shell: New packageA. Wilcox1-0/+33
2024-11-29user/xf86-video-intel: Update to latest gitA. Wilcox1-7/+4
2024-11-29user/xf86-video-glint: Move to legacy/A. Wilcox2-6/+5
* Driver does not build for current Xorg server. * Last upstream release was 2015, last non-trivial Git commit was 2017. * Last Permedia card was manufactured in 1999. * We can still use fbdev on these chips; it is unlikely that any of the GL 1.1 support would be useful these days, and contemporary reviews noted that the Rage128 and RIVA TNT performed better.
2024-11-29user/xf86-video-nouveau: Update to 1.0.18A. Wilcox1-4/+4
2024-11-29user/xf86-video-rendition: !strip for firmwareA. Wilcox1-0/+1
2024-11-29user/xf86-video-{varies}: + libdrm as explicit depA. Wilcox6-7/+7
We've always depended on it, so no revbump needed; with the new Xorg changes, we don't automatically pull it in as a silent dep.
2024-11-29user/mesa-amber: Don't auto-install with mesa-driA. Wilcox1-1/+0
Since GBM is busted upstream, we can't use this for Wayland or Xorg. I'm not sure what we are meant to be using it for, but we don't need it available everywhere in this case.
2024-11-29user/mesa-amber: Fix i915 conflict, disable GBMA. Wilcox2-1/+53
See upstream: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12219
2024-11-29user/mesa-amber: Install with other DRI driversA. Wilcox1-0/+1
Users can override this by running 'apk add !mesa-amber', but this way we always install drivers for the older machines when installing Mesa drivers at all. This way, we don't need to change Horizon etc to support the older hardware drivers, and users can still remove it if they know they won't ever need it.
2024-11-29user/mesa: Disable broken drivers on pmmxA. Wilcox1-2/+1
2024-11-29user/wxwidgets: Use GLVND for GL headersA. Wilcox1-2/+2
2024-11-29user/wlroots-0.{17,18}: Use GLVND for GL headersA. Wilcox2-6/+7
2024-11-29user/vlc: Add GLVND for GL headersA. Wilcox1-2/+2
2024-11-29user/torcs: Use GLVND for GL headersA. Wilcox1-4/+4
2024-11-29user/supertux: Use GLVND for GL headersA. Wilcox1-1/+1
2024-11-29user/sdl2: Update to 2.0.22 for Wayland supportA. Wilcox1-4/+5
* Additionally, use GLVND for OpenGL headers. * Also, use RelWithDebInfo instead of RelWithDebugInfo. This matters because the target CMake files installed require the build type to match one of the ones they define, and they define that one.
2024-11-29user/sdl: Use GLVND for GL headersA. Wilcox1-1/+1
2024-11-29user/qt5-qtwayland: Add GLVND depA. Wilcox1-1/+1
* Mesa used for the DRM backend; GLVND for EGL.
2024-11-29user/plib: Use GLVND, https-ise URLsA. Wilcox1-4/+5
2024-11-29user/mpv: Use GLVND for GL headers, add WaylandA. Wilcox1-4/+3
* Mesa still needed for GBM, DRM, KMS. * Wayland enabled for both EGL and libva.
2024-11-29user/mesa-demos: Add libglvnd for GL headersA. Wilcox1-2/+3
2024-11-29user/libva: Add Wayland support, split by winsysA. Wilcox1-4/+20
These automatically add themselves when the winsys itself is present (libx11 or wayland), so there should be no functional change for users.
2024-11-29user/kwin: Add libglvnd dependencyA. Wilcox1-1/+2
Mesa is still needed for GBM, but GLVND is needed for EGL.
2024-11-29user/kwayland-server: Update GL header depA. Wilcox1-2/+2
2024-11-29user/kstars: Update GL header depA. Wilcox1-2/+2
2024-11-29user/gst-plugins-bad: Add more dependenciesA. Wilcox1-2/+2
* We now have Vulkan support, so add that. * Use GLVND for GL headers. Mesa remains for DRM.
2024-11-29user/glfw: Use GLVND for GL headersA. Wilcox1-2/+2
2024-11-29user/glew: Fix up dependenciesA. Wilcox1-3/+3
* Mesa is used internally for GBM. * libglvnd-dev is needed for OpenGL headers.
2024-11-29user/freeglut: Use GLVND for OpenGLA. Wilcox2-4/+22
Includes a patch to the CMake to use libOpenGL and libGLX instead of the legacy libGL. We also explicitly set GLVND instead of LEGACY for the FindOpenGL module.
2024-11-29user/fltk: Replace GL header providerA. Wilcox1-2/+2
2024-11-29user/fastfetch: Add libglvnd dependencyA. Wilcox1-2/+2
* Mesa is still used for GBM and KMS.
2024-11-29user/compton: Replace mesa with glvndA. Wilcox1-2/+2
2024-11-29user/clutter: Use glvnd, add Wayland supportA. Wilcox1-4/+6
* Only OpenGL headers are used, so replace mesa with libglvnd.