=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for lmclock-1.2nb1 cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c lmclock.c lmclock.c:158:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (t = strrchr(s, '/')) ~~^~~~~~~~~~~~~~~~~ lmclock.c:158:11: note: place parentheses around the assignment to silence this warning if (t = strrchr(s, '/')) ^ ( ) lmclock.c:158:11: note: use '==' to turn this assignment into an equality comparison if (t = strrchr(s, '/')) ^ == lmclock.c:164:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(int argc, char **argv) ^ lmclock.c:224:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(2); ^ lmclock.c:224:2: note: include the header or explicitly provide a declaration for 'exit' lmclock.c:286:2: warning: implicit declaration of function 'sleep' is invalid in C99 [-Wimplicit-function-declaration] sleep(30); ^ 4 warnings generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/time/lmclock/work/lmclock-1.2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/time/lmclock *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/time/lmclock