=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for libetm-1.09
make - .MAKE.LEVEL.ENV=MAKELEVEL ALLOW_VULNERABLE_PACKAGES= BATCH=1 DEPENDS_TARGET=/nonexistent NATIVE_LOWER_OPSYS=darwin OSX_PATH_TO_M4=/usr/bin/m4 OSX_PATH_TO_YACC=/usr/bin/yacc OSX_SDK_PATH=/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk WRKLOG=/tmp/bulklog/libetm-1.09/work.log _MAKE=/opt/pkg/bin/bmake _PATH_ORIG=/sbin:/bin:/usr/sbin:/usr/bin _PKGSRCDIR=/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64 _PKGSRC_BARRIER=yes  etm.internal.h.new
rm -f etm.internal.h.new
sed <etm.internal.h.dist > etm.internal.h.new 's/\${ABORTSIGNAL}/SIGABRT/'
mv -f etm.internal.h.new etm.internal.h
etm.internal.h updated
make - .MAKE.LEVEL.ENV=MAKELEVEL ALLOW_VULNERABLE_PACKAGES= BATCH=1 DEPENDS_TARGET=/nonexistent NATIVE_LOWER_OPSYS=darwin OSX_PATH_TO_M4=/usr/bin/m4 OSX_PATH_TO_YACC=/usr/bin/yacc OSX_SDK_PATH=/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk WRKLOG=/tmp/bulklog/libetm-1.09/work.log _MAKE=/opt/pkg/bin/bmake _PATH_ORIG=/sbin:/bin:/usr/sbin:/usr/bin _PKGSRCDIR=/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64 _PKGSRC_BARRIER=yes  etm.h.new
rm -f etm.h.new
sed <etm.h.dist > etm.h.new 's/\${ETMVOIDTYPE}/void/'
mv -f etm.h.new etm.h
etm.h updated
rm -f etm.o
cc -c -O    -I/opt/pkg/include -DSYSV  -DVARARGS  -DHASVOIDTYPE=1 etm.c
etm.c:422:2: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
        strcat (buf, "\n");
        ^
etm.c:422:2: note: include the header <string.h> or explicitly provide a declaration for 'strcat'
1 warning generated.
rm -f libetm.a
ar clq libetm.a etm.o
rm -f etm.h.new
sed <etm.h.dist > etm.h.new 's/\${ETMVOIDTYPE}/void/'
rm -f etm.internal.h.new
sed <etm.internal.h.dist > etm.internal.h.new 's/\${ABORTSIGNAL}/SIGABRT/'
rm -f etmtest.o
cc -c -O    -I/opt/pkg/include -DSYSV  -DVARARGS  -DHASVOIDTYPE=1 etmtest.c
etmtest.c:52:10: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration]
        switch (atoi (argv[1]))
                ^
etmtest.c:93:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
        exit (0);
        ^
etmtest.c:93:2: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
rm -f etmtest
cc -o etmtest etmtest.o -O  			-L/opt/pkg/lib  -L/opt/pkg/lib ./libetm.a