[Midnightbsd-cvs] [MidnightBSD/mports] dbf3bb: cad/pdnmesh: fix fake install failures
Lucas Holt
noreply at github.com
Wed May 27 09:09:33 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: dbf3bb91d9b4b79dd63d1abc085e27feeda06542
https://github.com/MidnightBSD/mports/commit/dbf3bb91d9b4b79dd63d1abc085e27feeda06542
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M cad/pdnmesh/Makefile
Log Message:
-----------
cad/pdnmesh: fix fake install failures
Two issues caused bmake fake to fail:
1. The upstream 'debian' subdir's install rules wrote directly to
/usr/local (no DESTDIR support), bypassing the staging directory.
Exclude 'debian' from SUBDIRS alongside the existing 'doc' exclusion.
2. post-install-DOCS-on and post-install-EXAMPLES-on used ${STAGEDIR}
which is undefined in MidnightBSD mports; replace with ${FAKE_DESTDIR}.
AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Commit: a662474da741a342f93494ce2f7ed0f5d3896ea9
https://github.com/MidnightBSD/mports/commit/a662474da741a342f93494ce2f7ed0f5d3896ea9
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M cad/librnd/Makefile
R cad/librnd/files/patch-src_librnd_plugins_hid__remote_remote.c
M cad/librnd/files/patch-tests_librnd_librnd__test.c
Log Message:
-----------
cad/librnd: fix patch and package build
Remove an obsolete hid_remote patch that no longer applies, fix fake-stage strip paths, declare GTK2GL Xorg dependencies, and update the local test patch for the installed header and plugin paths.
AI-Assisted-by: OpenAI Codex <noreply at openai.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
Compare: https://github.com/MidnightBSD/mports/compare/0a511d1f63ce...a662474da741
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