git: 60dfe408334f - main - misc/ossp-uuid: fix library name in pkgconfig output
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jun 2026 10:22:00 UTC
The branch main has been updated by vd:
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 | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 186fef2f8db4..da3498e32525 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -1,6 +1,6 @@
PORTNAME= uuid
PORTVERSION= 1.6.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= misc devel
MASTER_SITES= OSSP/lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
diff --git a/misc/ossp-uuid/files/patch-uuid-config.in b/misc/ossp-uuid/files/patch-uuid-config.in
new file mode 100644
index 000000000000..98413d8e2168
--- /dev/null
+++ b/misc/ossp-uuid/files/patch-uuid-config.in
@@ -0,0 +1,11 @@
+--- uuid-config.in.orig 2026-06-08 10:06:23 UTC
++++ uuid-config.in
+@@ -121,7 +121,7 @@ do
+ output_extra="$output_extra $uuid_ldflags"
+ ;;
+ --libs)
+- output="$output -luuid"
++ output="$output -lossp-uuid"
+ output_extra="$output_extra $uuid_libs"
+ ;;
+ * )