[Midnightbsd-cvs] [MidnightBSD/mports] c4584f: x11/cinnamon: fix configure failure with meson 1.6...
Lucas Holt
noreply at github.com
Sun May 17 14:25:19 EDT 2026
Branch: refs/heads/x11/cinnamon
Home: https://github.com/MidnightBSD/mports
Commit: c4584fe527160862dacf68fb7918b0238868176d
https://github.com/MidnightBSD/mports/commit/c4584fe527160862dacf68fb7918b0238868176d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-17 (Sun, 17 May 2026)
Changed paths:
M x11/cinnamon/Makefile
A x11/cinnamon/files/patch-data_theme_meson.build
A x11/cinnamon/files/patch-data_theme_parse-sass.sh
Log Message:
-----------
x11/cinnamon: fix configure failure with meson 1.6+ and missing bash
parse-sass.sh uses #!/bin/bash which does not exist in MidnightBSD base.
Meson 1.6+ also changed run_command() to use the build directory as cwd,
breaking the relative path ./cinnamon-sass/cinnamon.scss in the script.
Add patch to change shebang to #!/bin/sh (no bash-specific syntax used)
and patch data/theme/meson.build to pass workdir: meson.current_source_dir()
so the scss path resolves correctly during meson setup.
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