[Midnightbsd-cvs] [MidnightBSD/mports] 0a511d: audio/gnome-podcasts: fix build with CARGO_BUILD_T...
Lucas Holt
noreply at github.com
Wed May 27 08:26:54 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 0a511d1f63ce44a8950ad97136da5e9db29ffd7e
https://github.com/MidnightBSD/mports/commit/0a511d1f63ce44a8950ad97136da5e9db29ffd7e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M audio/gnome-podcasts/Makefile
Log Message:
-----------
audio/gnome-podcasts: fix build with CARGO_BUILD_TARGET set
CARGO_ENV sets CARGO_BUILD_TARGET=x86_64-unknown-freebsd, causing cargo
to place the output binary at podcasts-gtk/src/<triple>/release/podcasts-gtk
instead of podcasts-gtk/src/release/podcasts-gtk. Patch meson.build to
insert the target triple into the cp path.
AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
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