[Midnightbsd-cvs] [MidnightBSD/mports] 95d26b: audio/strawberry: use offscreen Qt platform for tests
Lucas Holt
noreply at github.com
Fri May 29 21:22:16 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 95d26bbd786919d6f8b332e5ef431fab90b626c3
https://github.com/MidnightBSD/mports/commit/95d26bbd786919d6f8b332e5ef431fab90b626c3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M audio/strawberry/Makefile
Log Message:
-----------
audio/strawberry: use offscreen Qt platform for tests
The build environment has no display; the test suite crashes trying to
load the xcb platform plugin. QT_QPA_PLATFORM=offscreen uses the
available offscreen plugin instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Commit: f886fce81237974d070e7868b9f08061b1d4bfd6
https://github.com/MidnightBSD/mports/commit/f886fce81237974d070e7868b9f08061b1d4bfd6
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
A audio/audacity/files/patch-libraries_lib-wx-wrappers_CMakeLists.txt
Log Message:
-----------
audio/audacity: add MidnightBSD to GTK FileDialog platform list
lib-wx-wrappers/CMakeLists.txt conditionally compiles the GTK-specific
FileDialogPrivate.cpp only for Linux/FreeBSD/OpenBSD/CYGWIN. MidnightBSD
was missing, so FileDialog symbols were never built into lib-wx-wrappers.so,
causing linker errors when linking the final audacity binary.
Mirrors the fix already applied in src/CMakeLists.txt and top-level
CMakeLists.txt for the same class of platform-ID omissions.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Compare: https://github.com/MidnightBSD/mports/compare/9a9400574647...f886fce81237
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list