[Midnightbsd-cvs] [MidnightBSD/mports] af9911: Mk/extensions/shared-mime-info.mk: use TRUE_PREFIX...
Lucas Holt
noreply at github.com
Fri May 15 23:30:42 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: af9911d8600f13b82e875ff3b52a712492f5f453
https://github.com/MidnightBSD/mports/commit/af9911d8600f13b82e875ff3b52a712492f5f453
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M Mk/extensions/shared-mime-info.mk
Log Message:
-----------
Mk/extensions/shared-mime-info.mk: use TRUE_PREFIX for update-mime-database
In fake install mode, PREFIX resolves to the fake destdir. Running
update-mime-database against it writes generated database files
(globs, magic, mime.cache, etc.) into the fake destdir, causing
mport.check-fake to flag them as missing from the plist.
Use TRUE_PREFIX so the live mime database is updated without
polluting the fake destdir during fake install runs.
Commit: 1d37c97b060787873847968bcac453f69d20d5e9
https://github.com/MidnightBSD/mports/commit/1d37c97b060787873847968bcac453f69d20d5e9
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M games/openra/Makefile
M games/openra/pkg-plist
Log Message:
-----------
games/openra: fix fake install failures on os=4.0
Two issues flagged by the updated mport.check-fake:
1. The d2k mod ships ~855 Dune 2000 texture files with .tmp
extensions (real game data, not temp files). Add SKIP_FAKE_CHECK
with a regex that matches only those files.
2. OpenRA's install-linux-shortcuts target installs version-specific
x-scheme-handler XML files not previously listed in pkg-plist.
Bump PORTREVISION.
Compare: https://github.com/MidnightBSD/mports/compare/9dcdcd54a070...1d37c97b0607
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