>>> Building on exopi-4 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-4 at 1714746775.63) >>> Running depends in games/xjewel at 1714746775.67 last junk was in net/py-solaredge-interface,python3 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 >>> Running show-prepare-results in games/xjewel at 1714746779.89 ===> games/xjewel ===> Building from scratch xjewel-1.6p7 ===> xjewel-1.6p7 depends on: imake-* -> imake-1.0.9 ===> xjewel-1.6p7 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: X11 Xau Xdmcp Xext c xcb ===> found X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.100.0 xcb.4.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-4 at 1714746780.80) distfiles size=45439 >>> Running build in games/xjewel at 1714746780.86 ===> games/xjewel ===> Checking files for xjewel-1.6p7 `/exopi-cvs/ports/distfiles/xjewel-1.6.tar.z' is up to date. >> (SHA256) xjewel-1.6.tar.z: 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void xw_map_event(/*xmev*/); ^ jewel.c:106:9: warning: enumeration values 'ICON' and 'NULL_STATE' not handled in switch [-Wswitch] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void xw_but_event(/*xbev*/); ^ jewel.c:255:10: warning: enumeration value 'ICON' not handled in switch [-Wswitch] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] xw_set_timer(2000L); ^ jewel.c:298:9: warning: enumeration value 'NULL_STATE' not handled in switch [-Wswitch] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] { 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 C2x [-Wdeprecated-non-prototype] { 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 C2x [-Wdeprecated-non-prototype] { 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 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 definition 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 definition 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'; ISO C99 and later do not support implicit int [-Wimplicit-int] 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 C2x [-Wdeprecated-non-prototype] 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 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 definition 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 definition 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 definition 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 definition 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 definition 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 definition 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 definition 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: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); ^ 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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] BOOL Dec_Rest(val) ^ 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] { 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] { 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] { xw_fatal("Cannot load PRESENT font.\n",__LINE__,__FILE__); } ^ intro.c:216:9: warning: enumeration value 'FINI' not handled in switch [-Wswitch] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] { 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 C2x [-Wdeprecated-non-prototype] { 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 logic.c(logic.o:(Get_Random_Block)): warning: random() may return deterministic values, is that what you want? xw.c(xw.o:(xw_alloc_color)): warning: sprintf() is often misused, please use snprintf() 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 1714746785.77 ===> 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 1714746788.23 ===> games/xjewel ===> Cleaning for xjewel-1.6p7 >>> Ended at 1714746788.53 max_stuck=2.21/depends=4.23/show-prepare-results=0.93/build=4.92/package=2.47/clean=0.34