Bug 295701 - misc/ossp-uuid - uuid-config returns incorrect library name.
Summary: misc/ossp-uuid - uuid-config returns incorrect library name.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-05-29 17:33 UTC by Nikolaj Thygesen
Modified: 2026-06-08 10:22 UTC (History)
0 users

See Also:
vd: maintainer-feedback+


Attachments
Fix the name of installed lib for uuid-config (340 bytes, patch)
2026-05-29 19:20 UTC, Nikolaj Thygesen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaj Thygesen 2026-05-29 17:33:35 UTC
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.
Comment 1 Vasil Dimov freebsd_committer freebsd_triage 2026-05-29 17:56:27 UTC
Do you have a patch?
Comment 2 Nikolaj Thygesen 2026-05-29 19:20:43 UTC
Created attachment 271329 [details]
Fix the name of installed lib for uuid-config

I sure do...
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2026-05-30 04:36:57 UTC
Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2026-06-08 10:22:05 UTC
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(-)
Comment 5 Vasil Dimov freebsd_committer freebsd_triage 2026-06-08 10:22:35 UTC
Committed, thanks!