git: 57db556be43b - main - src.conf(5): rebuild after introduction of WITHOUT_PKGCONF

From: Pierre Pronchery <khorben_at_FreeBSD.org>
Date: Wed, 22 Apr 2026 13:45:27 UTC
The branch main has been updated by khorben:

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

commit 57db556be43b5abb3dfb406fead6e0a9091f7531
Author:     Pierre Pronchery <khorben@FreeBSD.org>
AuthorDate: 2026-04-17 17:19:22 +0000
Commit:     Pierre Pronchery <khorben@FreeBSD.org>
CommitDate: 2026-04-22 13:43:20 +0000

    src.conf(5): rebuild after introduction of WITHOUT_PKGCONF
    
    Sponsored by:   The FreeBSD Foundation
    Reviewed by:    bapt, philip
    Approved by:    philip (mentor)
---
 share/man/man5/src.conf.5 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 8947d7c228d1..2dd42c572a44 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd April 21, 2026
+.Dd April 22, 2026
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -1561,6 +1561,8 @@ amd64/amd64, arm64/aarch64, powerpc/powerpc64, powerpc/powerpc64le and riscv/ris
 Do not build
 .Xr pkg 7
 bootstrap tool.
+.It Va WITHOUT_PKGCONF
+Do not build the pkgconf binaries nor the libpkgconf library.
 .It Va WITHOUT_PKGSERVE
 Do not build or install
 .Xr pkg-serve 8 .