git: 970cef9f652e - main - packages: Register pkgconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Apr 2026 19:16:44 UTC
The branch main has been updated by khorben:
URL: https://cgit.FreeBSD.org/src/commit/?id=970cef9f652ec4d902b20cba6d99dce48458d7b6
commit 970cef9f652ec4d902b20cba6d99dce48458d7b6
Author: Pierre Pronchery <khorben@FreeBSD.org>
AuthorDate: 2026-04-22 20:59:55 +0000
Commit: Pierre Pronchery <khorben@FreeBSD.org>
CommitDate: 2026-04-25 19:03:34 +0000
packages: Register pkgconf
This should fix the creation of the new packages introduced by the
import of pkgconf into the base system.
Fixes: b8352da33f34 ("pkgconf: import into the base system")
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D56589
---
release/packages/ucl/pkgconf-all.ucl | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/release/packages/ucl/pkgconf-all.ucl b/release/packages/ucl/pkgconf-all.ucl
new file mode 100644
index 000000000000..5b018b53776b
--- /dev/null
+++ b/release/packages/ucl/pkgconf-all.ucl
@@ -0,0 +1,32 @@
+/*
+ * SPDX-License-Identifier: ISC
+ *
+ * Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
+ * pkgconf authors (see AUTHORS file in source directory).
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * This software is provided 'as is' and without any warranty, express or
+ * implied. In no event shall the authors be liable for any damages arising
+ * from the use of this software.
+ */
+
+comment = "Package compiler and linker metadata toolkit"
+
+desc = <<EOD
+pkgconf(1) is a program which helps to configure compiler and linker flags for
+development libraries. It is a superset of the functionality provided by
+pkg-config from freedesktop.org, but does not provide bug-compatibility with
+the original pkg-config.
+
+Also provided is bomtool(1), a program which generates a textual SPDX 2.0
+software bill of materials (SBOM) for a given set of pkg-config modules. The
+output of this tool can then be translated into other SBOM formats as
+necessary.
+EOD
+
+annotations {
+ set = "devel"
+}