diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-25 19:23:23 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-25 19:23:23 +0000 |
| commit | e0b74e7b17393988120d86e20e91bd38f03c93ad (patch) | |
| tree | 09aa889a126a0ff7fd0f44ad4cd1397498f105b7 | |
| parent | 1342eb5a832fa10e689a29faab3acb6054e4778c (diff) | |
Revert "packages: Register pkgconf"
This reverts commit 970cef9f652ec4d902b20cba6d99dce48458d7b6.
I made a mistake when rebasing 1342eb5a832fa10e689a29faab3acb6054e4778c;
I did not mean to re-introduce this one.
| -rw-r--r-- | release/packages/ucl/pkgconf-all.ucl | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/release/packages/ucl/pkgconf-all.ucl b/release/packages/ucl/pkgconf-all.ucl deleted file mode 100644 index 5b018b53776b..000000000000 --- a/release/packages/ucl/pkgconf-all.ucl +++ /dev/null @@ -1,32 +0,0 @@ -/* - * 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" -} |
