From 4e6ba45c99ffb2a2896b787504fe9456b2dfac52 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 23 Nov 2023 09:53:58 -0500 Subject: [PATCH] freebsd-releng: drop special case for FreeBSD releases before 13 There are no further releases to come from stable/12. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42760 --- documentation/content/en/articles/freebsd-releng/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/freebsd-releng/_index.adoc b/documentation/content/en/articles/freebsd-releng/_index.adoc index d82ee6ecde..44cff77820 100644 --- a/documentation/content/en/articles/freebsd-releng/_index.adoc +++ b/documentation/content/en/articles/freebsd-releng/_index.adoc @@ -426,7 +426,7 @@ a| |Move `REPRODUCIBLE_BUILD` from `\__DEFAULT_NO_OPTIONS` to `__DEFAULT_YES_OPTIONS` |[.filename]#share/mk/src.opts.mk# -|Move `LLVM_ASSERTIONS` from `\__DEFAULT_YES_OPTIONS` to `__DEFAULT_NO_OPTIONS` (FreeBSD 13.x and later only) +|Move `LLVM_ASSERTIONS` from `\__DEFAULT_YES_OPTIONS` to `__DEFAULT_NO_OPTIONS` |[.filename]#libexec/rc/rc.conf# |Set `dumpdev` from `AUTO` to `NO` (it is configurable via for those that want it enabled by default)