>>> Building on exopi-6 under astro/xearth BDEPENDS = [devel/imake;devel/imake-cf] DIST = [astro/xearth:xearth-1.1.tar.gz] FULLPKGNAME = xearth-1.1p5 (Junk lock obtained for exopi-6 at 1764614660.19) >>> Running depends in astro/xearth at 1764614660.23 /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 astro/xearth at 1764614661.25 ===> astro/xearth ===> Building from scratch xearth-1.1p5 ===> xearth-1.1p5 depends on: imake-* -> imake-1.0.10 ===> xearth-1.1p5 depends on: imake-cf-* -> imake-cf-1.0.8 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xext Xt c m ===> found ICE.12.0 SM.9.0 X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xt.11.1 c.102.2 m.10.1 imake-1.0.10 imake-cf-1.0.8 (Junk lock released for exopi-6 at 1764614662.07) distfiles size=157887 >>> Running build in astro/xearth at 1764614662.12 ===> astro/xearth ===> Checking files for xearth-1.1p5 `/exopi-cvs/ports/distfiles/xearth-1.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xearth-1.1p5 ===> Patching for xearth-1.1p5 ===> 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 xearth-1.1p5 ===> Configuring for xearth-1.1p5 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 -- xearth.c dither.c extarr.c gif.c gifout.c mapdata.c markers.c ppm.c render.c resources.c scan.c sunpos.c x11.c > .depend ===> Building for xearth-1.1p5 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xearth.c xearth.c:126:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 126 | int main(argc, argv) | ^ xearth.c:183:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 183 | void set_priority(new) | ^ xearth.c:279:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 279 | void sun_relative_position(lat_ret, lon_ret) | ^ xearth.c:321:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 321 | void simple_orbit(ssue, lat, lon) | ^ xearth.c:375:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 375 | void pick_random_position(lat_ret, lon_ret) | ^ xearth.c:416:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 416 | int using_x(argc, argv) | ^ xearth.c:483:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 483 | void command_line(argc, argv) | ^ xearth.c:791:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 791 | char **tokenize(s, argc_ret, msg) | ^ xearth.c:890:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 890 | void decode_proj_type(s) | ^ xearth.c:929:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 929 | void decode_viewing_pos(s) | ^ xearth.c:1024:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1024 | void decode_rotation(s) | ^ xearth.c:1061:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1061 | void decode_sun_pos(s) | ^ xearth.c:1098:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1098 | void decode_size(s) | ^ xearth.c:1133:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1133 | void decode_shift(s) | ^ xearth.c:1157:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1157 | void xearth_bzero(buf, len) | ^ xearth.c:1230:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1230 | void version_info(flag) | ^ xearth.c:1243:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1243 | void usage(msg) | ^ xearth.c:1267:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1267 | void warning(msg) | ^ xearth.c:1276:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1276 | void fatal(msg) | ^ 19 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c dither.c dither.c:65:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 65 | void dither_setup(ncolors) | ^ dither.c:136:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 136 | void dither_row(row, rslt) | ^ dither.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 158 | static void dither_row_ltor(row, rslt) | ^ dither.c:266:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 266 | static void dither_row_rtol(row, rslt) | ^ dither.c:393:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 393 | void mono_dither_row(row, rslt) | ^ dither.c:427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | static void mono_dither_row_ltor(row) | ^ dither.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 503 | static void mono_dither_row_rtol(row) | ^ 7 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c extarr.c extarr.c:50:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | ExtArr extarr_alloc(eltsize) | ^ extarr.c:69:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 69 | void extarr_free(x) | ^ extarr.c:77:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 77 | void *extarr_next(x) | ^ 3 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c gif.c gif.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 68 | static void gif_setup(s) | ^ gif.c:97:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 97 | static int gif_row(row) | ^ 2 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c gifout.c gifout.c:139:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | int gifout_open_file(s, w, h, sz, cmap, bg) | ^ gifout.c:208:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 208 | int gifout_open_image(left, top, w, h) | ^ gifout.c:273:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 273 | void gifout_put_pixel(val) | ^ gifout.c:309:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 309 | void gifout_put_row(row) | ^ gifout.c:415:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 415 | static int cmap_bits(n) | ^ gifout.c:436:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 436 | static int root_bits(n) | ^ gifout.c:464:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 464 | static void write_data_block(cnt, outbuf, s) | ^ gifout.c:487:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 487 | static void add_string_out(p, e) | ^ gifout.c:509:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 509 | static int find_string_out(p, e) | ^ gifout.c:550:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 550 | static void gifout_fatal(msg) | ^ gifout.c:556:3: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 556 | exit(1); | ^ gifout.c:556:3: note: include the header or explicitly provide a declaration for 'exit' 11 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c mapdata.c cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c markers.c markers.c:152:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 152 | void load_marker_info(fname) | ^ markers.c:207:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 207 | static void user_marker_info(fname) | ^ markers.c:245:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 245 | static void process_line(buf, fname, idx) | ^ markers.c:275:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 275 | static const char *decode_marker_info(tokc, tokv) | ^ markers.c:332:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 332 | static const char *decode_extra_marker_info(tokc, tokv, inf) | ^ markers.c:386:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 386 | static char *get_line(ins, buf, len, msg) | ^ markers.c:451:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 451 | void show_marker_info(fname) | ^ 7 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c ppm.c ppm.c:66:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 66 | static void ppm_setup(s) | ^ ppm.c:76:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 76 | static int ppm_row(row) | ^ 2 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c render.c render.c:75:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | static int dot_comp(a, b) | ^ render.c:105:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 105 | static void render_next_row(buf, idx) | ^ render.c:175:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 175 | static void no_shade_row(scanbuf, rslt) | ^ render.c:223:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 223 | static void compute_sun_vector(rslt) | ^ render.c:234:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 234 | static void orth_compute_inv_x(inv_x) | ^ render.c:245:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 245 | static void orth_shade_row(idx, scanbuf, sol, inv_x, rslt) | ^ render.c:334:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 334 | static void merc_shade_row(idx, scanbuf, sol, rslt) | ^ render.c:451:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 451 | static void cyl_shade_row(idx, scanbuf, sol, rslt) | ^ render.c:568:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 568 | void render(rowfunc) | ^ render.c:647:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 647 | static void new_stars(freq) | ^ render.c:678:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 678 | static void new_grid(big, small) | ^ render.c:732:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 732 | static void new_grid_dot(cs_lat, cs_lon) | ^ 12 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c resources.c resources.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 53 | get_string_resource (res_name, res_class) | ^ resources.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 76 | get_boolean_resource (res_name, res_class) | ^ resources.c:98:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 98 | get_integer_resource (res_name, res_class) | ^ resources.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 116 | get_float_resource (res_name, res_class) | ^ resources.c:135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 135 | get_pixel_resource (res_name, res_class, dpy, cmap) | ^ resources.c:165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 165 | parse_time (string, seconds_default_p, silent_p) | ^ resources.c:208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 208 | get_time_resource (res_name, res_class, sec_p) | ^ resources.c:221:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 221 | get_seconds_resource (res_name, res_class) | ^ resources.c:228:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | get_minutes_resource (res_name, res_class) | ^ 9 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c scan.c scan.c:104:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 104 | static int double_comp(a, b) | ^ scan.c:126:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 126 | static int scanbit_comp(a, b) | ^ scan.c:134:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | static int orth_edgexing_comp(a, b) | ^ scan.c:156:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 156 | static int merc_edgexing_comp(a, b) | ^ scan.c:210:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 210 | static int cyl_edgexing_comp(a, b) | ^ scan.c:398:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 398 | double *orth_extract_curve(npts, data) | ^ scan.c:437:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 437 | void orth_scan_along_curve(prev, curr, cidx) | ^ scan.c:482:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 482 | void orth_find_edge_xing(prev, curr, rslt) | ^ scan.c:561:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 561 | void orth_scan_arc(x_0, y_0, a_0, x_1, y_1, a_1) | ^ scan.c:684:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 684 | double *merc_extract_curve(npts, data) | ^ scan.c:728:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 728 | void merc_scan_along_curve(prev, curr, cidx) | ^ scan.c:837:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 837 | double merc_find_edge_xing(prev, curr) | ^ scan.c:924:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 924 | void merc_scan_edge(from, to) | ^ scan.c:1053:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1053 | double *cyl_extract_curve(npts, data) | ^ scan.c:1097:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1097 | void cyl_scan_along_curve(prev, curr, cidx) | ^ scan.c:1206:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1206 | double cyl_find_edge_xing(prev, curr) | ^ scan.c:1293:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1293 | void cyl_scan_edge(from, to) | ^ scan.c:1355:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1355 | void xing_error(file, line, idx, nxings, xings) | ^ scan.c:1372:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1372 | void scan(x_0, y_0, x_1, y_1) | ^ scan.c:1418:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1418 | void get_scanbits(val) | ^ 20 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c sunpos.c sunpos.c:132:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 132 | static double solve_keplers_equation(M) | ^ sunpos.c:155:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 155 | static double mean_sun (D) | ^ sunpos.c:173:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 173 | static double sun_ecliptic_longitude(ssue) | ^ sunpos.c:194:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 194 | static void ecliptic_to_equatorial(lambda, beta, alpha, delta) | ^ sunpos.c:215:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 215 | static double julian_date(y, m, d) | ^ sunpos.c:248:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 248 | static double GST(ssue) | ^ sunpos.c:281:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 281 | void sun_position(ssue, lat, lon) | ^ sunpos.c:308:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 308 | void moon_position(ssue, lat, lon) | ^ 8 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c x11.c x11.c:237:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 237 | void command_line_x(argc, argv) | ^ x11.c:255:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 255 | static void init_x_general(argc, argv) | ^ x11.c:599:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 599 | static int get_bits_per_pixel(depth) | ^ x11.c:628:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 628 | static XFontStruct *load_x_font(dpy, fontname) | ^ x11.c:982:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 982 | static void pack_mono_1(src, dst) | ^ x11.c:1006:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1006 | static void pack_8(src, map, dst) | ^ x11.c:1025:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1025 | static void pack_16(src, map, dst) | ^ x11.c:1060:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1060 | static void pack_24(src, map, dst) | ^ x11.c:1097:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1097 | static void pack_32(src, map, dst) | ^ x11.c:1134:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1134 | static int x11_row(row) | ^ x11.c:1214:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1214 | static void draw_label(dpy) | ^ x11.c:1291:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1291 | static void mark_location(dpy, info) | ^ x11.c:1384:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1384 | static void draw_outlined_string(dpy, pix, fg, bg, x, y, text, len) | ^ x11.c:1411:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1411 | static Window GetVRoot(dpy) | ^ x11.c:1468:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1468 | static void updateProperty(dpy, w, name, type, format, data, nelem) | ^ x11.c:1491:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1491 | static void preserveResource(dpy, w) | ^ x11.c:1509:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1509 | static void freePrevious(dpy, w) | ^ x11.c:1541:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] 1541 | else if (actual_type != None) | ^ x11.c:1550:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1550 | static int xkill_handler(dpy, xev) | ^ 19 warnings generated. rm -f xearth cc -o xearth -O2 -L/usr/X11R6/lib -L/usr/local/lib xearth.o dither.o extarr.o gif.o gifout.o mapdata.o markers.o ppm.o render.o resources.o scan.o sunpos.o x11.o -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lm -Wl,-rpath,/usr/local/lib ld: warning: dither.c(dither.o:(mono_dither_setup)): warning: random() may return deterministic values, is that what you want? ld: warning: markers.c(markers.o:(load_marker_info)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: resources.c(resources.o:(get_string_resource)): warning: strcat() is almost always misused, please use strlcat() ld: warning: x11.c(x11.o:(x11_output)): warning: sprintf() is often misused, please use snprintf() rm -f xearth._man if test -z "" ; then cd `dirname xearth` && ln -s `basename xearth.man` `basename xearth._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" < xearth.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/\@\@$/\\/' >xearth._man; fi >>> Running package in astro/xearth at 1764614667.35 ===> astro/xearth ===> Faking installation for xearth-1.1p5 install -c xearth /exopi-obj/pobj/xearth-1.1/fake-amd64/usr/local/bin/xearth install in . done install -c -m 0444 xearth._man /exopi-obj/pobj/xearth-1.1/fake-amd64/usr/local/man/man1/xearth.1 install.man in . done ===> Building package for xearth-1.1p5 Create /exopi-cvs/ports/packages/amd64/all/xearth-1.1p5.tgz Creating package xearth-1.1p5 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************************************** | 88% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xearth-1.1p5.tgz >>> Running clean in astro/xearth at 1764614668.86 ===> astro/xearth ===> Cleaning for xearth-1.1p5 >>> Ended at 1764614669.20 max_stuck=0.00/depends=0.99/show-prepare-results=0.89/build=5.24/package=1.49/clean=0.39