=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xjewel-1.6nb3 --- xw.o --- --- jewel.o --- --- logic.o --- --- xw.o --- clang -O -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DICON_WINDOW -DGETPWENT -I/opt/pkg/include -c xw.c --- jewel.o --- clang -O -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DICON_WINDOW -DGETPWENT -I/opt/pkg/include -c jewel.c --- logic.o --- clang -O -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DICON_WINDOW -DGETPWENT -I/opt/pkg/include -c logic.c logic.c:30:14: warning: passing arguments to 'Draw_Piece' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Draw_Piece(board[i][j], i, j); ^ logic.c:34:13: warning: passing arguments to 'Draw_Piece' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Draw_Piece(next_block[i], -1, i); ^ logic.c:38:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Get_Random_Block(block) ^ logic.c:59:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Get_New_Background(old_background) ^ logic.c:91:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] Update_Board(piece, x, y) ^ logic.c:95:12: warning: passing arguments to 'Draw_Piece' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Draw_Piece(piece, x, y); ^ logic.c:91:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Update_Board(piece, x, y) ^ logic.c:96:2: warning: non-void function does not return a value [-Wreturn-type] } ^ logic.c:116:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Add_To_Remove_List(x, y, piece) ^ logic.c:125:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Handle_Horiz_Line(i, j, in_line) ^ logic.c:136:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Handle_Vert_Line(i, j, in_line) ^ logic.c:148:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Handle_DiagR_Line(i, j, in_line) ^ logic.c:160:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Handle_DiagL_Line(i, j, in_line) ^ logic.c:354:14: warning: passing arguments to 'Flash_Pieces' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Flash_Pieces(p_remov, index_rem, background); ^ logic.c:355:2: warning: non-void function does not return a value [-Wreturn-type] } ^ logic.c:390:14: warning: passing arguments to 'Dec_Rest' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (Dec_Rest(num_pieces)) ^ logic.c:387:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Update_Rest(num_pieces) ^ logic.c:417:12: warning: passing arguments to 'Add_Score' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Add_Score(JEWELSCORE, 1); ^ logic.c:426:12: warning: passing arguments to 'Add_Score' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Add_Score(add_score, i); ^ logic.c:397:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Process_Block(special, piece) ^ logic.c:521:25: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'int' [-Wint-conversion] Process_Block(FALSE, NULL); ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL' #define NULL __DARWIN_NULL ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL' #define __DARWIN_NULL ((void *)0) ^~~~~~~~~~~ logic.c:561:16: warning: passing arguments to 'Add_Raw_Score' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Add_Raw_Score(DROP_POINTS, cycles); ^ logic.c:603:14: warning: passing arguments to 'Draw_Piece' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Draw_Piece(next_block[i], -1, i); ^ --- xw.o --- In file included from xw.c:34: ./xw.h:50:12: fatal error: 'stropts.h' file not found # include ^~~~~~~~~~~ 1 error generated. --- jewel.o --- In file included from jewel.c:26: ./xw.h:50:12: fatal error: 'stropts.h' file not found # include ^~~~~~~~~~~ --- xw.o --- *** [xw.o] Error code 1 bmake: stopped in /Users/pbulk/build/games/xjewel/work/xjewel-1.6 --- jewel.o --- 1 error generated. *** [jewel.o] Error code 1 bmake: stopped in /Users/pbulk/build/games/xjewel/work/xjewel-1.6 --- logic.o --- 23 warnings generated. 2 errors bmake: stopped in /Users/pbulk/build/games/xjewel/work/xjewel-1.6 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/games/xjewel *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/games/xjewel