>>> Building on amd64-1 under x11/xantfarm BDEPENDS = [devel/imake-cf;devel/imake] DIST = [x11/xantfarm:xantfarm_23oct1991.tar.gz] FULLPKGNAME = xantfarm-1.16p3 (Junk lock obtained for amd64-1 at 1779823601.61) >>> Running depends in x11/xantfarm at 1779823601.65 last junk was in databases/openldap /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 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-1.0.10 imake-cf-1.0.8 >>> Running show-prepare-results in x11/xantfarm at 1779823604.83 ===> x11/xantfarm ===> Building from scratch xantfarm-1.16p3 ===> xantfarm-1.16p3 depends on: imake-* -> imake-1.0.10 ===> xantfarm-1.16p3 depends on: imake-cf-* -> imake-cf-1.0.8 ===> Verifying specs: X11 Xau Xdmcp Xext c ===> found X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.103.0 imake-1.0.10 imake-cf-1.0.8 (Junk lock released for amd64-1 at 1779823605.98) distfiles size=12135 >>> Running build in x11/xantfarm at 1779823606.02 ===> x11/xantfarm ===> Checking files for xantfarm-1.16p3 `/usr/ports/distfiles/xantfarm_23oct1991.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xantfarm-1.16p3 ===> Patching for xantfarm-1.16p3 ===> Applying OpenBSD patch patch-xantfarm_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: xantfarm.c |--- xantfarm.c.orig |+++ xantfarm.c -------------------------- Patching file xantfarm.c using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 114. Hunk #3 succeeded at 329. Hunk #4 succeeded at 1528. 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 xantfarm-1.16p3 ===> Configuring for xantfarm-1.16p3 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 -- xantfarm.c > .depend ===> Building for xantfarm-1.16p3 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xantfarm.c xantfarm.c:343:11: warning: passing arguments to 'x_init' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 343 | x_init( &argc, argv ); | ^ xantfarm.c:396:28: error: incompatible pointer types passing 'long *' to parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types] 396 | srandom( (int) ( time( (long*) 0 ) ^ getpid() ) ); | ^~~~~~~~~ /usr/include/time.h:123:21: note: passing argument to parameter here 123 | time_t time(time_t *); | ^ xantfarm.c:333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 333 | main( argc, argv ) | ^ xantfarm.c:454:37: warning: passing arguments to 'VirtualRootWindowOfScreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 454 | root = VirtualRootWindowOfScreen( screen ); | ^ xantfarm.c:459:15: warning: passing arguments to 'x_init_rdb' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 459 | x_init_rdb( argcP, argv ); | ^ xantfarm.c:463:26: warning: passing arguments to 'x_get_resource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 463 | rval = x_get_resource( rname, rclass ); | ^ xantfarm.c:469:26: warning: passing arguments to 'x_get_resource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 469 | rval = x_get_resource( rname, rclass ); | ^ xantfarm.c:471:20: warning: passing arguments to 'x_str_to_bool' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 471 | if ( x_str_to_bool( rval ) ) | ^ xantfarm.c:477:26: warning: passing arguments to 'x_get_resource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 477 | rval = x_get_resource( rname, rclass ); | ^ xantfarm.c:479:31: warning: passing arguments to 'x_str_to_bool' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 479 | reverse_video = x_str_to_bool( rval ); | ^ xantfarm.c:481:32: warning: passing arguments to 'x_get_color_resource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 481 | if ( ! x_get_color_resource( XtNforeground, XtCForeground, &foreground ) ) | ^ xantfarm.c:484:32: warning: passing arguments to 'x_get_color_resource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 484 | if ( ! x_get_color_resource( XtNbackground, XtCBackground, &background ) ) | ^ xantfarm.c:496:32: warning: passing arguments to 'x_get_color_resource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 496 | if ( ! x_get_color_resource( "airColor", XtCColor, &air_color ) ) | ^ xantfarm.c:501:32: warning: passing arguments to 'x_get_color_resource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 501 | if ( ! x_get_color_resource( "sandColor", XtCColor, &sand_color ) ) | ^ xantfarm.c:512:32: warning: passing arguments to 'x_get_color_resource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 512 | if ( ! x_get_color_resource( "antColor", XtCColor, &ant_color ) ) | ^ xantfarm.c:412:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 412 | x_init( argcP, argv ) | ^ xantfarm.c:119: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] 119 | static void x_init(); | ^ xantfarm.c:530:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 530 | VirtualRootWindowOfScreen( screen ) | ^ xantfarm.c:120:15: 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] 120 | static Window VirtualRootWindowOfScreen(); | ^ xantfarm.c:598:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 598 | x_init_rdb( argcP, argv ) | ^ xantfarm.c:121: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] 121 | static void x_init_rdb(); | ^ xantfarm.c:655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 655 | x_get_resource( name, class ) | ^ xantfarm.c:122: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] 122 | static char* x_get_resource(); | ^ xantfarm.c:669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 669 | x_str_to_bool( str ) | ^ xantfarm.c:123:12: 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] 123 | static int x_str_to_bool(); | ^ xantfarm.c:685:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 685 | x_get_color_resource( name, class, cP ) | ^ xantfarm.c:124:12: 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] 124 | static int x_get_color_resource(); | ^ xantfarm.c:743:54: warning: passing arguments to 'read_world' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 743 | if ( checkpoint_file == (char*) 0 || ! read_world( checkpoint_file ) ) | ^ xantfarm.c:762:9: warning: passing arguments to 'new_ant' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 762 | new_ant( a ); | ^ xantfarm.c:775:11: warning: passing arguments to 'behave' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 775 | behave( a, B_WANDERING, T_WANDERING ); | ^ xantfarm.c:769:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 769 | new_ant( a ) | ^ xantfarm.c:126: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] 126 | static void new_ant(); | ^ xantfarm.c:841:15: warning: passing arguments to 'invalidate' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 841 | invalidate( 0, 0, world_w, world_h ); | ^ xantfarm.c:850:9: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 850 | expose( | ^ xantfarm.c:862:35: error: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] 862 | (void) select( fd + 1, &fds, (int*) 0, (int*) 0, &timeout ); | ^~~~~~~~ /usr/include/sys/select.h:128:57: note: passing argument to parameter here 128 | int select(int, fd_set * __restrict, fd_set * __restrict, | ^ xantfarm.c:862:45: error: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] 862 | (void) select( fd + 1, &fds, (int*) 0, (int*) 0, &timeout ); | ^~~~~~~~ /usr/include/sys/select.h:129:25: note: passing argument to parameter here 129 | fd_set * __restrict, struct timeval * __restrict); | ^ xantfarm.c:872:14: warning: passing arguments to 'write_world' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 872 | write_world( cfP ); | ^ xantfarm.c:880:12: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 880 | expose( | ^ xantfarm.c:886:10: warning: passing arguments to 'poke' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 886 | poke( ev.xmotion.x, ev.xmotion.y ); | ^ xantfarm.c:924:12: warning: passing arguments to 'paint_run' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 924 | paint_run( run_start, run_count, run_type, y ); | ^ xantfarm.c:931:15: warning: passing arguments to 'paint_run' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 931 | paint_run( run_start, run_count, run_type, y ); | ^ xantfarm.c:893:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 893 | expose( ex, ey, ew, eh ) | ^ xantfarm.c:129: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] 129 | static void expose(); | ^ xantfarm.c:957:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 957 | paint_run( run_start, run_count, run_type, y ) | ^ xantfarm.c:130: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] 130 | static void paint_run(); | ^ xantfarm.c:998:7: warning: passing arguments to 'drop' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 998 | drop( a ); | ^ xantfarm.c:1026:17: warning: passing arguments to 'invalidate_ant' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1026 | invalidate_ant( a ); | ^ xantfarm.c:1031:20: warning: passing arguments to 'invalidate_ant' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1031 | invalidate_ant( a ); | ^ xantfarm.c:1032:12: warning: passing arguments to 'behave' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1032 | behave( a, B_PANIC, T_PANIC ); | ^ xantfarm.c:984:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 984 | poke( px, py ) | ^ xantfarm.c:131: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] 131 | static void poke(); | ^ xantfarm.c:1038:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1038 | invalidate( x, y, w, h ) | ^ xantfarm.c:132: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] 132 | static void invalidate(); | ^ xantfarm.c:1106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1106 | invalidate_ant( a ) | ^ xantfarm.c:133: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] 133 | static void invalidate_ant(); | ^ xantfarm.c:1161:11: warning: passing arguments to 'turn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1161 | turn( a ); | ^ xantfarm.c:1170:18: warning: passing arguments to 'try_dig' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1170 | (void) try_dig( a, 0 ); | ^ xantfarm.c:1172:8: warning: passing arguments to 'turn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1172 | turn( a ); | ^ xantfarm.c:1175:10: warning: passing arguments to 'behave' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1175 | behave( a, B_WANDERING, T_WANDERING ); | ^ xantfarm.c:1176:8: warning: passing arguments to 'move' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1176 | move( a ); | ^ xantfarm.c:1182:8: warning: passing arguments to 'drop' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1182 | drop( a ); | ^ xantfarm.c:1185:10: warning: passing arguments to 'behave' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1185 | behave( a, B_CARRYING, T_CARRYING ); | ^ xantfarm.c:1186:8: warning: passing arguments to 'move' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1186 | move( a ); | ^ xantfarm.c:1193:10: warning: passing arguments to 'behave' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1193 | behave( a, B_WANDERING, T_WANDERING ); | ^ xantfarm.c:1197:10: warning: passing arguments to 'behave' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1197 | behave( a, B_PANIC, T_PANIC ); | ^ xantfarm.c:1198:8: warning: passing arguments to 'move' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1198 | move( a ); | ^ xantfarm.c:1222:6: warning: passing arguments to 'turn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1222 | turn( a ); | ^ xantfarm.c:1233:20: warning: passing arguments to 'try_dig' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1233 | (void) try_dig( a, 1 ); | ^ xantfarm.c:1236:10: warning: passing arguments to 'turn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1236 | turn( a ); | ^ xantfarm.c:1251:10: warning: passing arguments to 'drop' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1251 | drop( a ); | ^ xantfarm.c:1208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1208 | move( a ) | ^ xantfarm.c:137: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] 137 | static void move(); | ^ xantfarm.c:1274:19: warning: passing arguments to 'legal_dir' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1274 | if ( legal_dir( a, d ) ) | ^ xantfarm.c:1276:24: warning: passing arguments to 'legal_dir' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1276 | else if ( legal_dir( a, d2 ) ) | ^ xantfarm.c:1284:40: warning: passing arguments to 'legal_dir' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1284 | if ( d != ants[a].dir && legal_dir( a, d ) ) | ^ xantfarm.c:1304:7: warning: passing arguments to 'drop' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1304 | drop( a ); | ^ xantfarm.c:1265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1265 | turn( a ) | ^ xantfarm.c:138: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] 138 | static void turn(); | ^ xantfarm.c:1312:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1312 | legal_dir( a, d ) | ^ xantfarm.c:139:12: 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] 139 | static int legal_dir(); | ^ xantfarm.c:1356:18: warning: passing arguments to 'loosen_neighbors' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1356 | loosen_neighbors( x, y ); | ^ xantfarm.c:1357:8: warning: passing arguments to 'behave' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1357 | behave( a, B_CARRYING, T_CARRYING ); | ^ xantfarm.c:1335:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1335 | try_dig( a, forward ) | ^ xantfarm.c:140:12: 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] 140 | static int try_dig(); | ^ xantfarm.c:1375:13: warning: passing arguments to 'loosen_one' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1375 | loosen_one( x, y ); | ^ xantfarm.c:1365:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1365 | loosen_neighbors( xc, yc ) | ^ xantfarm.c:141: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] 141 | static void loosen_neighbors(); | ^ xantfarm.c:1379:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1379 | loosen_one( x, y ) | ^ xantfarm.c:142: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] 142 | static void loosen_one(); | ^ xantfarm.c:1437:11: warning: passing arguments to 'behave' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1437 | behave( a, B_WANDERING, T_WANDERING ); | ^ xantfarm.c:1431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1431 | drop( a ) | ^ xantfarm.c:143: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] 143 | static void drop(); | ^ xantfarm.c:1441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1441 | behave( a, behavior, timer ) | ^ xantfarm.c:144: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] 144 | static void behave(); | ^ xantfarm.c:1527:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1527 | read_world( cf ) | ^ xantfarm.c:146:12: 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] 146 | static int read_world(); | ^ xantfarm.c:1616:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1616 | write_world( fP ) | ^ xantfarm.c:147: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] 147 | static void write_world(); | ^ 95 warnings and 3 errors generated. *** Error 1 in /usr/obj/ports/xantfarm-1.16/xantfarm (:87 'xantfarm.o') *** Error 2 in x11/xantfarm (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/xantfarm-1.16/.build_done': @cd /usr/obj/ports/xa...) *** Error 2 in x11/xantfarm (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=xantfarm-1.16p3; export _LOCKS_HELD=" xantfarm-1....) ===> Exiting x11/xantfarm with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1779823607.54 max_stuck=0.00/depends=3.19/show-prepare-results=1.18/build=1.55 Error: job failed with 512 on amd64-1 at 1779823607