=> Bootstrap dependency digest>=20211023: found digest-20220214 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 xjewel-1.6nb3 --- xw.o --- --- jewel.o --- --- logic.o --- --- panel.o --- --- jewel.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c jewel.c --- panel.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c panel.c --- xw.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c xw.c --- logic.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c logic.c --- panel.o --- panel.c: In function 'Dec_Rest': panel.c:151:6: warning: type of 'val' defaults to 'int' [-Wimplicit-int] BOOL Dec_Rest(val) ^~~~~~~~ --- logic.o --- logic.c:91:1: warning: return type defaults to 'int' [-Wimplicit-int] Update_Board(piece, x, y) ^~~~~~~~~~~~ --- jewel.o --- jewel.c: In function 'xw_key_event': jewel.c:145:6: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf("Thankyou for playing...try again sometime!\n"); ^~~~~~ jewel.c:145:6: warning: incompatible implicit declaration of built-in function 'printf' jewel.c:145:6: note: include '' or provide a declaration of 'printf' jewel.c:207:6: warning: incompatible implicit declaration of built-in function 'printf' printf("Thankyou for playing...try again sometime!\n"); ^~~~~~ jewel.c:207:6: note: include '' or provide a declaration of 'printf' --- xw.o --- xw.c: In function 'xw_init': xw.c:402:11: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] *AppName=toupper(*AppName); ^~~~~~~ --- xhscore.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c xhscore.c --- hscore.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c hscore.c --- game.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c game.c --- hscore.o --- hscore.c: In function 'Close_High_Score_File': hscore.c:122:2: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(hscorefd); ^~~~~ pclose In file included from /usr/include/string.h:127:0, from hscore.c:10: hscore.c: In function 'Add_High_Score': hscore.c:134:38: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration] memcpy(high_scores[i].name,getpwuid(getuid())->pw_name,MAX_NAME_LENGTH+1); ^ --- intro.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c intro.c --- help.o --- gcc -O -I/usr/pkg/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -I/usr/X11R7/include -c help.c --- game.o --- game.c: In function 'Redraw_Add_Score': game.c:169:2: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] sprintf(buf,"POINTS"); ^~~~~~~ game.c:169:2: warning: incompatible implicit declaration of built-in function 'sprintf' game.c:169:2: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Score': game.c:224:2: warning: incompatible implicit declaration of built-in function 'sprintf' sprintf(buf,"SCORE "); ^~~~~~~ game.c:224:2: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Lives': game.c:242:2: warning: incompatible implicit declaration of built-in function 'sprintf' sprintf(buf,"LIVES "); ^~~~~~~ game.c:242:2: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Speed': game.c:260:2: warning: incompatible implicit declaration of built-in function 'sprintf' sprintf(buf,"SPEED "); ^~~~~~~ game.c:260:2: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Stage': game.c:279:2: warning: incompatible implicit declaration of built-in function 'sprintf' sprintf(buf,"STAGE "); ^~~~~~~ game.c:279:2: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Rest': game.c:298:2: warning: incompatible implicit declaration of built-in function 'sprintf' sprintf(buf,"REST "); ^~~~~~~ game.c:298:2: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Sound': game.c:315:2: warning: incompatible implicit declaration of built-in function 'sprintf' sprintf(buf,"SOUND "); ^~~~~~~ game.c:315:2: note: include '' or provide a declaration of 'sprintf' game.c: In function 'Redraw_Pause': game.c:333:5: warning: incompatible implicit declaration of built-in function 'sprintf' { sprintf(buf,"PAUSED"); } ^~~~~~~ game.c:333:5: note: include '' or provide a declaration of 'sprintf' game.c:335:5: warning: incompatible implicit declaration of built-in function 'sprintf' { sprintf(buf," "); } ^~~~~~~ game.c:335:5: note: include '' or provide a declaration of 'sprintf' --- xjewel._man --- rm -f xjewel._man if test -z "" ; then cd `dirname xjewel` && ln -s `basename xjewel.man` `basename xjewel._man`; else cpp -undef -traditional -D__apploaddir__=/usr/pkg/lib/X11/app-defaults -D__appmansuffix__=6 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/pkg/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xjewel.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xjewel._man; fi --- bitmaps/seven_seg.pcf.gz --- /usr/pkg/bin/bdftopcf -t bitmaps/seven_seg.bdf | gzip -n > bitmaps/seven_seg.pcf.gz sh: /usr/pkg/bin/bdftopcf: not found /usr/pkg/bin/mkfontdir bitmaps/ sh: /usr/pkg/bin/mkfontdir: not found *** [bitmaps/seven_seg.pcf.gz] Error code 127 make: stopped in /tmp/games/xjewel/work/xjewel-1.6 1 error make: stopped in /tmp/games/xjewel/work/xjewel-1.6 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/games/xjewel *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/games/xjewel