Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2026 19:25:21 +0000
From:      Pierre Pronchery <khorben@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e0b74e7b1739 - main - Revert "packages: Register pkgconf"
Message-ID:  <69ed1521.26ee3.3787bb6c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by khorben:

URL: https://cgit.FreeBSD.org/src/commit/?id=e0b74e7b17393988120d86e20e91bd38f03c93ad

commit e0b74e7b17393988120d86e20e91bd38f03c93ad
Author:     Pierre Pronchery <khorben@FreeBSD.org>
AuthorDate: 2026-04-25 19:23:23 +0000
Commit:     Pierre Pronchery <khorben@FreeBSD.org>
CommitDate: 2026-04-25 19:23:23 +0000

    Revert "packages: Register pkgconf"
    
    This reverts commit 970cef9f652ec4d902b20cba6d99dce48458d7b6.
    
    I made a mistake when rebasing 1342eb5a832fa10e689a29faab3acb6054e4778c;
    I did not mean to re-introduce this one.
---
 release/packages/ucl/pkgconf-all.ucl | 32 --------------------------------
 1 file changed, 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"
-}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ed1521.26ee3.3787bb6c>