[Midnightbsd-cvs] [MidnightBSD/mports] ed4c40: x11-themes/yaru-icon-theme: fix meson configure
Lucas Holt
noreply at github.com
Sun May 17 20:44:28 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: ed4c40d9a85fd0ea6f5dab1310818f6a1a436d36
https://github.com/MidnightBSD/mports/commit/ed4c40d9a85fd0ea6f5dab1310818f6a1a436d36
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-17 (Sun, 17 May 2026)
Changed paths:
A x11-themes/yaru-icon-theme/files/patch-icons_meson.build
Log Message:
-----------
x11-themes/yaru-icon-theme: fix meson configure
Resolve icon symlink targets one at a time to avoid exceeding ARG_MAX when Meson runs realpath during configure.
AI-Assisted-by: OpenAI Codex <noreply at openai.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: 75ddfa9717c2ee8f29c60cf241ebc97ed28eb38d
https://github.com/MidnightBSD/mports/commit/75ddfa9717c2ee8f29c60cf241ebc97ed28eb38d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-17 (Sun, 17 May 2026)
Changed paths:
M Mk/extensions/pyqt.mk
M devel/py-qt5-pyqt/Makefile
Log Message:
-----------
devel/py-qt5-pyqt: fix fake install by passing INSTALL_ROOT via environment
On MidnightBSD's BSD make, command-line variable assignments are not
propagated to child make processes via MAKEFLAGS (unlike GNU make).
The qmake-generated build/Makefile calls sub-makes without explicit
INSTALL_ROOT, so they use empty INSTALL_ROOT and install to /usr/local
instead of the fake-inst staging directory.
Fix by also passing INSTALL_ROOT as an environment variable via SETENVI
so sub-makes inherit it through environment variable inheritance, which
BSD make imports as make variables.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
Compare: https://github.com/MidnightBSD/mports/compare/7486085d3b65...75ddfa9717c2
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