=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/mail/xmailwatcher", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xmailwatcher-1.6nb3 --- xmailwatcher.o --- --- box.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c box.c --- xmailwatcher.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c xmailwatcher.c --- box.o --- box.c: In function 'mungeSender': box.c:162:21: error: implicit declaration of function 'isgraph' [-Wimplicit-function-declaration] 162 | if (isgraph(*b)) break; | ^~~~~~~ box.c:36:1: note: include '' or provide a declaration of 'isgraph' 35 | #include +++ |+#include 36 | box.c: In function 'LowerFront': box.c:171:16: error: implicit declaration of function 'isalpha' [-Wimplicit-function-declaration] 171 | while (isalpha(*line)) { | ^~~~~~~ box.c:171:16: note: include '' or provide a declaration of 'isalpha' box.c:172:25: error: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] 172 | *line = tolower(*line); | ^~~~~~~ box.c:172:25: note: include '' or provide a declaration of 'tolower' box.c: In function 'MHparseMailbox': box.c:261:17: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 261 | free((char *)namelist[i]); | ^~~~ box.c:36:1: note: include '' or provide a declaration of 'free' 35 | #include +++ |+#include 36 | box.c:261:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 261 | free((char *)namelist[i]); | ^~~~ box.c:261:17: note: include '' or provide a declaration of 'free' box.c:263:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 263 | free((char *)namelist); | ^~~~ box.c:263:9: note: include '' or provide a declaration of 'free' *** [box.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/mail/xmailwatcher/work/xmailwatcher --- xmailwatcher.o --- xmailwatcher.c:168:1: error: return type defaults to 'int' [-Wimplicit-int] 168 | main(argc, argv) | ^~~~ *** [xmailwatcher.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/mail/xmailwatcher/work/xmailwatcher bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/mail/xmailwatcher/work/xmailwatcher *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/xmailwatcher *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/mail/xmailwatcher