>>> Building on exopi-4 under x11/xantfarm BDEPENDS = [devel/imake;devel/imake-cf] DIST = [x11/xantfarm:xantfarm_23oct1991.tar.gz] FULLPKGNAME = xantfarm-1.16p4 Woken up x11/xantfarm (Junk lock failure for exopi-4 at 1781186898.17545) Received IO (Junk lock obtained for exopi-4 at 1781186901.09) Received IO Woken up x11/xantfarm Woken up x11/xantfarm Woken up x11/xantfarm Woken up x11/xantfarm Woken up x11/xantfarm Woken up x11/xantfarm Woken up x11/xantfarm Woken up x11/xantfarm >>> Running depends in x11/xantfarm at 1781186903.81 last junk was in games/xjewel /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 1781186907.70 ===> x11/xantfarm ===> Building from scratch xantfarm-1.16p4 ===> xantfarm-1.16p4 depends on: imake-* -> imake-1.0.10 ===> xantfarm-1.16p4 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 exopi-4 at 1781186908.80) distfiles size=12135 >>> Running build in x11/xantfarm at 1781186908.93 ===> x11/xantfarm ===> Checking files for xantfarm-1.16p4 `/exopi-cvs/ports/distfiles/xantfarm_23oct1991.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xantfarm-1.16p4 ===> Patching for xantfarm-1.16p4 ===> 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 392. Hunk #5 succeeded at 856. Hunk #6 succeeded at 1525. 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.16p4 ===> Configuring for xantfarm-1.16p4 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.16p4 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: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:451: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] 451 | root = VirtualRootWindowOfScreen( screen ); | ^ xantfarm.c:456: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] 456 | x_init_rdb( argcP, argv ); | ^ xantfarm.c:460: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] 460 | rval = x_get_resource( rname, rclass ); | ^ xantfarm.c:466: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] 466 | rval = x_get_resource( rname, rclass ); | ^ xantfarm.c:468: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] 468 | if ( x_str_to_bool( rval ) ) | ^ xantfarm.c:474: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] 474 | rval = x_get_resource( rname, rclass ); | ^ xantfarm.c:476: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] 476 | reverse_video = x_str_to_bool( rval ); | ^ xantfarm.c:478: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] 478 | if ( ! x_get_color_resource( XtNforeground, XtCForeground, &foreground ) ) | ^ 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( XtNbackground, XtCBackground, &background ) ) | ^ xantfarm.c:493: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] 493 | if ( ! x_get_color_resource( "airColor", XtCColor, &air_color ) ) | ^ xantfarm.c:498: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] 498 | if ( ! x_get_color_resource( "sandColor", XtCColor, &sand_color ) ) | ^ xantfarm.c:509: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] 509 | if ( ! x_get_color_resource( "antColor", XtCColor, &ant_color ) ) | ^ xantfarm.c:409:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 409 | 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:527:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 527 | 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:595:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 595 | 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:652:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 652 | 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:666:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 666 | 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:682:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 682 | 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:740: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] 740 | if ( checkpoint_file == (char*) 0 || ! read_world( checkpoint_file ) ) | ^ xantfarm.c:759: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] 759 | new_ant( a ); | ^ xantfarm.c:772: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] 772 | behave( a, B_WANDERING, T_WANDERING ); | ^ xantfarm.c:766:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 766 | 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:838: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] 838 | invalidate( 0, 0, world_w, world_h ); | ^ xantfarm.c:847: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] 847 | expose( | ^ xantfarm.c:869: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] 869 | write_world( cfP ); | ^ xantfarm.c:877: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] 877 | expose( | ^ xantfarm.c:883: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] 883 | poke( ev.xmotion.x, ev.xmotion.y ); | ^ xantfarm.c:921: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] 921 | paint_run( run_start, run_count, run_type, y ); | ^ xantfarm.c:928: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] 928 | paint_run( run_start, run_count, run_type, y ); | ^ xantfarm.c:890:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 890 | 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:954:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 954 | 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:995: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] 995 | drop( a ); | ^ xantfarm.c:1023: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] 1023 | invalidate_ant( a ); | ^ xantfarm.c:1028: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] 1028 | invalidate_ant( a ); | ^ xantfarm.c:1029: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] 1029 | behave( a, B_PANIC, T_PANIC ); | ^ xantfarm.c:981:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 981 | 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:1035:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1035 | 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:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1103 | 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:1158: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] 1158 | turn( a ); | ^ xantfarm.c:1167: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] 1167 | (void) try_dig( a, 0 ); | ^ xantfarm.c:1169: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] 1169 | turn( a ); | ^ xantfarm.c:1172: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] 1172 | behave( a, B_WANDERING, T_WANDERING ); | ^ xantfarm.c:1173: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] 1173 | move( a ); | ^ xantfarm.c:1179: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] 1179 | drop( a ); | ^ xantfarm.c:1182: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] 1182 | behave( a, B_CARRYING, T_CARRYING ); | ^ xantfarm.c:1183: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] 1183 | move( a ); | ^ xantfarm.c:1190: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] 1190 | behave( a, B_WANDERING, T_WANDERING ); | ^ xantfarm.c:1194: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] 1194 | behave( a, B_PANIC, T_PANIC ); | ^ xantfarm.c:1195: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] 1195 | move( a ); | ^ xantfarm.c:1219: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] 1219 | turn( a ); | ^ xantfarm.c:1230: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] 1230 | (void) try_dig( a, 1 ); | ^ xantfarm.c:1233: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] 1233 | turn( a ); | ^ xantfarm.c:1248: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] 1248 | drop( a ); | ^ xantfarm.c:1205:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1205 | 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:1271: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] 1271 | if ( legal_dir( a, d ) ) | ^ xantfarm.c:1273: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] 1273 | else if ( legal_dir( a, d2 ) ) | ^ xantfarm.c:1281: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] 1281 | if ( d != ants[a].dir && legal_dir( a, d ) ) | ^ xantfarm.c:1301: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] 1301 | drop( a ); | ^ xantfarm.c:1262:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1262 | 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:1309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1309 | 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:1353: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] 1353 | loosen_neighbors( x, y ); | ^ xantfarm.c:1354: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] 1354 | behave( a, B_CARRYING, T_CARRYING ); | ^ xantfarm.c:1332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1332 | 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:1372: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] 1372 | loosen_one( x, y ); | ^ xantfarm.c:1362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1362 | 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:1376:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1376 | 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:1434: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] 1434 | behave( a, B_WANDERING, T_WANDERING ); | ^ xantfarm.c:1428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1428 | 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:1438:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1438 | 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:1524:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1524 | 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:1613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1613 | 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 generated. rm -f xantfarm cc -o xantfarm -O2 -L/usr/X11R6/lib -L/usr/local/lib xantfarm.o -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib ld: warning: xantfarm.c(xantfarm.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: xantfarm.c(xantfarm.o:(main)): warning: sprintf() is often misused, please use snprintf() ld: warning: xantfarm.c(xantfarm.o:(main)): warning: random() may return deterministic values, is that what you want? rm -f xantfarm._man if test -z "" ; then cd `dirname xantfarm` && ln -s `basename xantfarm.man` `basename xantfarm._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -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" < xantfarm.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/\@\@$/\\/' >xantfarm._man; fi >>> Running package in x11/xantfarm at 1781186911.23 ===> x11/xantfarm ===> Faking installation for xantfarm-1.16p4 install -c xantfarm /exopi-obj/pobj/xantfarm-1.16/fake-amd64/usr/local/bin/xantfarm install in . done install -c -m 0444 xantfarm._man /exopi-obj/pobj/xantfarm-1.16/fake-amd64/usr/local/man/man1/xantfarm.1 install.man in . done ===> Building package for xantfarm-1.16p4 Create /exopi-cvs/ports/packages/amd64/all/xantfarm-1.16p4.tgz Creating package xantfarm-1.16p4 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|*********************************************************** | 92% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xantfarm-1.16p4.tgz >>> Running clean in x11/xantfarm at 1781186913.17 ===> x11/xantfarm ===> Cleaning for xantfarm-1.16p4 >>> Ended at 1781186913.59 max_stuck=2.11/waiting-for-lock #98=5.66/depends=3.89/show-prepare-results=1.15/build=2.38/package=1.94/clean=0.47