[Midnightbsd-cvs] [MidnightBSD/mports] 389850: devel/tinysparql: fix fake install paths (#586)
Lucas Holt
noreply at github.com
Thu May 28 09:01:21 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 38985041ecdcf2a2ee57121081190192e3073895
https://github.com/MidnightBSD/mports/commit/38985041ecdcf2a2ee57121081190192e3073895
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M devel/tinysparql/Makefile
A devel/tinysparql/files/patch-src_libtinysparql_meson.build
Log Message:
-----------
devel/tinysparql: fix fake install paths (#586)
## Summary
- disable upstream Meson install script that doubles the fake root
during make fake
- create tracker compatibility library symlinks from the port
post-install hook
- force sqlite:port so QA records the sqlite library tinysparql links
against
## Validation
- bmake patch
- bmake package
- portlint -C (0 fatal errors; existing warnings about TEST option, NLS
knob, and MPORT_MAINTAINER_MODE)
- git diff --check
## Summary by Sourcery
Fix tinysparql port installation paths and library compatibility
handling.
Bug Fixes:
- Correct fake installation root handling by disabling the upstream
Meson install step.
- Ensure tracker compatibility libraries are created as symlinks to
libtinysparql after installation.
- Record sqlite as a ports-provided dependency so QA tracks the correct
linked sqlite library.
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