=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for asclock-1.0nb2 cc -O2 -march=i586 -I/usr/X11R7/include -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c asclock.c asclock.c:110:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1); ^ asclock.c:110:3: note: include the header or explicitly provide a declaration for 'exit' asclock.c:143:2: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' strcpy(&Execute[0], argv[i]); ^ asclock.c:143:2: note: include the header or explicitly provide a declaration for 'strcpy' asclock.c:144:2: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)' strcat(&Execute[0], " &"); ^ asclock.c:144:2: note: include the header or explicitly provide a declaration for 'strcat' asclock.c:281:25: warning: implicit declaration of function 'mytime' is invalid in C99 [-Wimplicit-function-declaration] if (actualtime != mytime()) ^ asclock.c:316:8: warning: implicit declaration of function 'system' is invalid in C99 [-Wimplicit-function-declaration] system(Execute); ^ 5 warnings generated. bmake: don't know how to make /usr/pkg/lib/libXext.a. Stop bmake: stopped in /usr/pkgsrc/work/time/asclock/work/asclock1.0 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/time/asclock *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/time/asclock