>>> Building on exopi-5 under archivers/freeze DIST = [archivers/freeze:freeze-2.5.tar.gz] FULLPKGNAME = freeze-2.5p2 distfiles size=36402 >>> Running build in archivers/freeze at 1714082299.46 ===> archivers/freeze ===> Building from scratch freeze-2.5p2 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for freeze-2.5p2 `/exopi-cvs/ports/distfiles/freeze-2.5.tar.gz' is up to date. >> (SHA256) freeze-2.5.tar.gz: OK ===> Extracting for freeze-2.5p2 ===> Patching for freeze-2.5p2 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig 1993-02-24 14:36:56.000000000 +0100 |+++ Makefile.in 2003-08-01 08:29:26.000000000 +0200 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 33. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig 1993-02-24 14:36:54.000000000 +0100 |+++ configure 2003-08-01 08:29:26.000000000 +0200 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 126. done ===> Applying OpenBSD patch patch-freeze_1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- freeze.1.orig Wed Feb 24 14:36:57 1993 |+++ freeze.1 Tue Jun 2 20:50:16 2009 -------------------------- Patching file freeze.1 using Plan A... Hunk #1 succeeded at 109. done ===> Applying OpenBSD patch patch-freeze_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- freeze.c.orig Wed Feb 24 13:36:55 1993 |+++ freeze.c Fri Aug 10 18:43:29 2012 -------------------------- Patching file freeze.c using Plan A... Hunk #1 succeeded at 816. done ===> Applying OpenBSD patch patch-statist_1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- statist.1.orig Wed Feb 24 14:36:59 1993 |+++ statist.1 Tue Jun 2 20:50:16 2009 -------------------------- Patching file statist.1 using Plan A... Hunk #1 succeeded at 102. 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 freeze-2.5p2 ===> Configuring for freeze-2.5p2 Using /exopi-obj/pobj/freeze-2.5/config.site (generated) checking how to run the C preprocessor checking for unaligned access checking integer size checking for 64K segments checking for long file names checking for directory library header checking for dirent.h checking for closedir return value checking for sys/stdtypes.h checking for rindex checking for setlinebuf checking for freeze to derive installation directory prefix creating config.status creating Makefile creating config.h /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -DBASE_PKGPATH=archivers/freeze -DFLAVOR_EXT= -DFULLPKGNAME=freeze-2.5p2 -DHOMEPAGE= -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=freeze -i -B /exopi-obj/pobj/freeze-2.5 /exopi-obj/pobj/freeze-2.5/freeze-2.5/Makefile /exopi-obj/pobj/freeze-2.5/freeze-2.5/freeze.1 /exopi-obj/pobj/freeze-2.5/freeze-2.5/statist.1 ===> Building for freeze-2.5p2 cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" bitio.c cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" debug.c cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" decode.c decode.c:14:5: warning: call to undeclared function 'read_header'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if(read_header() == EOF) ^ decode.c:16:11: warning: passing arguments to 'StartHuff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StartHuff(N_CHAR2); ^ decode.c:17:6: warning: passing arguments to 'init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init(Table2); ^ 3 warnings generated. cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" default.c default.c:16:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int defopen(fname) /* open | reopen | close defaults file */ ^ default.c:40:18: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register sz_patt; ~~~~~~~~ ^ int default.c:47:12: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] sz_patt = strlen(pattern); ^ default.c:47:12: note: include the header or explicitly provide a declaration for 'strlen' default.c:55:8: warning: call to undeclared library function 'strncmp' with type 'int (const char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!strncmp(pattern, defline, sz_patt)) ^ default.c:55:8: note: include the header or explicitly provide a declaration for 'strncmp' default.c:37:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *defread(pattern) ^ 5 warnings generated. cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" encode.c encode.c:29:12: warning: passing arguments to 'StartHuff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StartHuff(N_CHAR2); ^ encode.c:30:7: warning: passing arguments to 'init' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init(Table2); ^ encode.c:68:46: warning: passing arguments to 'get_next_match' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] match_length = LOOKAHEAD + get_next_match(THRESHOLD - LOOKAHEAD, r); ^ encode.c:74:7: warning: passing arguments to 'EncodeChar' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodeLiteral(text_buf[r & WINMASK]); ^ encode.c:10:43: note: expanded from macro 'EncodeLiteral' #define EncodeLiteral(l) EncodeChar((int)l) ^ encode.c:88:7: warning: passing arguments to 'EncodeChar' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodeLength(match_length - THRESHOLD); ^ encode.c:11:43: note: expanded from macro 'EncodeLength' #define EncodeLength(l) EncodeChar((int)l + LENGTH_OFFSET) ^ encode.c:89:21: warning: passing arguments to 'EncodePosition' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodePosition((int) ((r - match_position) & WINMASK) - 1); ^ encode.c:102:7: warning: passing arguments to 'rehash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Next_Char(WINSIZE, LOOKAHEAD); ^ ./lz.h:104:2: note: expanded from macro 'Next_Char' InsertNode();\ ^ ./lz.h:84:13: note: expanded from macro 'InsertNode' r = rehash(r);\ ^ encode.c:103:48: warning: passing arguments to 'get_next_match' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] match_length = LOOKAHEAD + get_next_match(match_length - LOOKAHEAD, r); ^ encode.c:109:2: warning: passing arguments to 'EncodeChar' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodeLength(orig_length - THRESHOLD); ^ encode.c:11:43: note: expanded from macro 'EncodeLength' #define EncodeLength(l) EncodeChar((int)l + LENGTH_OFFSET) ^ encode.c:110:16: warning: passing arguments to 'EncodePosition' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodePosition((int) ((r - 1 - orig_position) & WINMASK) - 1); ^ encode.c:116:2: warning: passing arguments to 'EncodeChar' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodeLiteral(oldchar); ^ encode.c:10:43: note: expanded from macro 'EncodeLiteral' #define EncodeLiteral(l) EncodeChar((int)l) ^ encode.c:123:2: warning: passing arguments to 'EncodeChar' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodeLength(match_length - THRESHOLD); ^ encode.c:11:43: note: expanded from macro 'EncodeLength' #define EncodeLength(l) EncodeChar((int)l + LENGTH_OFFSET) ^ encode.c:124:16: warning: passing arguments to 'EncodePosition' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodePosition((int) ((r - match_position) & WINMASK) - 1); ^ encode.c:153:7: warning: passing arguments to 'rehash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertNode(); ^ ./lz.h:84:13: note: expanded from macro 'InsertNode' r = rehash(r);\ ^ encode.c:163:7: warning: passing arguments to 'rehash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertNode(); ^ ./lz.h:84:13: note: expanded from macro 'InsertNode' r = rehash(r);\ ^ encode.c:169:3: warning: passing arguments to 'EncodeChar' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] EncodeLength((short) ENDOF - LENGTH_OFFSET); ^ encode.c:11:43: note: expanded from macro 'EncodeLength' #define EncodeLength(l) EncodeChar((int)l + LENGTH_OFFSET) ^ encode.c:207:12: warning: passing arguments to 'prratio' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prratio(stderr, in_count - bytes_out, in_count); ^ encode.c:208:11: warning: passing arguments to 'prbits' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prbits(stderr, in_count, bytes_out); ^ 18 warnings generated. cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" freeze.c freeze.c:179:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void ^ freeze.c:179:1: note: change return type to 'int' void ^~~~ int freeze.c:223:41: warning: passing arguments to 'malloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] filelist = fileptr = (char **) (malloc(argc * sizeof(*argv))); ^ freeze.c:248:8: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!strcmp(cp, "unfreeze") || !strcmp(cp, "melt")) { ^ freeze.c:248:8: note: include the header or explicitly provide a declaration for 'strcmp' freeze.c:270:12: warning: call to undeclared function 'defopen'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) defopen(deffile); ^ freeze.c:354:4: 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] exit(1); ^ freeze.c:354:4: note: include the header or explicitly provide a declaration for 'exit' freeze.c:393:12: warning: passing arguments to 'tune_table' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tune_table(*fileptr + 1 + (**fileptr == '-')); ^ freeze.c:430:24: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strcmp(*fileptr + strlen(*fileptr) - 2, ".F") != 0) { ^ freeze.c:430:24: note: include the header or explicitly provide a declaration for 'strlen' freeze.c:432:11: warning: call to undeclared library function 'strcpy' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) strcpy(tempname, *fileptr); ^ freeze.c:432:11: note: include the header or explicitly provide a declaration for 'strcpy' freeze.c:433:11: warning: call to undeclared library function 'strcat' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) strcat(tempname, ".F"); ^ freeze.c:433:11: note: include the header or explicitly provide a declaration for 'strcat' freeze.c:440:6: warning: call to undeclared function 'checkstat'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (checkstat(*fileptr)) ^ freeze.c:497:6: warning: call to undeclared function 'checkstat'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (checkstat(*fileptr)) ^ freeze.c:555:8: warning: call to undeclared function 'foreground'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (foreground()) { ^ freeze.c:560:13: warning: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) read(2, response, 2); ^ freeze.c:625:10: warning: passing arguments to 'copystat' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] copystat(*fileptr); /* Copy stats */ ^ freeze.c:180:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ freeze.c:698:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prratio(stream, was, is) ^ In file included from freeze.c:1: ./freeze.h:160:49: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void melt2(), (*meltfunc)(), writeerr(), prratio(), prbits(), freeze(); ^ freeze.c:724:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prbits(stream, was, is) ^ In file included from freeze.c:1: ./freeze.h:160:60: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void melt2(), (*meltfunc)(), writeerr(), prratio(), prbits(), freeze(); ^ freeze.c:747:12: warning: call to undeclared function 'unlink'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) unlink(ofname); ^ freeze.c:801:12: warning: call to undeclared function 'chown'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) chown(ofname, (int) statbuf.st_uid, (int) statbuf.st_gid); ^ freeze.c:828:9: warning: call to undeclared function 'unlink'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (unlink(ifname)) /* Remove input file */ ^ freeze.c:836:7: warning: call to undeclared function 'unlink'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (unlink(ofname)) ^ freeze.c:753:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] copystat(ifname) ^ freeze.c:118:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void writeerr(), copystat(), version(), tune_table(); ^ freeze.c:843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkstat(ifname) ^ freeze.c:890:9: warning: call to undeclared function 'isatty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (isatty(2)) { /* and stderr is a tty */ ^ freeze.c:906:12: warning: call to undeclared function 'unlink'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void) unlink(ofname); ^ freeze.c:961:29: warning: passing arguments to 'defread' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] register char *s = defread(type), *t; ^ freeze.c:957:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tune_table(type) ^ freeze.c:118:44: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void writeerr(), copystat(), version(), tune_table(); ^ 31 warnings generated. cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" huf.c huf.c:49:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void StartHuff (n_char) ^ In file included from huf.c:2: ./huf.h:1:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void StartHuff(), init(), write_header(), EncodeChar(), crpt_message(); ^ huf.c:140:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void update (c) ^ huf.c:178:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void EncodeChar (c) ^ In file included from huf.c:2: ./huf.h:1:50: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void StartHuff(), init(), write_header(), EncodeChar(), crpt_message(); ^ huf.c:230:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void EncodePosition (c) ^ In file included from huf.c:2: ./huf.h:3:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void EncodePosition(); ^ huf.c:283:18: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register i, j; ~~~~~~~~ ^ int huf.c:283:21: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register i, j; ~~~~~~~~ ^ int huf.c:343: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] exit(1); ^ huf.c:343:3: note: include the header or explicitly provide a declaration for 'exit' huf.c:330:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void init(table) uc_t * table; { ^ In file included from huf.c:2: ./huf.h:1:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void StartHuff(), init(), write_header(), EncodeChar(), crpt_message(); ^ 12 warnings generated. cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" lz.c lz.c:61:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int get_next_match (match_length, r) ^ In file included from lz.c:2: ./lz.h:130:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int get_next_match(); ^ lz.c:135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rehash(r) ^ In file included from lz.c:2: ./lz.h:131:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern hash_t rehash(); ^ 4 warnings generated. cc -o freeze bitio.o debug.o decode.o default.o encode.o freeze.o huf.o lz.o freeze.c(freeze.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() strip freeze cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" statist.c statist.c:31:10: warning: parameter 'argc' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] int main(argc, argv) char ** argv; { ^ statist.c:47: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] exit(0); ^ statist.c:47:3: note: include the header or explicitly provide a declaration for 'exit' statist.c:31:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) char ** argv; { ^ statist.c:60:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ul_t isqrt(val) ^ statist.c:103:11: warning: passing arguments to 'StartHuff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StartHuff(N_POS); ^ statist.c:108:7: warning: call to undeclared function 'findmin'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] j = findmin(i); ^ statist.c:179:10: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static pcs[] = { 999, 995, 990, 970, 950, 900, 800, 700, 500 }; ~~~~~~ ^ int statist.c:209:11: warning: passing arguments to 'StartHuff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] StartHuff(0); ^ statist.c:226:44: warning: passing arguments to 'get_next_match' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] match_length = LOOKAHEAD + get_next_match(THRESHOLD - LOOKAHEAD, r); ^ statist.c:239:4: warning: passing arguments to 'rehash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Next_Char(WINSIZE, LOOKAHEAD); ^ ./lz.h:104:2: note: expanded from macro 'Next_Char' InsertNode();\ ^ ./lz.h:84:13: note: expanded from macro 'InsertNode' r = rehash(r);\ ^ statist.c:240:45: warning: passing arguments to 'get_next_match' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] match_length = LOOKAHEAD + get_next_match(match_length - LOOKAHEAD, r); ^ statist.c:260:4: warning: passing arguments to 'rehash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertNode(); ^ ./lz.h:84:13: note: expanded from macro 'InsertNode' r = rehash(r);\ ^ statist.c:264:40: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fprintf(stderr, "%5dK\b\b\b\b\b\b", in_count / 1024); ~~~ ^~~~~~~~~~~~~~~ %5ld statist.c:271:4: warning: passing arguments to 'rehash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] InsertNode(); ^ ./lz.h:84:13: note: expanded from macro 'InsertNode' r = rehash(r);\ ^ statist.c:276:16: warning: parameter 'beg' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] void StartHuff(beg) { ^ statist.c:276:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void StartHuff(beg) { ^ statist.c:27:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void freeze(), StartHuff(); ^ statist.c:284:13: warning: parameter 'range' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] int findmin(range) { ^ statist.c:284:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int findmin(range) { ^ 19 warnings generated. cc -o statist statist.o lz.o strip statist cc -c -O2 -pipe -I. -DDEFFILE=\"/etc/freeze.cnf\" showhuf.c showhuf.c:43:6: warning: call to undeclared function 'read_header'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (read_header() == EOF) ^ showhuf.c:10:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 2 warnings generated. cc -o showhuf showhuf.o strip showhuf >>> Running package in archivers/freeze at 1714082307.58 ===> archivers/freeze ===> Faking installation for freeze-2.5p2 /exopi-obj/pobj/freeze-2.5/bin/install -c -s -m 755 freeze /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/bin/freeze ln -f /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/bin/freeze /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/bin/melt ln -f /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/bin/freeze /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/bin/unfreeze ln -f /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/bin/freeze /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/bin/fcat /exopi-obj/pobj/freeze-2.5/bin/install -c -s -m 755 statist /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/bin/statist /exopi-obj/pobj/freeze-2.5/bin/install -c -m 644 ./freeze.1 /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/man/man1/freeze.1 ln -f /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/man/man1/freeze.1 /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/man/man1/melt.1 ln -f /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/man/man1/freeze.1 /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/man/man1/unfreeze.1 ln -f /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/man/man1/freeze.1 /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/man/man1/fcat.1 /exopi-obj/pobj/freeze-2.5/bin/install -c -m 644 ./statist.1 /exopi-obj/pobj/freeze-2.5/fake-amd64/usr/local/man/man1/statist.1 ===> Building package for freeze-2.5p2 Create /exopi-cvs/ports/packages/amd64/all/freeze-2.5p2.tgz Creating package freeze-2.5p2 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|* | 1% archiving|************************************ | 55% archiving|*************************************************** | 80% archiving|************************************************************ | 94% archiving|****************************************************************|100% >>> Running clean in archivers/freeze at 1714082309.99 ===> archivers/freeze ===> Cleaning for freeze-2.5p2 >>> Ended at 1714082310.43 max_stuck=0.00/build=8.12/package=2.37/clean=0.50