On Sun, 23 Apr 2023 at 10:51, Ed Maste <[email protected]> wrote:
>
> The branch main has been updated by emaste:
>
> URL: 
> https://cgit.FreeBSD.org/src/commit/?id=390c31c4289e66f1bd9cb2349d6e55fd4dc468f8
>
> commit 390c31c4289e66f1bd9cb2349d6e55fd4dc468f8
> Author:     Ed Maste <[email protected]>
> AuthorDate: 2023-04-23 14:48:22 +0000
> Commit:     Ed Maste <[email protected]>
> CommitDate: 2023-04-23 14:48:22 +0000
>
>     meta.sys.mk: downgrade missing Filemon error to warning
>
>     Cirrus-CI was red because `make makeman` failed with a spurious "filemon
>     is not loaded" error.  For now just make it a warning.

CI is still red after this:
https://cirrus-ci.com/task/5529897238528000?logs=makeman#L12

...
no description found for WITH_host_egacy, skipping
if ! git diff --exit-code --ignore-matching-lines "^.Dd"
share/man/man5/src.conf.5; then printf "\n>>> src.conf.5 was not
updated as required <<<\n"; false; fi
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 8cabfb16462..236d848cf6a 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -528,6 +528,8 @@ When set, it enforces these options:
.Bl -item -compact
.It
.Va WITH_INSTALL_AS_USER
+.It
+.Va WITH_host_egacy
.El
.Pp
When set, these options are also in effect:
>>> src.conf.5 was not updated as required <<<

Reply via email to