=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for xvier-1.0nb4 cc -O -I/usr/pkg/include -I /usr/X11R7/include -DPROGNAME=\"/usr/pkg/libexec/xvier_prog\" -I/usr/X11R7/include -c xvier.c xvier.c:11:7: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration] char *malloc(); ^ xvier.c:11:7: note: 'malloc' is a builtin with type 'void *(unsigned int)' xvier.c:143:9: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] if (write(pipeo[1], &ch, 1) < 1) { ^ xvier.c:145:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1); ^ xvier.c:145:7: note: include the header or explicitly provide a declaration for 'exit' xvier.c:160:31: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' messagestring[newindex], strlen(messagestring[newindex])); ^ xvier.c:160:31: note: include the header or explicitly provide a declaration for 'strlen' xvier.c:384:9: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if (strcmp(argv[i], "-display") == 0) ^ xvier.c:384:9: note: include the header or explicitly provide a declaration for 'strcmp' xvier.c:408:14: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] if ((rows = atoi(argv[i])) < 4 || rows > MAXRC) ^ xvier.c:451:7: warning: implicit declaration of function 'pipe' is invalid in C99 [-Wimplicit-function-declaration] if (pipe(pipeo) < 0 || pipe(pipei) < 0) { ^ xvier.c:455:17: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration] switch (pid = fork()) { ^ xvier.c:460:9: warning: implicit declaration of function 'dup2' is invalid in C99 [-Wimplicit-function-declaration] if (dup2(pipeo[0], 0) < 0 || dup2(pipei[1], 1) < 0) { ^ xvier.c:471:14: warning: implicit declaration of function 'getdtablesize' is invalid in C99 [-Wimplicit-function-declaration] for (i = getdtablesize(); i > 2; i--) ^ xvier.c:473:7: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] close(i); ^ xvier.c:482:5: warning: implicit declaration of function 'execvp' is invalid in C99 [-Wimplicit-function-declaration] execvp(progname, av); ^ xvier.c:504:9: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] if (read(pipei[0], &text[i], 1) < 1) { ^ xvier.c:578:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else { ^ xvier.c:806:5: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration] free(data); ^ xvier.c:851:7: warning: implicit declaration of function 'qsort' is invalid in C99 [-Wimplicit-function-declaration] qsort((char *) fontstructarray, fontnum, sizeof(XFontStruct *), font_cmp); ^ xvier.c:999:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else ^ 17 warnings generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/games/xvier/work/xvier-1.0 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/games/xvier *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/games/xvier