=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for scdoc-1.10.1
=> Fixing man page installation path
clang -std=c99 -pedantic -c -o .build/main.o -pipe -Os -g -DVERSION='"1.10.1"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/main.c
clang -std=c99 -pedantic -c -o .build/string.o -pipe -Os -g -DVERSION='"1.10.1"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/string.c
clang -std=c99 -pedantic -c -o .build/utf8_chsize.o -pipe -Os -g -DVERSION='"1.10.1"' -Wall -Wextra -Werror -Wno-unused-parameter -Iinclude src/utf8_chsize.c
In file included from src/string.c:3:
include/str.h:10:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct str *str_create();
                      ^
                       void
src/string.c:18:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct str *str_create() {
                      ^
                       void
In file included from src/main.c:12:
include/str.h:10:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct str *str_create();
                      ^
                       void
2 errors generated.
gmake: *** [Makefile:26: .build/string.o] Error 1
gmake: *** Waiting for unfinished jobs....
1 error generated.
gmake: *** [Makefile:26: .build/main.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/textproc/scdoc
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/textproc/scdoc