git: 4e6ba45c99 - main - freebsd-releng: drop special case for FreeBSD releases before 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Dec 2023 15:52:27 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/doc/commit/?id=4e6ba45c99ffb2a2896b787504fe9456b2dfac52
commit 4e6ba45c99ffb2a2896b787504fe9456b2dfac52
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-11-23 14:53:58 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-12-16 15:45:58 +0000
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)