>>> Building on exopi-6 under graphics/pngcrush DIST = [graphics/pngcrush:pngcrush-1.8.13.tar.gz] FULLPKGNAME = pngcrush-1.8.13p0 distfiles size=561477 >>> Running build in graphics/pngcrush at 1764443470.90 ===> graphics/pngcrush ===> Building from scratch pngcrush-1.8.13p0 ===> Verifying specs: c m ===> found c.102.2 m.10.1 ===> Checking files for pngcrush-1.8.13p0 `/exopi-cvs/ports/distfiles/pngcrush-1.8.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for pngcrush-1.8.13p0 ===> Patching for pngcrush-1.8.13p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Thu Mar 16 18:24:24 2017 |+++ Makefile Tue Aug 1 21:48:01 2017 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 52. 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 pngcrush-1.8.13p0 ===> Configuring for pngcrush-1.8.13p0 ===> Building for pngcrush-1.8.13p0 cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO pngcrush.c cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO adler32.c adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 63 | uLong ZEXPORT adler32_z(adler, buf, len) | ^ adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | uLong ZEXPORT adler32(adler, buf, len) | ^ adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 143 | local uLong adler32_combine_(adler1, adler2, len2) | ^ adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 172 | uLong ZEXPORT adler32_combine(adler1, adler2, len2) | ^ adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 180 | uLong ZEXPORT adler32_combine64(adler1, adler2, len2) | ^ 5 warnings generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO compress.c compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 22 | int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) | ^ compress.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 | int ZEXPORT compress (dest, destLen, source, sourceLen) | ^ compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | uLong ZEXPORT compressBound (sourceLen) | ^ 3 warnings generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO crc32.c crc32.c:202:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 202 | unsigned long ZEXPORT crc32_z(crc, buf, len) | ^ crc32.c:237:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 237 | unsigned long ZEXPORT crc32(crc, buf, len) | ^ crc32.c:344:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 344 | local unsigned long gf2_matrix_times(mat, vec) | ^ crc32.c:361:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 361 | local void gf2_matrix_square(square, mat) | ^ crc32.c:372:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 372 | local uLong crc32_combine_(crc1, crc2, len2) | ^ crc32.c:428:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 428 | uLong ZEXPORT crc32_combine(crc1, crc2, len2) | ^ crc32.c:436:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 436 | uLong ZEXPORT crc32_combine64(crc1, crc2, len2) | ^ 7 warnings generated. cc -c -DTOO_FAR=32767 -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO deflate.c deflate.c:201:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 201 | local void slide_hash(s) | ^ deflate.c:228:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 228 | int ZEXPORT deflateInit_(strm, level, version, stream_size) | ^ deflate.c:240:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 240 | int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, | ^ deflate.c:353:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 353 | local int deflateStateCheck (strm) | ^ deflate.c:376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 376 | int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) | ^ deflate.c:445:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 445 | int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) | ^ deflate.c:467:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 467 | int ZEXPORT deflateResetKeep (strm) | ^ deflate.c:505:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 505 | int ZEXPORT deflateReset (strm) | ^ deflate.c:517:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 517 | int ZEXPORT deflateSetHeader (strm, head) | ^ deflate.c:528:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 528 | int ZEXPORT deflatePending (strm, pending, bits) | ^ deflate.c:542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 542 | int ZEXPORT deflatePrime (strm, bits, value) | ^ deflate.c:568:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 568 | int ZEXPORT deflateParams(strm, level, strategy) | ^ deflate.c:617:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 617 | int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) | ^ deflate.c:652:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 652 | uLong ZEXPORT deflateBound(strm, sourceLen) | ^ deflate.c:716:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 716 | local void putShortMSB (s, b) | ^ deflate.c:730:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 730 | local void flush_pending(strm) | ^ deflate.c:763:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 763 | int ZEXPORT deflate (strm, flush) | ^ deflate.c:1076:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1076 | int ZEXPORT deflateEnd (strm) | ^ deflate.c:1102:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1102 | int ZEXPORT deflateCopy (dest, source) | ^ deflate.c:1164:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1164 | local unsigned read_buf(strm, buf, size) | ^ deflate.c:1194:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1194 | local void lm_init (s) | ^ deflate.c:1236:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1236 | local uInt longest_match(s, cur_match) | ^ deflate.c:1482:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1482 | local void fill_window(s) | ^ deflate.c:1643:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1643 | local block_state deflate_stored(s, flush) | ^ deflate.c:1824:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1824 | local block_state deflate_fast(s, flush) | ^ deflate.c:1926:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1926 | local block_state deflate_slow(s, flush) | ^ deflate.c:2057:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2057 | local block_state deflate_rle(s, flush) | ^ deflate.c:2130:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 2130 | local block_state deflate_huff(s, flush) | ^ 28 warnings generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO infback.c infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 28 | int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) | ^ infback.c:82:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 82 | local void fixedtables(state) | ^ infback.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 250 | int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) | ^ infback.c:631:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 631 | int ZEXPORT inflateBackEnd(strm) | ^ 4 warnings generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO inffast.c inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | void ZLIB_INTERNAL inflate_fast(strm, start) | ^ 1 warning generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO inflate.c inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 105 | local int inflateStateCheck(strm) | ^ inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 119 | int ZEXPORT inflateResetKeep(strm) | ^ inflate.c:144:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 144 | int ZEXPORT inflateReset(strm) | ^ inflate.c:157:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 157 | int ZEXPORT inflateReset2(strm, windowBits) | ^ inflate.c:195:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 195 | int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) | ^ inflate.c:239:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 239 | int ZEXPORT inflateInit_(strm, version, stream_size) | ^ inflate.c:247:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 247 | int ZEXPORT inflatePrime(strm, bits, value) | ^ inflate.c:278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 278 | local void fixedtables(state) | ^ inflate.c:396:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 396 | local int updatewindow(strm, end, copy) | ^ inflate.c:622:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 622 | int ZEXPORT inflate(strm, flush) | ^ inflate.c:1277:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1277 | int ZEXPORT inflateEnd(strm) | ^ inflate.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 | int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) | ^ inflate.c:1314:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1314 | int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) | ^ inflate.c:1349:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1349 | int ZEXPORT inflateGetHeader(strm, head) | ^ inflate.c:1377:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1377 | local unsigned syncsearch(have, buf, len) | ^ inflate.c:1400:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1400 | int ZEXPORT inflateSync(strm) | ^ inflate.c:1451:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1451 | int ZEXPORT inflateSyncPoint(strm) | ^ inflate.c:1461:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1461 | int ZEXPORT inflateCopy(dest, source) | ^ inflate.c:1508:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1508 | int ZEXPORT inflateUndermine(strm, subvert) | ^ inflate.c:1526:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1526 | int ZEXPORT inflateValidate(strm, check) | ^ inflate.c:1541:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1541 | long ZEXPORT inflateMark(strm) | ^ inflate.c:1554:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1554 | unsigned long ZEXPORT inflateCodesUsed(strm) | ^ 22 warnings generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO inftrees.c inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 32 | int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) | ^ 1 warning generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO trees.c trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 379 | void ZLIB_INTERNAL _tr_init(s) | ^ trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 407 | local void init_block(s) | ^ trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 451 | local void pqdownheap(s, tree, k) | ^ trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 486 | local void gen_bitlen(s, desc) | ^ trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 572 | local void gen_codes (tree, max_code, bl_count) | ^ trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 615 | local void build_tree(s, desc) | ^ trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 703 | local void scan_tree (s, tree, max_code) | ^ trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 748 | local void send_tree (s, tree, max_code) | ^ trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 799 | local int build_bl_tree(s) | ^ trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 834 | local void send_all_trees(s, lcodes, dcodes, blcodes) | ^ trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 863 | void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) | ^ trees.c:886:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 886 | void ZLIB_INTERNAL _tr_flush_bits(s) | ^ trees.c:896:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 896 | void ZLIB_INTERNAL _tr_align(s) | ^ trees.c:911:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 911 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) | ^ trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1014 | int ZLIB_INTERNAL _tr_tally (s, dist, lc) | ^ trees.c:1064:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1064 | local void compress_block(s, ltree, dtree) | ^ trees.c:1124:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1124 | local int detect_data_type(s) | ^ trees.c:1158:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1158 | local unsigned bi_reverse(code, len) | ^ trees.c:1173:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1173 | local void bi_flush(s) | ^ trees.c:1190:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1190 | local void bi_windup(s) | ^ 20 warnings generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO uncompr.c uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 27 | int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) | ^ uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 86 | int ZEXPORT uncompress (dest, destLen, source, sourceLen) | ^ 2 warnings generated. cc -c -DLIBPNG_UNIFIED -I. -DNO_GZ -DPNGCRUSH_TIMERS=11 -DPNGCRUSH_USE_CLOCK_GETTIME=1 -DPNG_ARM_NEON_OPT=0 -DPNG_MIPS_MSA_OPT=0 -DPNG_INTEL_SSE_OPT=0 -DPNG_POWERPC_VSX_OPT=0 -O2 -pipe -I. -DZ_SOLO zutil.c zutil.c:133:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | const char * ZEXPORT zError(err) | ^ zutil.c:149:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 149 | void ZLIB_INTERNAL zmemcpy(dest, source, len) | ^ zutil.c:160:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 160 | int ZLIB_INTERNAL zmemcmp(s1, s2, len) | ^ zutil.c:173:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 173 | void ZLIB_INTERNAL zmemzero(dest, len) | ^ 4 warnings generated. cc -o pngcrush pngcrush.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o -lm ld: warning: pngcrush.c(pngcrush.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in graphics/pngcrush at 1764443484.15 ===> graphics/pngcrush ===> Faking installation for pngcrush-1.8.13p0 /exopi-obj/pobj/pngcrush-1.8.13/bin/install -c -s -m 755 /exopi-obj/pobj/pngcrush-1.8.13/pngcrush-1.8.13/pngcrush /exopi-obj/pobj/pngcrush-1.8.13/fake-amd64/usr/local/bin ===> Building package for pngcrush-1.8.13p0 Create /exopi-cvs/ports/packages/amd64/all/pngcrush-1.8.13p0.tgz Creating package pngcrush-1.8.13p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 10% checksumming|************ | 20% checksumming|****************** | 30% checksumming|************************ | 40% checksumming|******************************* | 50% checksumming|************************************* | 60% checksumming|******************************************* | 70% checksumming|************************************************* | 80% checksumming|******************************************************* | 90% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/pngcrush-1.8.13p0.tgz >>> Running clean in graphics/pngcrush at 1764443485.57 ===> graphics/pngcrush ===> Cleaning for pngcrush-1.8.13p0 >>> Ended at 1764443485.80 max_stuck=8.05/build=13.25/package=1.41/clean=0.26