>>> Building on exopi-1 under games/xjewel BDEPENDS = [devel/imake;devel/imake-cf] DIST = [games/xjewel:xjewel-1.6.tar.z] FULLPKGNAME = xjewel-1.6p7 (Junk lock obtained for exopi-1 at 1764751671.77) >>> Running depends in games/xjewel at 1764751671.82 last junk was in graphics/tkimg /usr/sbin/pkg_add -aI -Drepair imake-cf-1.0.8 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 /usr/sbin/pkg_add -aI -Drepair imake-cf-1.0.8 >>> Running show-prepare-results in games/xjewel at 1764751676.23 ===> games/xjewel ===> Building from scratch xjewel-1.6p7 ===> xjewel-1.6p7 depends on: imake-* -> imake-1.0.10 ===> xjewel-1.6p7 depends on: imake-cf-* -> imake-cf-1.0.8 ===> Verifying specs: X11 Xau Xdmcp Xext c xcb ===> found X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.102.2 xcb.4.1 imake-1.0.10 imake-cf-1.0.8 (Junk lock released for exopi-1 at 1764751678.73) distfiles size=45439 >>> Running build in games/xjewel at 1764751678.94 ===> games/xjewel ===> Checking files for xjewel-1.6p7 `/exopi-cvs/ports/distfiles/xjewel-1.6.tar.z' is up to date. >> (SHA256) all files: OK ===> Extracting for xjewel-1.6p7 ===> Patching for xjewel-1.6p7 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Imakefile |--- Imakefile.orig |+++ Imakefile -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 12. Hunk #3 succeeded at 43. done ===> Applying OpenBSD patch patch-game_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: game.c |--- game.c.orig |+++ game.c -------------------------- Patching file game.c using Plan A... Hunk #1 succeeded at 14. done ===> Applying OpenBSD patch patch-hscore_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: hscore.c |--- hscore.c.orig |+++ hscore.c -------------------------- Patching file hscore.c using Plan A... Hunk #1 succeeded at 5. done ===> Applying OpenBSD patch patch-jewel_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: jewel.c |--- jewel.c.orig |+++ jewel.c -------------------------- Patching file jewel.c using Plan A... Hunk #1 succeeded at 18. done ===> Applying OpenBSD patch patch-logic_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: logic.c |--- logic.c.orig |+++ logic.c -------------------------- Patching file logic.c using Plan A... Hunk #1 succeeded at 518. done ===> Applying OpenBSD patch patch-xw_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: xw.c |--- xw.c.orig |+++ xw.c -------------------------- Patching file xw.c using Plan A... Hunk #1 succeeded at 21. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for xjewel-1.6p7 ===> Configuring for xjewel-1.6p7 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -- xw.c jewel.c logic.c panel.c xhscore.c hscore.c game.c intro.c help.c > .depend ===> Building for xjewel-1.6p7 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -c xw.c xw.c:60:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 60 | void xw_fatal(s,line,file) | ^ In file included from xw.c:35: ./xw.h:17:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 17 | extern void xw_fatal(); | ^ xw.c:72:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 72 | Pixel xw_alloc_color(cname) | ^ In file included from xw.c:35: ./xw.h:18:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 18 | extern Pixel xw_alloc_color(); | ^ xw.c:104:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 104 | void xw_sync_sleep(ms) | ^ In file included from xw.c:35: ./xw.h:24:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 24 | extern void xw_sync_sleep(); | ^ xw.c:136:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 136 | void xw_set_timer(time_ms) | ^ In file included from xw.c:35: ./xw.h:23:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 23 | extern void xw_set_timer(); | ^ xw.c:254:21: warning: passing arguments to 'xw_expose_event' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 254 | xw_expose_event((XExposeEvent *) &xev); | ^ xw.c:258:20: warning: passing arguments to 'xw_focus_event' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 258 | xw_focus_event((XFocusChangeEvent *) &xev); | ^ xw.c:261:20: warning: passing arguments to 'xw_leave_event' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 261 | xw_leave_event((XLeaveWindowEvent *) &xev); | ^ xw.c:264:18: warning: passing arguments to 'xw_key_event' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 264 | xw_key_event((XKeyEvent *) &xev); | ^ xw.c:268:18: warning: passing arguments to 'xw_but_event' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 268 | xw_but_event((XButtonEvent *) &xev); | ^ xw.c:272:18: warning: passing arguments to 'xw_map_event' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 272 | xw_map_event((XMapEvent *) &xev); | ^ xw.c:336:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 336 | void xw_init(argc, argv, w, h ) | ^ In file included from xw.c:35: ./xw.h:21:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 21 | extern void xw_init(); | ^ 16 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -c jewel.c jewel.c:41:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 41 | void xw_focus_event(xfev) | ^ In file included from jewel.c:27: ./xw.h:29:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 29 | extern void xw_focus_event(/*xfev*/); | ^ jewel.c:53:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 53 | void xw_leave_event(xlev) | ^ In file included from jewel.c:27: ./xw.h:30:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 30 | extern void xw_leave_event(/*xlev*/); | ^ jewel.c:72:17: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 72 | xw_set_timer(2000l); | ^ jewel.c:78:17: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 78 | xw_set_timer(100L); | ^ jewel.c:81:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | void xw_map_event(xmev) | ^ In file included from jewel.c:27: ./xw.h:32:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 32 | extern void xw_map_event(/*xmev*/); | ^ jewel.c:106:9: warning: enumeration values 'ICON' and 'NULL_STATE' not handled in switch [-Wswitch] 106 | switch(JewelState) | ^~~~~~~~~~ jewel.c:99:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 99 | void xw_key_event(xkev) | ^ In file included from jewel.c:27: ./xw.h:31:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 31 | extern void xw_key_event(/*xkev*/); | ^ jewel.c:222:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 222 | void xw_but_event(xbev) | ^ In file included from jewel.c:27: ./xw.h:27:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 27 | extern void xw_but_event(/*xbev*/); | ^ jewel.c:255:10: warning: enumeration value 'ICON' not handled in switch [-Wswitch] 255 | switch(JewelState) | ^~~~~~~~~~ jewel.c:234:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 234 | void xw_expose_event(xev) | ^ In file included from jewel.c:27: ./xw.h:28:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 28 | extern void xw_expose_event(/*xev*/); | ^ jewel.c:292:14: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 292 | xw_set_timer(2000L); | ^ jewel.c:298:9: warning: enumeration value 'NULL_STATE' not handled in switch [-Wswitch] 298 | switch(JewelState) | ^~~~~~~~~~ jewel.c:382:22: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 382 | green=xw_alloc_color("green"); | ^ jewel.c:383:23: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 383 | yellow=xw_alloc_color("yellow"); | ^ jewel.c:409:35: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 409 | colors[WILD_PIECE]=xw_alloc_color(WILD_C); | ^ jewel.c:415:31: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 415 | colors[PIECE1]=xw_alloc_color(PIECE1_C); | ^ jewel.c:421:31: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 421 | colors[PIECE2]=xw_alloc_color(PIECE2_C); | ^ jewel.c:427:31: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | colors[PIECE3]=xw_alloc_color(PIECE3_C); | ^ jewel.c:433:31: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 433 | colors[PIECE4]=xw_alloc_color(PIECE4_C); | ^ jewel.c:439:31: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 439 | colors[PIECE5]=xw_alloc_color(PIECE5_C); | ^ jewel.c:445:31: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 445 | colors[PIECE6]=xw_alloc_color(PIECE6_C); | ^ jewel.c:452:31: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 452 | colors[FLASH1]=xw_alloc_color(FLASH_C); | ^ jewel.c:474:33: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 474 | colors[BACKGND1]=xw_alloc_color(BACKGND_C); | ^ jewel.c:499:13: warning: passing arguments to 'xw_fatal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 499 | { xw_fatal("Cannot load VERSION font.\n",__LINE__,__FILE__); } | ^ jewel.c:505:13: warning: passing arguments to 'xw_fatal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 505 | { xw_fatal("Cannot load HIGHSCORE font.\n",__LINE__,__FILE__); } | ^ jewel.c:513:14: warning: passing arguments to 'xw_fatal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 513 | { xw_fatal("Cannot load SCORE font.\n",__LINE__,__FILE__); } | ^ jewel.c:536:9: warning: passing arguments to 'xw_init' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 536 | xw_init(argc,argv,SCREEN_X, SCREEN_Y); | ^ jewel.c:524:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 524 | int main(argc,argv) | ^ 34 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -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 C23 [-Wdeprecated-non-prototype] 30 | 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 C23 [-Wdeprecated-non-prototype] 34 | Draw_Piece(next_block[i], -1, i); | ^ logic.c:38:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 38 | void Get_Random_Block(block) | ^ logic.c:59:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 59 | int Get_New_Background(old_background) | ^ logic.c:91:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 91 | Update_Board(piece, x, y) | ^ | int 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 C23 [-Wdeprecated-non-prototype] 95 | Draw_Piece(piece, x, y); | ^ logic.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 91 | Update_Board(piece, x, y) | ^ logic.c:96:2: warning: non-void function does not return a value [-Wreturn-type] 96 | } | ^ logic.c:116:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 116 | void Add_To_Remove_List(x, y, piece) | ^ logic.c:125:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 125 | void Handle_Horiz_Line(i, j, in_line) | ^ logic.c:136:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 136 | void Handle_Vert_Line(i, j, in_line) | ^ logic.c:148:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 148 | void Handle_DiagR_Line(i, j, in_line) | ^ logic.c:160:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 160 | 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 C23 [-Wdeprecated-non-prototype] 354 | Flash_Pieces(p_remov, index_rem, background); | ^ logic.c:355:2: warning: non-void function does not return a value [-Wreturn-type] 355 | } | ^ 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 C23 [-Wdeprecated-non-prototype] 390 | if (Dec_Rest(num_pieces)) | ^ logic.c:387:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 387 | 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 C23 [-Wdeprecated-non-prototype] 417 | 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 C23 [-Wdeprecated-non-prototype] 426 | Add_Score(add_score, i); | ^ logic.c:397:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 397 | void Process_Block(special, piece) | ^ 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 C23 [-Wdeprecated-non-prototype] 561 | 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 C23 [-Wdeprecated-non-prototype] 603 | Draw_Piece(next_block[i], -1, i); | ^ 22 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -c panel.c panel.c:54:14: warning: passing arguments to 'Redraw_Score' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 54 | Redraw_Score(Score); | ^ panel.c:64:14: warning: passing arguments to 'Redraw_Score' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 64 | Redraw_Score(Score); | ^ panel.c:57:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | void Add_Raw_Score(pts,mult) | ^ In file included from panel.c:9: ./panel.h:24:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 24 | extern void Add_Raw_Score(/*pts,mult*/); | ^ panel.c:73:18: warning: passing arguments to 'Redraw_Add_Score' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | Redraw_Add_Score(pts,Mult); | ^ panel.c:75:14: warning: passing arguments to 'Redraw_Score' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | Redraw_Score(Score); | ^ panel.c:68:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 68 | void Add_Score(pts,iteration) | ^ In file included from panel.c:9: ./panel.h:25:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 25 | extern void Add_Score(/*pts,iteration*/); | ^ panel.c:87:14: warning: passing arguments to 'Redraw_Lives' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 87 | Redraw_Lives(Lives); | ^ panel.c:94:14: warning: passing arguments to 'Redraw_Lives' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | Redraw_Lives(Lives); | ^ panel.c:106:14: warning: passing arguments to 'Redraw_Speed' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 106 | Redraw_Speed(Speed); | ^ panel.c:107:14: warning: passing arguments to 'Redraw_Stage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 107 | Redraw_Stage(Stage); | ^ panel.c:119:14: warning: passing arguments to 'Redraw_Speed' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 119 | Redraw_Speed(Speed); | ^ panel.c:120:14: warning: passing arguments to 'Redraw_Stage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 120 | Redraw_Stage(Stage); | ^ panel.c:130:15: warning: passing arguments to 'Redraw_Speed' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 130 | Redraw_Speed(Speed); | ^ panel.c:131:15: warning: passing arguments to 'Redraw_Stage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | Redraw_Stage(Stage); | ^ panel.c:148:13: warning: passing arguments to 'Redraw_Rest' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 148 | Redraw_Rest(Rest); | ^ panel.c:151:15: warning: parameter 'val' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 151 | BOOL Dec_Rest(val) | ^ 152 | { panel.c:163:16: warning: passing arguments to 'Redraw_Rest' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | Redraw_Rest(Rest); | ^ panel.c:151:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 151 | BOOL Dec_Rest(val) | ^ In file included from panel.c:9: ./panel.h:35:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 35 | extern BOOL Dec_Rest(/*val*/); | ^ panel.c:206:14: warning: passing arguments to 'Redraw_Score' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 206 | Redraw_Score(Score); | ^ panel.c:207:14: warning: passing arguments to 'Redraw_Lives' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 207 | Redraw_Lives(Lives); | ^ panel.c:208:14: warning: passing arguments to 'Redraw_Speed' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 208 | Redraw_Speed(Speed); | ^ panel.c:209:14: warning: passing arguments to 'Redraw_Stage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 209 | Redraw_Stage(Stage); | ^ panel.c:210:13: warning: passing arguments to 'Redraw_Rest' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 210 | Redraw_Rest(Rest); | ^ 26 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -c xhscore.c xhscore.c:57:22: warning: passing arguments to 'xw_alloc_color' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 57 | red = xw_alloc_color("red"); | ^ xhscore.c:105:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 105 | void Draw_One_High_Score(i) | ^ In file included from xhscore.c:22: ./xhscore.h:9:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 9 | extern void Draw_One_High_Score(/*i*/); | ^ xhscore.c:143:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 143 | void Show_High_Scores(start) | ^ In file included from xhscore.c:22: ./xhscore.h:10:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 10 | extern void Show_High_Scores(); | ^ xhscore.c:169:16: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 169 | xw_sync_sleep(50L); | ^ xhscore.c:192:17: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 192 | xw_sync_sleep(20L); | ^ xhscore.c:173:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 173 | void Move_Down_High_Scores(number) | ^ In file included from xhscore.c:22: ./xhscore.h:12:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 12 | extern void Move_Down_High_Scores(/*number*/); | ^ xhscore.c:205:14: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 205 | xw_set_timer(10000L); | ^ 10 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -c hscore.c hscore.c:142:21: warning: passing arguments to 'Draw_One_High_Score' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 142 | Draw_One_High_Score(i+1); | ^ hscore.c:126:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 126 | void Add_High_Score(i) | ^ hscore.c:159:18: warning: passing arguments to 'Show_High_Scores' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 159 | Show_High_Scores(1); | ^ hscore.c:177:25: warning: passing arguments to 'Move_Down_High_Scores' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 177 | Move_Down_High_Scores(i+1); | ^ hscore.c:180:20: warning: passing arguments to 'Show_High_Scores' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 180 | Show_High_Scores(i+1); | ^ hscore.c:145:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 145 | void Update_High_Scores(NewStage, NewScore) | ^ In file included from hscore.c:31: ./hscore.h:23:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 23 | extern void Update_High_Scores(/*Stage, Score*/); | ^ hscore.c:201:18: warning: passing arguments to 'Show_High_Scores' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 201 | Show_High_Scores(1); | ^ 8 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -c game.c game.c:80:15: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | xw_sync_sleep(150L); | ^ game.c:105:15: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 105 | xw_sync_sleep(150L); | ^ game.c:109:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 109 | void Draw_Piece(piece,x,y) | ^ In file included from game.c:24: ./game.h:9:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 9 | extern void Draw_Piece(/* piece,x,y */); | ^ game.c:145:16: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 145 | xw_sync_sleep(70L+SLOW_DRAW); | ^ game.c:151:16: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 151 | xw_sync_sleep(160L+SLOW_DRAW); | ^ game.c:157:15: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 157 | xw_sync_sleep(100L+SLOW_DRAW); | ^ game.c:129:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 129 | void Flash_Pieces(p_remove, numflash, background) | ^ In file included from game.c:24: ./game.h:12:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 12 | extern void Flash_Pieces(/* p_remove, numflash, background */); | ^ game.c:191:15: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 191 | xw_sync_sleep(160L+SLOW_FONTS); | ^ game.c:210:20: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 210 | xw_sync_sleep(10L+SLOW_FONTS); | ^ game.c:214:15: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 214 | xw_sync_sleep(110L+SLOW_FONTS); | ^ game.c:160:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 160 | void Redraw_Add_Score(pts,mult) | ^ In file included from game.c:25: ./panel.h:47:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 47 | extern void Redraw_Add_Score(/*pts,mult*/); | ^ game.c:218:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 218 | void Redraw_Score(Score) | ^ In file included from game.c:25: ./panel.h:46:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 46 | extern void Redraw_Score(); | ^ game.c:236:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 236 | void Redraw_Lives(Lives) | ^ In file included from game.c:25: ./panel.h:48:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 48 | extern void Redraw_Lives(); | ^ game.c:254:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 254 | void Redraw_Speed(Speed) | ^ In file included from game.c:25: ./panel.h:49:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 49 | extern void Redraw_Speed(); | ^ game.c:273:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 273 | void Redraw_Stage(Stage) | ^ In file included from game.c:25: ./panel.h:50:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 50 | extern void Redraw_Stage(); | ^ game.c:292:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 292 | void Redraw_Rest(Rest) | ^ In file included from game.c:25: ./panel.h:51:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 51 | extern void Redraw_Rest(); | ^ game.c:377:14: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 377 | xw_set_timer(Get_Speed_ms()); | ^ game.c:396:15: warning: passing arguments to 'xw_sync_sleep' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 396 | xw_sync_sleep(500L); | ^ game.c:398:20: warning: passing arguments to 'Update_High_Scores' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 398 | Update_High_Scores(Get_Stage(), Get_Score()); | ^ game.c:430:17: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 430 | { xw_set_timer(Get_Speed_ms()); } | ^ 28 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -c intro.c intro.c:62:14: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 62 | xw_set_timer(200L); | ^ intro.c:85:16: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 85 | xw_set_timer(200L); | ^ intro.c:110:19: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 110 | { xw_set_timer(2L); } | ^ intro.c:114:17: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 114 | xw_set_timer(200L); | ^ intro.c:144:16: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | xw_set_timer(200L); | ^ intro.c:163:16: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | xw_set_timer(2L); | ^ intro.c:177:18: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 177 | xw_set_timer(1000L); | ^ intro.c:207:13: warning: passing arguments to 'xw_fatal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 207 | { xw_fatal("Cannot load PRESENT font.\n",__LINE__,__FILE__); } | ^ intro.c:216:9: warning: enumeration value 'FINI' not handled in switch [-Wswitch] 216 | switch(IntroState) | ^~~~~~~~~~ 9 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DHSCORE_FILE=\"/var/games/xjewel.scores\" -DUSE_SELECT -DICON_WINDOW -DGETPWENT -c help.c help.c:103:14: warning: passing arguments to 'xw_set_timer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 103 | xw_set_timer(10000L); | ^ help.c:118:13: warning: passing arguments to 'xw_fatal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 118 | { xw_fatal("Cannot load SYMBOL font.\n",__LINE__,__FILE__); } | ^ help.c:123:13: warning: passing arguments to 'xw_fatal' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 123 | { xw_fatal("Cannot load HEADER font.\n",__LINE__,__FILE__); } | ^ 3 warnings generated. rm -f xjewel cc -o xjewel -O2 -L/usr/X11R6/lib -L/usr/local/lib xw.o jewel.o logic.o panel.o xhscore.o hscore.o game.o intro.o help.o -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib ld: warning: xw.c(xw.o:(xw_alloc_color)): warning: sprintf() is often misused, please use snprintf() ld: warning: logic.c(logic.o:(Get_Random_Block)): warning: random() may return deterministic values, is that what you want? ld: warning: game.c(game.o:(Redraw_Sound)): warning: strcpy() is almost always misused, please use strlcpy() rm -f xjewel._man if test -z "" ; then cd `dirname xjewel` && ln -s `basename xjewel.man` `basename xjewel._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/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/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/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 /usr/X11R6/bin/bdftopcf -t bitmaps/seven_seg.bdf | gzip -n > bitmaps/seven_seg.pcf.gz /usr/X11R6/bin/mkfontdir bitmaps/ >>> Running package in games/xjewel at 1764751684.18 ===> games/xjewel ===> Faking installation for xjewel-1.6p7 /exopi-obj/pobj/xjewel-1.6/bin/install -d -m 755 /exopi-obj/pobj/xjewel-1.6/fake-amd64/usr/local/lib/xjewel.font install -c xjewel /exopi-obj/pobj/xjewel-1.6/fake-amd64/usr/local/bin/xjewel install in . done install -c -m 0444 xjewel._man /exopi-obj/pobj/xjewel-1.6/fake-amd64/usr/local/man/man6/xjewel.6 install.man in . done /exopi-obj/pobj/xjewel-1.6/bin/install -d -m 755 /exopi-obj/pobj/xjewel-1.6/fake-amd64/usr/local/share/examples/xjewel /exopi-obj/pobj/xjewel-1.6/bin/install -c -m 644 /dev/null /exopi-obj/pobj/xjewel-1.6/fake-amd64/usr/local/share/examples/xjewel/xjewel.scores ===> Building package for xjewel-1.6p7 Create /exopi-cvs/ports/packages/amd64/all/xjewel-1.6p7.tgz Creating package xjewel-1.6p7 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 7% checksumming|******* | 11% checksumming|********* | 15% checksumming|*********** | 19% checksumming|************** | 22% checksumming|**************** | 26% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|*********************** | 37% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 74% checksumming|*********************************************** | 78% checksumming|************************************************** | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 89% checksumming|******************************************************** | 93% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|*********************************************************** | 93% archiving|************************************************************ | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xjewel-1.6p7.tgz >>> Running clean in games/xjewel at 1764751686.69 ===> games/xjewel ===> Cleaning for xjewel-1.6p7 >>> Ended at 1764751687.24 max_stuck=4.02/depends=4.42/show-prepare-results=2.55/build=5.33/package=2.57/clean=0.60