=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for netmaze-0.81nb4 cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c x11cntrl.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c draw_3d.c draw_3d.c:370:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(tnr=(hwalls[i][j] & MAZE_TYPEMASK)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ draw_3d.c:370:13: note: place parentheses around the assignment to silence this warning if(tnr=(hwalls[i][j] & MAZE_TYPEMASK)) ^ ( ) draw_3d.c:370:13: note: use '==' to turn this assignment into an equality comparison if(tnr=(hwalls[i][j] & MAZE_TYPEMASK)) ^ == draw_3d.c:385:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(tnr=(vwalls[i][j] & MAZE_TYPEMASK)) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ draw_3d.c:385:13: note: place parentheses around the assignment to silence this warning if(tnr=(vwalls[i][j] & MAZE_TYPEMASK)) ^ ( ) draw_3d.c:385:13: note: use '==' to turn this assignment into an equality comparison if(tnr=(vwalls[i][j] & MAZE_TYPEMASK)) ^ == 2 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c x11smiley.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c x11gfx.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c netmaze.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c network.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c allmove.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c maze.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c iocntl.c iocntl.c:82:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1); ^ iocntl.c:82:5: note: include the header or explicitly provide a declaration for 'exit' 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c audio.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -DSH_MEM -I/usr/X11R7/include -c texture.c texture.c:118:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(j=tex->divtabh[hi][1]) ~^~~~~~~~~~~~~~~~~~~~ texture.c:118:11: note: place parentheses around the assignment to silence this warning if(j=tex->divtabh[hi][1]) ^ ( ) texture.c:118:11: note: use '==' to turn this assignment into an equality comparison if(j=tex->divtabh[hi][1]) ^ == texture.c:155:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(j=tex->divtab[hi][1]) ~^~~~~~~~~~~~~~~~~~~ texture.c:155:11: note: place parentheses around the assignment to silence this warning if(j=tex->divtab[hi][1]) ^ ( ) texture.c:155:11: note: use '==' to turn this assignment into an equality comparison if(j=tex->divtab[hi][1]) ^ == 2 warnings generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/games/netmaze/work/netmaze *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/games/netmaze *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/games/netmaze