Created attachment 195747 [details] patch file Due to the wrong library name in uuid.pc, pkg-config returns incorrect linker flags: $ pkg-config --libs uuid -L/usr/local/lib -luuid The correct linker flags should be -L/usr/local/lib -lossp-uuid
Reported by PeterNewman4 on #freebsd-ports
And the pkg-config command above of course should be `pkg-config --libs ossp-uuid` (typo)
A commit references this bug: Author: vd Date: Thu Aug 9 12:55:10 UTC 2018 New revision: 476743 URL: https://svnweb.freebsd.org/changeset/ports/476743 Log: misc/ossp-uuid: Fix pkg-config linker flags PR: ports/230282 Submitted by: Dmitri Goutnik <dg@syrec.org> MFH: 2018Q3 Changes: head/misc/ossp-uuid/files/patch-uuid.pc.in
Committed, thanks!
A commit references this bug: Author: vd Date: Mon Aug 13 14:04:49 UTC 2018 New revision: 477071 URL: https://svnweb.freebsd.org/changeset/ports/477071 Log: MFH: r476743 misc/ossp-uuid: Fix pkg-config linker flags PR: ports/230282 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: ports-secteam Changes: _U branches/2018Q3/ branches/2018Q3/misc/ossp-uuid/files/patch-uuid.pc.in