=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for mtftpd-20080229
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c mtftpd.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c conf.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c transmit.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_array.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_bool.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_data.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_dictionary.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_dictionary_util.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_ingest.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_kern.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_number.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_object.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_stack.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_string.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/libprop/prop_rb.c
clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include    -c dist/string/strlcpy.c
dist/string/strlcpy.c:28:1: error: expected parameter declarator
strlcpy(char *dst, const char *src, size_t siz)
^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy'
                __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
                                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
#    define _USE_FORTIFY_LEVEL 2
                               ^
dist/string/strlcpy.c:28:1: error: expected ')'
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy'
                __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
                                                             ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL'
#    define _USE_FORTIFY_LEVEL 2
                               ^
dist/string/strlcpy.c:28:1: note: to match this '('
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy'
                __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
                                                    ^
dist/string/strlcpy.c:28:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
strlcpy(char *dst, const char *src, size_t siz)
^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy'
                __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                                            ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:39:31: note: expanded from macro '__darwin_obsz'
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
                              ^
dist/string/strlcpy.c:28:1: error: conflicting types for '__builtin___strlcpy_chk'
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:3: note: expanded from macro 'strlcpy'
                __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                ^
dist/string/strlcpy.c:28:1: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)'
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:3: note: expanded from macro 'strlcpy'
                __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                ^
1 warning and 3 errors generated.
*** [strlcpy.o] Error code 1

bmake: stopped in /Users/pbulk/build/net/mtftpd/work/mtftpd
1 error

bmake: stopped in /Users/pbulk/build/net/mtftpd/work/mtftpd
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/mtftpd
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/mtftpd