===> Building for dbeacon-0.3.9.1nb5
clang++ -pipe -Os -g -Wall   -c -o dbeacon.o dbeacon.cpp
dbeacon.cpp:259:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                syslog(level, buffer);
                              ^~~~~~
dbeacon.cpp:259:17: note: treat the string as an argument to avoid this
                syslog(level, buffer);
                              ^
                              "%s", 
dbeacon.cpp:463:7: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations]
                if (daemon(0, 0)) {
                    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdlib.h:294:6: note: 'daemon' has been explicitly marked deprecated here
int      daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
         ^
2 warnings generated.
clang++ -pipe -Os -g -Wall   -c -o dbeacon_posix.o dbeacon_posix.cpp
dbeacon_posix.cpp:206:5: error: use of undeclared identifier 'IPV6_HOPLIMIT'
                                IPV6_HOPLIMIT
                                ^
dbeacon_posix.cpp:292:61: error: use of undeclared identifier 'IPV6_HOPLIMIT'
                        if (hdr->cmsg_level == IPPROTO_IPV6 && hdr->cmsg_type == IPV6_HOPLIMIT) {
                                                                                 ^
2 errors generated.
gmake: *** [<builtin>: dbeacon_posix.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/mbone/dbeacon
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/mbone/dbeacon