------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The vnless 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-vnless-1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The vnless 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-vnless-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vi-vnless-1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The vnless 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-vnless-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vi-vnless-1.0 for building => SHA256 Checksum OK for vnless.tar.Z. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The vnless 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-vnless-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vi-vnless-1.0 for building ===> Extracting for vi-vnless-1.0 ===> NOTICE: The vnless 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-vnless-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vi-vnless-1.0 for building => SHA256 Checksum OK for vnless.tar.Z. Extracted Memory Use: 0.26M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for vi-vnless-1.0 ===> Applying ports patches for vi-vnless-1.0 ===> Cleanly applied ports patch(es) patch-Makefile patch-ch.c patch-decode.c patch-defines.h patch-funcs.h patch-less.h patch-os.c patch-prim.c patch-regerror.c patch-screen.c ===> Applying dragonfly patches for vi-vnless-1.0 ===> Cleanly applied dragonfly patch(es) patch-screen.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> vi-vnless-1.0 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> vi-vnless-1.0 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for vi-vnless-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for vi-vnless-1.0 rm -f *.o vnless lesskey vecho install_less install_key install_help install_lman install_kman cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c main.c main.c: In function 'edit': main.c:97:18: warning: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration] } else if ((f = open(filename, 0)) < 0) ^~~~ popen main.c:121:3: warning: implicit declaration of function 'use_logfile'; did you mean 'end_logfile'? [-Wimplicit-function-declaration] use_logfile(); ^~~~~~~~~~~ end_logfile main.c: At top level: main.c:215:1: warning: return type defaults to 'int' [-Wimplicit-int] use_logfile() ^~~~~~~~~~~ main.c: In function 'use_logfile': main.c:250:13: warning: implicit declaration of function 'creat'; did you mean 'iread'? [-Wimplicit-function-declaration] logfile = creat(namelogfile, 0644); ^~~~~ iread main.c: At top level: main.c:286:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c option.c option.c: In function 'toggle_option': option.c:267:3: warning: implicit declaration of function 'use_logfile'; did you mean 'end_logfile'? [-Wimplicit-function-declaration] use_logfile(); ^~~~~~~~~~~ end_logfile cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c prim.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c ch.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c position.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c input.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c output.c output.c: In function 'put_line': output.c:61:8: warning: multi-character character constant [-Wmultichar] case BE_CHAR: ^~~~~~~ cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c screen.c screen.c: In function 'get_term': screen.c:237:7: warning: implicit declaration of function 'tgetent'; did you mean 'cgetent'? [-Wimplicit-function-declaration] if (tgetent(termbuf, term) <= 0) ^~~~~~~ cgetent screen.c:254:16: warning: implicit declaration of function 'tgetnum'; did you mean 'getnum'? [-Wimplicit-function-declaration] sc_height = tgetnum("li"); ^~~~~~~ getnum screen.c:255:28: warning: implicit declaration of function 'tgetflag'; did you mean 'tgetstr'? [-Wimplicit-function-declaration] hard = (sc_height < 0 || tgetflag("hc")); ^~~~~~~~ tgetstr screen.c: In function 'init': screen.c:447:2: warning: implicit declaration of function 'tputs'; did you mean 'puts'? [-Wimplicit-function-declaration] tputs(sc_init, sc_height, putchr); ^~~~~ puts cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c prompt.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c line.c line.c: In function 'pappend': line.c:98:15: warning: multi-character character constant [-Wmultichar] curr[-1] = BE_CHAR; ^~~~~~~ In file included from line.c:8: less.h:75:18: warning: overflow in conversion from 'int' to 'char' changes value from '568' to '56' [-Woverflow] #define BE_CHAR '\28' /* Exit boldface mode */ ^~~~~ line.c:98:15: note: in expansion of macro 'BE_CHAR' curr[-1] = BE_CHAR; ^~~~~~~ line.c:107:14: warning: multi-character character constant [-Wmultichar] *curr++ = BE_CHAR; ^~~~~~~ In file included from line.c:8: less.h:75:18: warning: overflow in conversion from 'int' to 'char' changes value from '568' to '56' [-Woverflow] #define BE_CHAR '\28' /* Exit boldface mode */ ^~~~~ line.c:107:14: note: in expansion of macro 'BE_CHAR' *curr++ = BE_CHAR; ^~~~~~~ line.c:241:16: warning: multi-character character constant [-Wmultichar] curr[-2] = BE_CHAR; ^~~~~~~ In file included from line.c:8: less.h:75:18: warning: overflow in conversion from 'int' to 'char' changes value from '568' to '56' [-Woverflow] #define BE_CHAR '\28' /* Exit boldface mode */ ^~~~~ line.c:241:16: note: in expansion of macro 'BE_CHAR' curr[-2] = BE_CHAR; ^~~~~~~ line.c:313:16: warning: multi-character character constant [-Wmultichar] curr[-1] = BE_CHAR; ^~~~~~~ In file included from line.c:8: less.h:75:18: warning: overflow in conversion from 'int' to 'char' changes value from '568' to '56' [-Woverflow] #define BE_CHAR '\28' /* Exit boldface mode */ ^~~~~ line.c:313:16: note: in expansion of macro 'BE_CHAR' curr[-1] = BE_CHAR; ^~~~~~~ cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c signal.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c os.c os.c: In function 'lsystem': os.c:72:6: warning: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration] if (open("/dev/tty", 0) < 0) ^~~~ popen os.c: In function 'errno_message': os.c:316:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] p = sys_errlist[errno]; ^ cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c -DHELPFILE=\"/usr/local/share/misc/vnless.help\" help.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c ttyin.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c decode.c decode.c: In function 'init_cmd': decode.c:233:6: warning: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration] f = open(filename, 0); ^~~~ popen cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c command.c command.c:48:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_reset() ^~~~~~~~~ command.c:82:1: warning: return type defaults to 'int' [-Wimplicit-int] start_mca(action, prompt) ^~~~~~~~~ cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c linenum.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c tags.c tags.c: In function 'findtag': tags.c:37:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ tags.c:24:1: note: declared here findtag(tag) ^~~~~~~ tags.c:101:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ tags.c:24:1: note: declared here findtag(tag) ^~~~~~~ cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c version.c cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c regerror.c cc -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o vnless main.o option.o prim.o ch.o position.o input.o output.o screen.o prompt.o line.o signal.o os.o help.o ttyin.o decode.o command.o linenum.o tags.o version.o regerror.o -lncurses -lc -lcompat cc -pipe -Wno-return-type -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c lesskey.c lesskey.c:97:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ lesskey.c: In function 'main': lesskey.c:127:6: warning: implicit declaration of function 'usage'; did you mean 'save'? [-Wimplicit-function-declaration] usage(); ^~~~~ save lesskey.c:198:12: warning: implicit declaration of function 'tchar'; did you mean 'putchar'? [-Wimplicit-function-declaration] *up++ = tchar(&p); ^~~~~ putchar lesskey.c: At top level: lesskey.c:274:1: warning: return type defaults to 'int' [-Wimplicit-int] tchar(pp) ^~~~~ lesskey.c:314:1: warning: return type defaults to 'int' [-Wimplicit-int] usage() ^~~~~ cc -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o lesskey lesskey.o -lcompat SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> vi-vnless-1.0 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for vi-vnless-1.0 ===> vi-vnless-1.0 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 vnless /construction/vietnamese/vnless/stage/usr/local/bin/vnless install -m 0644 less.help /construction/vietnamese/vnless/stage/usr/local/share/misc/vnless.help install -s -m 555 lesskey /construction/vietnamese/vnless/stage/usr/local/bin/vnlesskey install -m 444 less.man /construction/vietnamese/vnless/stage/usr/local/man/man1/vnless.1 install -m 444 lesskey.man /construction/vietnamese/vnless/stage/usr/local/man/man1/vnlesskey.1 ====> 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:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for vi-vnless-1.0 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:13