------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The vnconvert 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 ------------------------------------------------------------------------------- ===> vi-vnconvert-1.0_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The vnconvert 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 ===> vi-vnconvert-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vi-vnconvert-1.0_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The vnconvert 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 ===> vi-vnconvert-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vi-vnconvert-1.0_1 for building => SHA256 Checksum OK for convert.tar. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The vnconvert 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 ===> vi-vnconvert-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vi-vnconvert-1.0_1 for building ===> Extracting for vi-vnconvert-1.0_1 ===> NOTICE: The vnconvert 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 ===> vi-vnconvert-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vi-vnconvert-1.0_1 for building => SHA256 Checksum OK for convert.tar. Extracted Memory Use: 0.12M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for vi-vnconvert-1.0_1 ===> Applying ports patches for vi-vnconvert-1.0_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for vi-vnconvert-1.0_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for vi-vnconvert-1.0_1 --- conv.o --- --- vn78.o --- --- conv.o --- cc -pipe -O2 -fno-strict-aliasing -c conv.c --- vn78.o --- cc -pipe -O2 -fno-strict-aliasing -c vn78.c In file included from vn78.c:3: ctype.h:21:15: warning: extra tokens at end of #undef directive #undef isupper(c) ^ ctype.h:22:15: warning: extra tokens at end of #undef directive #undef islower(c) ^ ctype.h:23:15: warning: extra tokens at end of #undef directive #undef isdigit(c) ^ ctype.h:24:15: warning: extra tokens at end of #undef directive #undef isspace(c) ^ ctype.h:25:15: warning: extra tokens at end of #undef directive #undef ispunct(c) ^ ctype.h:26:15: warning: extra tokens at end of #undef directive #undef iscntrl(c) ^ ctype.h:27:16: warning: extra tokens at end of #undef directive #undef isxdigit(c) ^ ctype.h:28:15: warning: extra tokens at end of #undef directive #undef isblank(c) ^ ctype.h:30:15: warning: extra tokens at end of #undef directive #undef toupper(c) ^ ctype.h:31:15: warning: extra tokens at end of #undef directive #undef tolower(c) ^ ctype.h:34:15: warning: extra tokens at end of #undef directive #undef isascii(c) ^ ctype.h:35:15: warning: extra tokens at end of #undef directive #undef isalpha(c) ^ ctype.h:36:15: warning: extra tokens at end of #undef directive #undef isalnum(c) ^ ctype.h:37:15: warning: extra tokens at end of #undef directive #undef isprint(c) ^ ctype.h:38:15: warning: extra tokens at end of #undef directive #undef isgraph(c) ^ ctype.h:40:15: warning: extra tokens at end of #undef directive #undef toascii(c) ^ --- conv.o --- conv.c: In function 'convert_char': conv.c:142:20: warning: implicit declaration of function 'strchr' [-Wimplicit-function-declaration] pt = (uchar *) strchr((uchar *) mapping[from], ch); ^~~~~~ conv.c:142:20: warning: incompatible implicit declaration of built-in function 'strchr' conv.c:142:20: note: include '' or provide a declaration of 'strchr' conv.c:3:1: +#include conv.c:142:20: pt = (uchar *) strchr((uchar *) mapping[from], ch); ^~~~~~ --- vnconvert --- cc -o vnconvert vnconvert.c conv.o vn78.o vnconvert.c:52:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ vnconvert.c: In function 'main': vnconvert.c:95:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (strlen(bufline) == 0) ^~~~~~ vnconvert.c:95:7: warning: incompatible implicit declaration of built-in function 'strlen' vnconvert.c:95:7: note: include '' or provide a declaration of 'strlen' vnconvert.c:50:1: +#include vnconvert.c:95:7: if (strlen(bufline) == 0) ^~~~~~ vnconvert.c:101:10: warning: incompatible implicit declaration of built-in function 'strlen' while (strlen(bufline)==0) { ^~~~~~ vnconvert.c:101:10: note: include '' or provide a declaration of 'strlen' vnconvert.c:108:24: warning: incompatible implicit declaration of built-in function 'strlen' while (strlen(bufline)==0) { ^~~~~~ vnconvert.c:108:24: note: include '' or provide a declaration of 'strlen' vnconvert.c:115:24: warning: incompatible implicit declaration of built-in function 'strlen' while (strlen(bufline)==0) { ^~~~~~ vnconvert.c:115:24: note: include '' or provide a declaration of 'strlen' vnconvert.c:156:9: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] if (toupper(buf[0]) != 'Y') ^~~~~~~ vnconvert.c:199:17: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] while ((n = read(fd_in, buf, BUFSIZ)) > 0) { ^~~~ fread vnconvert.c:202:11: warning: implicit declaration of function 'convert_char'; did you mean 'getchar'? [-Wimplicit-function-declaration] convert_char(*(buf+k), ^~~~~~~~~~~~ getchar vnconvert.c:205:20: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write(fd_out, buf, n); ^~~~~ fwrite vnconvert.c:244:10: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close (fd_in); ^~~~~ pclose SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for vi-vnconvert-1.0_1 ===> Generating temporary packing list install -s -m 555 /construction/vietnamese/vnconvert/vi-vnconvert-1.0_1/vnconvert /construction/vietnamese/vnconvert/stage/usr/local/bin install -m 444 /xports/vietnamese/vnconvert/files/vnconvert.1 /construction/vietnamese/vnconvert/stage/usr/local/man/man1 ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for vi-vnconvert-1.0_1 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:03