[Midnightbsd-cvs] [MidnightBSD/mports] 1adf90: x11/cinnamon: fix configure failure with meson 1.6...
Lucas Holt
noreply at github.com
Sun May 17 14:26:12 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 1adf903f8b0a586b7282adeaf00a2447c5fdee63
https://github.com/MidnightBSD/mports/commit/1adf903f8b0a586b7282adeaf00a2447c5fdee63
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 (#220)
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