diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-22 20:59:55 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-25 19:03:34 +0000 |
| commit | 970cef9f652ec4d902b20cba6d99dce48458d7b6 (patch) | |
| tree | 4e7c3daa36d687b2517f5524ab84b7fe6e99abf9 | |
| parent | 3e6a26df1fb7e0508e1f81f826f8945b15a8bb48 (diff) | |
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
| -rw-r--r-- | release/packages/ucl/pkgconf-all.ucl | 32 |
1 files changed, 32 insertions, 0 deletions
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" +} |
