=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xroads-0.5nb1 --- randommaze.o --- --- chardata.o --- --- tiledata.o --- --- fileops.o --- --- randommaze.o --- gcc -O2 -Wall -DXRMPATH=\"/usr/pkg/share/xroads/\" -I/usr/X11R7/include -I/usr/X11R7/include/X11 -I/usr/X11R7/include -c randommaze.c --- chardata.o --- gcc -O2 -Wall -DXRMPATH=\"/usr/pkg/share/xroads/\" -I/usr/X11R7/include -I/usr/X11R7/include/X11 -I/usr/X11R7/include -c chardata.c --- tiledata.o --- gcc -O2 -Wall -DXRMPATH=\"/usr/pkg/share/xroads/\" -I/usr/X11R7/include -I/usr/X11R7/include/X11 -I/usr/X11R7/include -c tiledata.c --- fileops.o --- gcc -O2 -Wall -DXRMPATH=\"/usr/pkg/share/xroads/\" -I/usr/X11R7/include -I/usr/X11R7/include/X11 -I/usr/X11R7/include -c fileops.c --- randommaze.o --- randommaze.c: In function 'maze_grow': randommaze.c:140:7: warning: variable 'c' set but not used [-Wunused-but-set-variable] int c, oldx, oldy, dir; ^ --- ai.o --- gcc -O2 -Wall -DXRMPATH=\"/usr/pkg/share/xroads/\" -I/usr/X11R7/include -I/usr/X11R7/include/X11 -I/usr/X11R7/include -c ai.c --- fileops.o --- fileops.c: In function 'readmapfile': fileops.c:87:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ fileops.c:87:7: warning: incompatible implicit declaration of built-in function 'exit' fileops.c:87:7: note: include '' or provide a declaration of 'exit' fileops.c:49:9: warning: variable 'garbage' set but not used [-Wunused-but-set-variable] char garbage; ^~~~~~~ --- screens.o --- --- ai.o --- ai.c: In function 'killmonster': ai.c:277:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if((amonst->type != -1) && (amonst->health > 0)) ^~ ai.c:279:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(amonst->health <= 0) { ^~ --- screens.o --- gcc -O2 -Wall -DXRMPATH=\"/usr/pkg/share/xroads/\" -I/usr/X11R7/include -I/usr/X11R7/include/X11 -I/usr/X11R7/include -c screens.c screens.c: In function 'XText': screens.c:64:11: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] size = strlen(text); ^~~~~~ screens.c:64:11: warning: incompatible implicit declaration of built-in function 'strlen' screens.c:64:11: note: include '' or provide a declaration of 'strlen' screens.c: In function 'screenmsg': screens.c:116:14: warning: incompatible implicit declaration of built-in function 'strlen' size = strlen(line1); ^~~~~~ screens.c:116:14: note: include '' or provide a declaration of 'strlen' screens.c: In function 'screentxt': screens.c:158:14: warning: incompatible implicit declaration of built-in function 'strlen' size = strlen(line1); ^~~~~~ screens.c:158:14: note: include '' or provide a declaration of 'strlen' --- xroads.o --- gcc -O2 -Wall -DXRMPATH=\"/usr/pkg/share/xroads/\" -I/usr/X11R7/include -I/usr/X11R7/include/X11 -I/usr/X11R7/include -c xroads.c xroads.c: In function 'xconnect': xroads.c:968:11: warning: variable 'depth' set but not used [-Wunused-but-set-variable] int depth; ^~~~~ xroads.c: In function 'main': xroads.c:1342:22: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] keyhandle(XKeycodeToKeysym(display, event.xkey.keycode, 0), True); ^~~~~~~~~ In file included from xroads.h:4:0, from xroads.c:33: /tmp/games/xroads/work/.x11-buildlink/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ xroads.c:1347:22: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] keyhandle(XKeycodeToKeysym(display, event.xkey.keycode, 0), False); ^~~~~~~~~ In file included from xroads.h:4:0, from xroads.c:33: /tmp/games/xroads/work/.x11-buildlink/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ --- all --- gcc -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib -I/usr/X11R7/include -lX11 -lm -o xroads randommaze.o chardata.o tiledata.o fileops.o ai.o screens.o xroads.o