Mark Johnston <ma...@freebsd.org> writes: > Dag-Erling Smørgrav <d...@freebsd.org> writes: > > You forgot to regenerate src.conf.5. > I didn't change the default, just where it was defined. Regenerating > src.conf.5 results in no changes.
Sorry, I didn't check main, but it does make a difference in stable/15: diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index d251bf0cd9e7..34be396b8e01 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 September 16, 2025 +.Dd September 17, 2025 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1548,10 +1548,10 @@ Do not apply the Relocation Read-Only (RELRO) vulnerability mitigation. See also the .Va BIND_NOW option. -.It Va WITH_REPRODUCIBLE_BUILD -Exclude build metadata (such as the build time, user, or host) -from the kernel, boot loaders, and uname output, so that builds produce -bit-for-bit identical output. +.It Va WITHOUT_REPRODUCIBLE_BUILD +Include build metadata (such as the build time, user, and host) +in the kernel, boot loaders, and uname output. +Successive builds will not be bit-for-bit identical. .It Va WITHOUT_RESCUE Do not build .Xr rescue 8 . DES -- Dag-Erling Smørgrav - d...@freebsd.org