[Midnightbsd-cvs] [MidnightBSD/mports] 06e21c: textproc/opensearch13: Fix fake-qa build error (#590)
Lucas Holt
noreply at github.com
Thu May 28 09:41:21 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 06e21cb296fca54a2d0e4460b68854f066b1ea0b
https://github.com/MidnightBSD/mports/commit/06e21cb296fca54a2d0e4460b68854f066b1ea0b
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M textproc/opensearch13/Makefile
Log Message:
-----------
textproc/opensearch13: Fix fake-qa build error (#590)
Resolves the packaging/fake-qa build failure on Magus (port ID 2189541)
where the generated plist temporary file (.PLIST.mktmp) was found to
refer to the absolute temporary fake staging path
(/magus/work/usr/mports/textproc/opensearch13/work/fake-inst-amd64).
Using ${ETCDIR_REL} instead of ${ETCDIR} generates relative entries that
do not embed the temporary staging path, matching the pattern used in
other OpenSearch/ElasticSearch ports.
## Summary by Sourcery
Bug Fixes:
- Generate @dir entries for the opensearch configuration directory using
a relative etc directory variable to prevent fake-qa failures due to
absolute staging paths in the plist.
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