=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for xwit-3.4nb3 cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c xwit.c xwit.c:38:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] usage() ^~~~~ xwit.c:71:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(2); ^ xwit.c:71:2: note: please include the header or explicitly provide a declaration for 'exit' xwit.c:131:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] mssleep(ms) ^ xwit.c:140:14: warning: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] select(0,(int*)0,(int*)0,(int*)0,&tv); ^~~~~~~ /usr/include/sys/select.h:72:36: note: passing argument to parameter here int select(int, fd_set * __restrict, fd_set * __restrict, ^ xwit.c:140:22: warning: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] select(0,(int*)0,(int*)0,(int*)0,&tv); ^~~~~~~ /usr/include/sys/select.h:72:57: note: passing argument to parameter here int select(int, fd_set * __restrict, fd_set * __restrict, ^ xwit.c:140:30: warning: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] select(0,(int*)0,(int*)0,(int*)0,&tv); ^~~~~~~ /usr/include/sys/select.h:73:24: note: passing argument to parameter here fd_set * __restrict, struct timeval * __restrict) __RENAME(__select50); ^ xwit.c:142:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:148:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] downtree(top) ^ xwit.c:167:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:172:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] setrepeat() ^ xwit.c:187:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:194:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] getpos(window, xp, yp) ^ xwit.c:211:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:217:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] getsize(window, wp, hp) ^ xwit.c:228:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:234:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] domove(window, x, y, right, bottom) ^ xwit.c:301:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:351:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] rcresize(what, window) ^ xwit.c:380:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:383:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] loadbitmap(window, file, pmp) ^ xwit.c:394:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:397:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] setbitmap(window) ^ xwit.c:425:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ohints = XGetWMHints(dpy, window)) { ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ xwit.c:425:13: note: place parentheses around the assignment to silence this warning if (ohints = XGetWMHints(dpy, window)) { ^ ( ) xwit.c:425:13: note: use '==' to turn this assignment into an equality comparison if (ohints = XGetWMHints(dpy, window)) { ^ == xwit.c:434:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:437:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] setwinattr(window) ^ xwit.c:456:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ xwit.c:623:13: warning: implicit declaration of function 'XmuClientWindow' is invalid in C99 [-Wimplicit-function-declaration] window = XmuClientWindow(dpy, window); ^ xwit.c:640:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ xwit.c:716:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ xwit.c:750:15: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] ncolumns = atoi(*++argv); ^ xwit.c:919:10: warning: enumeration values 'WID_none', 'WID_num', and 'WID_names' not handled in switch [-Wswitch] switch (Winidmode) { ^ 31 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c dsimple.c dsimple.c:95:23: warning: implicit declaration of function 'usage' is invalid in C99 [-Wimplicit-function-declaration] if (++i >= argc) usage (); ^ dsimple.c:385:3: warning: implicit declaration of function 'outl' is invalid in C99 [-Wimplicit-function-declaration] outl("blip!"); ^ dsimple.c:477:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] outl(msg, arg0,arg1,arg2,arg3,arg4,arg5,arg6) ^~~~ dsimple.c:485:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 4 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c ClientWin.c bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/x11/xwit/work/xwit-3.4 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/x11/xwit *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/xwit