------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ish port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ish-2.01a5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ish port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ish-2.01a5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ish-2.01a5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ish port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ish-2.01a5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ish-2.01a5 for building => SHA256 Checksum OK for ish201a5.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ish port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ish-2.01a5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ish-2.01a5 for building ===> Extracting for ish-2.01a5 => SHA256 Checksum OK for ish201a5.tar.gz. Extracted Memory Use: 0.12M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ish-2.01a5 ===> Applying ports patches for ish-2.01a5 from /xports/converters/ish/files ===> Applying dragonfly patches for ish-2.01a5 from /xports/converters/ish/dragonfly SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ish-2.01a5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ish-2.01a5 --- crc.o --- --- crc32.o --- --- decode.o --- --- encode.o --- --- ish.o --- --- jis7.o --- --- jis8.o --- --- sjis.o --- --- njis.o --- --- mvol.o --- --- crc.o --- cc -pipe -O2 -fno-strict-aliasing -c crc.c --- crc32.o --- cc -pipe -O2 -fno-strict-aliasing -c crc32.c --- decode.o --- cc -pipe -O2 -fno-strict-aliasing -c decode.c decode.c:66:1: warning: return type defaults to 'int' [-Wimplicit-int] decode() ^~~~~~ decode.c: In function 'decode': decode.c:74:16: warning: implicit declaration of function 'readln'; did you mean 'readlink'? [-Wimplicit-function-declaration] while((l = readln(ipath, buff, LBUFLEN)) > 0) { ^~~~~~ readlink decode.c:78:7: warning: implicit declaration of function 'dec_jis7' [-Wimplicit-function-declaration] l = dec_jis7(buff, l); ^~~~~~~~ decode.c:81:7: warning: implicit declaration of function 'dec_jis8' [-Wimplicit-function-declaration] l = dec_jis8(buff, l); ^~~~~~~~ In file included from decode.c:33: ish.h:40:35: warning: implicit declaration of function 'calcrc'; did you mean 'calloc'? [-Wimplicit-function-declaration] #define chkcrc(argv,len) (0x1d0f==calcrc(argv,len,0xffff)) ^~~~~~ decode.c:95:7: note: in expansion of macro 'chkcrc' if (chkcrc(obuf, l)) { --- encode.o --- cc -pipe -O2 -fno-strict-aliasing -c encode.c encode.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int] encode(oflg) ^~~~~~ encode.c: In function 'encode': encode.c:49:9: warning: implicit declaration of function 'encode1'; did you mean 'encode'? [-Wimplicit-function-declaration] return encode1(oflg); /* single volume */ ^~~~~~~ encode encode.c:54:13: warning: implicit declaration of function 'mencode'; did you mean 'encode'? [-Wimplicit-function-declaration] while((err=mencode(oflg)) == 0) ^~~~~~~ encode encode.c: At top level: encode.c:63:1: warning: return type defaults to 'int' [-Wimplicit-int] encode1(oflg) ^~~~~~~ encode.c: In function 'encode1': encode.c:94:10: warning: implicit declaration of function 'calcline'; did you mean 'calloc'? [-Wimplicit-function-declaration] size=calcline(jis-3,lsize,0); ^~~~~~~~ calloc In file included from encode.c:27: --- ish.o --- cc -pipe -O2 -fno-strict-aliasing -c ish.c --- jis7.o --- cc -pipe -O2 -fno-strict-aliasing -c jis7.c --- jis8.o --- cc -pipe -O2 -fno-strict-aliasing -c jis8.c --- sjis.o --- cc -pipe -O2 -fno-strict-aliasing -c sjis.c --- mencode.o --- --- decode.o --- ^~~~~~ decode.c:102:15: warning: implicit declaration of function 'decish'; did you mean 'decode'? [-Wimplicit-function-declaration] skip = decish(); ^~~~~~ decode decode.c: At top level: decode.c:308:1: warning: return type defaults to 'int' [-Wimplicit-int] decish() ^~~~~~ decode.c: In function 'decish': decode.c:316:12: warning: implicit declaration of function 'mvol_name' [-Wimplicit-function-declaration] if ((fp = mvol_name(tname)) == -1) { ^~~~~~~~~ decode.c:347:10: warning: assignment to 'unsigned char' from 'void *' makes integer from pointer without a cast [-Wint-conversion] *p = NULL; ^ decode.c:379:6: warning: implicit declaration of function 'decblk'; did you mean 'decish'? [-Wimplicit-function-declaration] if (decblk() != 0) ^~~~~~ decish decode.c:432:10: warning: implicit declaration of function 'mvol_ok' [-Wimplicit-function-declaration] if (mvol_ok(fp, this_vol) != 0) ^~~~~~~ --- encode.o --- ish.h:41:44: warning: implicit declaration of function 'calcrc'; did you mean 'calloc'? [-Wimplicit-function-declaration] #define setcrc(argv,len) (setwrd(argv+len,~calcrc(argv,len,0xffff))) ^~~~~~ encode.c:113:2: note: in expansion of macro 'setcrc' setcrc(buff, JIS8_L-2); ^~~~~~ encode.c:114:2: warning: implicit declaration of function 'enc_jis8' [-Wimplicit-function-declaration] enc_jis8(buff, JIS8_L); ^~~~~~~~ encode.c:118:2: warning: implicit declaration of function 'enc_jis7' [-Wimplicit-function-declaration] enc_jis7(buff, JIS7_L); ^~~~~~~~ encode.c: In function 'encd': encode.c:207:2: warning: implicit declaration of function 'enc_sjis' [-Wimplicit-function-declaration] enc_sjis(argv,jis); ^~~~~~~~ encode.c:210:2: warning: implicit declaration of function 'enc_njis' [-Wimplicit-function-declaration] enc_njis(argv,jis); ^~~~~~~~ --- mvol.o --- cc -pipe -O2 -fno-strict-aliasing -c mvol.c --- decode.o --- decode.c:433:3: warning: implicit declaration of function 'utime'; did you mean 'utimes'? [-Wimplicit-function-declaration] utime(name, timep); ^~~~~ utimes decode.c: At top level: decode.c:446:1: warning: return type defaults to 'int' [-Wimplicit-int] decblk() ^~~~~~ decode.c: In function 'decblk': decode.c:484:15: warning: implicit declaration of function 'dec_j'; did you mean 'decblk'? [-Wimplicit-function-declaration] if ((k = dec_j(buff, i)) < jis) ^~~~~ decblk decode.c:531:6: warning: implicit declaration of function 'ecc'; did you mean 'acct'? [-Wimplicit-function-declaration] if (ecc(err, bad[0], bad[1]) == 0){ ^~~ acct decode.c: At top level: decode.c:550:1: warning: return type defaults to 'int' [-Wimplicit-int] dec_j(argv, len) ^~~~~ decode.c: In function 'dec_j': decode.c:560:9: warning: implicit declaration of function 'dec_njis'; did you mean 'dec_j'? [-Wimplicit-function-declaration] return dec_njis(argv, len); ^~~~~~~~ --- jis7.o --- jis7.c:89:1: warning: return type defaults to 'int' [-Wimplicit-int] dec_jis7(argv, len) ^~~~~~~~ --- mencode.o --- cc -pipe -O2 -fno-strict-aliasing -c mencode.c --- decode.o --- dec_j decode.c:562:9: warning: implicit declaration of function 'dec_sjis'; did you mean 'dec_j'? [-Wimplicit-function-declaration] return dec_sjis(argv, len); ^~~~~~~~ dec_j decode.c: At top level: decode.c:575:1: warning: return type defaults to 'int' [-Wimplicit-int] ecc(err, e1, e2) ^~~ decode.c: In function 'readln': decode.c:656:13: warning: implicit declaration of function 'readln2'; did you mean 'readln'? [-Wimplicit-function-declaration] return readln2(ipath,buff,maxlen); ^~~~~~~ readln decode.c:668:13: warning: assignment to 'char' from 'void *' makes integer from pointer without a cast [-Wint-conversion] buff[i] = NULL; ^ decode.c: In function 'readln2': decode.c:690:12: warning: implicit declaration of function 'topchar'; did you mean 'putchar'? [-Wimplicit-function-declaration] if(topchar(l2buf[i])) ^~~~~~~ putchar --- njis.o --- cc -pipe -O2 -fno-strict-aliasing -c njis.c --- sjis.o --- sjis.c:216:1: warning: return type defaults to 'int' [-Wimplicit-int] dec_sjis(argv, len) ^~~~~~~~ --- mencode.o --- mencode.c:35:1: warning: return type defaults to 'int' [-Wimplicit-int] mencode(oflg) ^~~~~~~ mencode.c: In function 'mencode': mencode.c:54:6: warning: implicit declaration of function 'encode1'; did you mean 'mencode'? [-Wimplicit-function-declaration] encode1(oflg); ^~~~~~~ mencode mencode.c:63:13: warning: implicit declaration of function 'calcrc'; did you mean 'calloc'? [-Wimplicit-function-declaration] fcrc16=calcrc(buff,j,fcrc16); ^~~~~~ calloc mencode.c:64:13: warning: implicit declaration of function 'calcrc32'; did you mean 'calcline'? [-Wimplicit-function-declaration] fcrc32=calcrc32(buff,j,fcrc32); ^~~~~~~~ calcline mencode.c:143:2: warning: implicit declaration of function 'enc_jis8' [-Wimplicit-function-declaration] enc_jis8(buff, JIS8_L); ^~~~~~~~ mencode.c:147:2: warning: implicit declaration of function 'enc_jis7' [-Wimplicit-function-declaration] enc_jis7(buff, JIS7_L); ^~~~~~~~ --- ish.o --- ish.c: In function 'main': ish.c:238:5: warning: implicit declaration of function 'encode'; did you mean 'setmode'? [-Wimplicit-function-declaration] if(encode(oflg) == ERR) ^~~~~~ setmode ish.c:252:10: warning: implicit declaration of function 'decode'; did you mean 'setmode'? [-Wimplicit-function-declaration] if (decode() == 0) ^~~~~~ setmode --- njis.o --- njis.c:164:1: warning: return type defaults to 'int' [-Wimplicit-int] ins14(d) ^~~~~ njis.c:176:1: warning: return type defaults to 'int' [-Wimplicit-int] dec_njis(argv, len) ^~~~~~~~ --- jis8.o --- jis8.c:89:1: warning: return type defaults to 'int' [-Wimplicit-int] dec_jis8(argv, len) ^~~~~~~~ --- mvol.o --- mvol.c: In function 'mvol_name': mvol.c:133:10: warning: implicit declaration of function 'mvol_check'; did you mean 'mvol_name'? [-Wimplicit-function-declaration] if (mvol_check(name, n)) { ^~~~~~~~~~ mvol_name mvol.c:158:5: warning: implicit declaration of function 'umask'; did you mean 'fd_mask'? [-Wimplicit-function-declaration] umask(n = umask(022)); ^~~~~ fd_mask mvol.c: In function 'restore_done': mvol.c:248:10: warning: implicit declaration of function 'calcrc32'; did you mean 'calloc'? [-Wimplicit-function-declaration] crc32 = calcrc32(buf, l, crc32); ^~~~~~~~ calloc mvol.c:249:10: warning: implicit declaration of function 'calcrc'; did you mean 'calloc'? [-Wimplicit-function-declaration] crc16 = calcrc(buf, l, crc16); ^~~~~~ calloc --- ish --- Loading ish ... done SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ish-2.01a5 ===> Generating temporary packing list install -s -m 555 /construction/converters/ish/ish201a5/ish /construction/converters/ish/stage/usr/local/bin ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ish-2.01a5 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03