When calling: uuid-config --libs ... to get the proper uuid lib-names uuid-config replies: "-luuid" ... which is wrong since libs are renamed in Makefile.
Do you have a patch?
Created attachment 271329 [details] Fix the name of installed lib for uuid-config I sure do...
Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=60dfe408334f0750c0f2e62e342c2a3759a1c573 commit 60dfe408334f0750c0f2e62e342c2a3759a1c573 Author: Vasil Dimov <vd@FreeBSD.org> AuthorDate: 2026-06-08 10:16:51 +0000 Commit: Vasil Dimov <vd@FreeBSD.org> CommitDate: 2026-06-08 10:21:49 +0000 misc/ossp-uuid: fix library name in pkgconfig output PR: 295701 Submitted by: Nikolaj Thygesen <mailinglist@diamondbox.dk> misc/ossp-uuid/Makefile | 2 +- misc/ossp-uuid/files/patch-uuid-config.in (new) | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-)
Committed, thanks!