git: c875afcbcdf7 - main - packages: Register pkgconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Apr 2026 01:33:16 UTC
The branch main has been updated by khorben:
URL: https://cgit.FreeBSD.org/src/commit/?id=c875afcbcdf70e61826f3461aa77008f9f08ae75
commit c875afcbcdf70e61826f3461aa77008f9f08ae75
Author: Pierre Pronchery <khorben@FreeBSD.org>
AuthorDate: 2026-04-22 20:59:55 +0000
Commit: Pierre Pronchery <khorben@FreeBSD.org>
CommitDate: 2026-04-24 01:13:50 +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")
PR: 294724
Reviewed by: ivy, ngie
Approved by: ngie
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D56589
---
release/packages/ucl/pkgconf-all.ucl | 38 ++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/release/packages/ucl/pkgconf-all.ucl b/release/packages/ucl/pkgconf-all.ucl
new file mode 100644
index 000000000000..062fb2e71e11
--- /dev/null
+++ b/release/packages/ucl/pkgconf-all.ucl
@@ -0,0 +1,38 @@
+/*
+ * SPDX-License-Identifier: ISC
+ *
+ * Copyright (c) 2026 Pierre Pronchery <khorben@FreeBSD.org>
+ *
+ * Permission to use, copy, modify, and 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.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE 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
+
+licenses = [ "pkgconf" ]
+
+annotations {
+ set = "devel"
+}