git: 8c545c54f2e5 - releng/13.2 - src.conf: regen man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Mar 2023 16:09:51 UTC
The branch releng/13.2 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=8c545c54f2e547922972832123fee250f381e75a
commit 8c545c54f2e547922972832123fee250f381e75a
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-02-28 21:42:53 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-03-01 16:07:06 +0000
src.conf: regen man page
This hadn't been regenerated on the stable branch after some MFCs.
Approved by: re (cperciva)
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 242ef804209cce56cb9689283a5d4507a3714fce)
---
share/man/man5/src.conf.5 | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 99ffdb38d8e1..d7bb2f063fcc 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd September 9, 2022
+.Dd February 28, 2023
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -452,6 +452,12 @@ When set, it enforces these options:
.It
.Va WITHOUT_GOOGLETEST
.It
+.Va WITHOUT_LLD
+.It
+.Va WITHOUT_LLDB
+.It
+.Va WITHOUT_LLVM_BINUTILS
+.It
.Va WITHOUT_LLVM_COV
.It
.Va WITHOUT_OFED
@@ -467,6 +473,8 @@ When set, it enforces these options:
.It Va WITHOUT_DEBUG_FILES
Avoid building or installing standalone debug files for each
executable binary and shared library.
+.It Va WITH_DETECT_TZ_CHANGES
+Make the time handling code detect changes to the timezone files.
.It Va WITHOUT_DIALOG
Do not build
.Xr dialog 1 ,