=> Bootstrap dependency digest>=20010302: found digest-20210928 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ve-1.0 --- edit.o --- --- term.o --- --- screen.o --- --- stuff.o --- --- edit.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -DVEDITOR -I/usr/include -c edit.c --- term.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -DVEDITOR -I/usr/include -c term.c --- screen.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -DVEDITOR -I/usr/include -c screen.c --- stuff.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -DVEDITOR -I/usr/include -c stuff.c --- screen.o --- screen.c: In function 'initscr': screen.c:49:18: warning: conflicting types for built-in function 'calloc' [-Wbuiltin-declaration-mismatch] extern char *calloc(); ^~~~~~ screen.c: In function 'move': screen.c:61:1: warning: type of 'y' defaults to 'int' [-Wimplicit-int] move(y, x) ^~~~ screen.c:61:1: warning: type of 'x' defaults to 'int' [-Wimplicit-int] screen.c: In function 'rel_move': screen.c:78:1: warning: type of 'was_col' defaults to 'int' [-Wimplicit-int] rel_move(was_col, was_ln, new_col, new_ln) ^~~~~~~~ screen.c:78:1: warning: type of 'was_ln' defaults to 'int' [-Wimplicit-int] screen.c:78:1: warning: type of 'new_col' defaults to 'int' [-Wimplicit-int] screen.c:78:1: warning: type of 'new_ln' defaults to 'int' [-Wimplicit-int] screen.c:112:9: warning: implicit declaration of function 'tputs'; did you mean 'puts'? [-Wimplicit-function-declaration] tputs(BC, 1, ochar); ^~~~~ puts screen.c:118:3: warning: implicit declaration of function 'do_move'; did you mean 'rel_move'? [-Wimplicit-function-declaration] do_move(new_col, new_ln); ^~~~~~~ rel_move screen.c: In function 'redoscr': screen.c:190:3: warning: implicit declaration of function 'oflush'; did you mean 'fflush'? [-Wimplicit-function-declaration] oflush(); ^~~~~~ fflush screen.c: In function 'refresh': screen.c:204:7: warning: implicit declaration of function 'num_in_buf'; did you mean 'setlinebuf'? [-Wimplicit-function-declaration] if (num_in_buf()) ^~~~~~~~~~ setlinebuf screen.c:207:19: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] if ((docls) || (abs(scrollcnt) >= (scr_lns - 3))) ^~~ screen.c: In function 'outch': --- edit.o --- edit.c: In function 'indigestion': --- screen.o --- screen.c:406:24: warning: implicit declaration of function 'isprint2'; did you mean 'isprint'? [-Wimplicit-function-declaration] if ((c != '') && !isprint2(c)) ^~~~~~~~ isprint --- edit.o --- edit.c:59:1: warning: type of 'i' defaults to 'int' [-Wimplicit-int] indigestion(i) ^~~~~~~~~~~ edit.c: In function 'n2ansi': edit.c:97:12: warning: type defaults to 'int' in declaration of 'ansix' [-Wimplicit-int] register ansix = 0; ^~~~~ --- screen.o --- screen.c: In function 'parsecolor': screen.c:506:9: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] if (atoi(val) < 30) ^~~~ --- edit.o --- edit.c: In function 'edit_msg': edit.c:134:3: warning: implicit declaration of function 'move'; did you mean 'remove'? [-Wimplicit-function-declaration] move(b_lines, 0); ^~~~ remove --- screen.o --- screen.c: In function 'outc': --- term.o --- term.c: In function 'term_init': term.c:203:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(s, t_lines, outcf); ^~~~~ --- screen.o --- screen.c:562:29: warning: implicit declaration of function 'not_alpha'; did you mean 'isalpha'? [-Wimplicit-function-declaration] else if ((p < 24) && (not_alpha(ch))) ^~~~~~~~~ isalpha screen.c: At top level: screen.c:584:1: warning: return type defaults to 'int' [-Wimplicit-int] outs(str) ^~~~ --- edit.o --- edit.c:135:3: warning: implicit declaration of function 'clrtoeol'; did you mean 'chroot'? [-Wimplicit-function-declaration] clrtoeol(); ^~~~~~~~ chroot --- term.o --- In file included from term.c:14:0: /usr/include/termcap.h:40:6: note: expected 'int (*)(int)' but argument is of type 'void (*)()' int tputs(const char *, int, int (*)(int)); ^~~~~ term.c:211:17: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(s, 1, outcf); ^~~~~ In file included from term.c:14:0: /usr/include/termcap.h:40:6: note: expected 'int (*)(int)' but argument is of type 'void (*)()' int tputs(const char *, int, int (*)(int)); ^~~~~ term.c:219:17: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(s, 1, outcf); ^~~~~ In file included from term.c:14:0: /usr/include/termcap.h:40:6: note: expected 'int (*)(int)' but argument is of type 'void (*)()' int tputs(const char *, int, int (*)(int)); ^~~~~ term.c:227:17: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] --- edit.o --- edit.c:136:3: warning: implicit declaration of function 'prints'; did you mean 'printf'? [-Wimplicit-function-declaration] prints("\033[%sm ½s¿è¤å³¹ \033[31;47m (Ctrl-G)\033[30m ½u¤W»²§U»¡©ú \033[31m(^X,^Q)\033[30m Àɮ׳B²z ùø%s¢x%c%c%c%cùø %3d:%3d \033[m", ^~~~~~ printf --- term.o --- tputs(s, 1, outcf); ^~~~~ In file included from term.c:14:0: /usr/include/termcap.h:40:6: note: expected 'int (*)(int)' but argument is of type 'void (*)()' int tputs(const char *, int, int (*)(int)); ^~~~~ term.c:235:17: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(s, 1, outcf); ^~~~~ In file included from term.c:14:0: /usr/include/termcap.h:40:6: note: expected 'int (*)(int)' but argument is of type 'void (*)()' int tputs(const char *, int, int (*)(int)); ^~~~~ term.c: In function 'do_move': term.c:265:42: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(tgoto(cm, destcol, destline), 0, ochar); ^~~~~ In file included from term.c:14:0: /usr/include/termcap.h:40:6: note: expected 'int (*)(int)' but argument is of type 'void (*)()' int tputs(const char *, int, int (*)(int)); ^~~~~ --- stuff.o --- stuff.c: In function 'strstr_lower': stuff.c:165:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) strstr(buf, tag); ^ --- edit.o --- edit.c: In function 'alloc_line': edit.c:221:3: warning: implicit declaration of function 'abort_bbs'; did you mean 'abort'? [-Wimplicit-function-declaration] abort_bbs(); ^~~~~~~~~ abort edit.c: At top level: edit.c:280:1: warning: return type defaults to 'int' [-Wimplicit-int] undelete_line() ^~~~~~~~~~~~~ --- stuff.o --- stuff.c: In function 'pressanykey': stuff.c:363:3: warning: implicit declaration of function 'outmsg'; did you mean 'puts'? [-Wimplicit-function-declaration] outmsg(" ¡´ ½Ð«ö (Space/Return) Ä~Äò ¡´ "); ^~~~~~ puts stuff.c:366:10: warning: implicit declaration of function 'igetkey' [-Wimplicit-function-declaration] ch = igetkey(); ^~~~~~~ --- edit.o --- edit.c: In function 'undelete_line': edit.c:296:4: warning: implicit declaration of function 'insert_string' [-Wimplicit-function-declaration] insert_string(deleted_lines->data); ^~~~~~~~~~~~~ --- stuff.o --- stuff.c:368:3: warning: implicit declaration of function 'move'; did you mean 'remove'? [-Wimplicit-function-declaration] move(b_lines, 0); ^~~~ remove --- edit.o --- edit.c: At top level: edit.c:468:1: warning: return type defaults to 'int' [-Wimplicit-int] insert_string(str) ^~~~~~~~~~~~~ --- stuff.o --- stuff.c:369:3: warning: implicit declaration of function 'clrtoeol'; did you mean 'chroot'? [-Wimplicit-function-declaration] clrtoeol(); ^~~~~~~~ chroot --- edit.o --- edit.c: In function 'insert_string': edit.c:477:9: warning: implicit declaration of function 'isprint2'; did you mean 'isprint'? [-Wimplicit-function-declaration] if (isprint2(ch) || ch == '') ^~~~~~~~ isprint --- stuff.o --- stuff.c:370:3: warning: implicit declaration of function 'refresh' [-Wimplicit-function-declaration] refresh(); ^~~~~~~ stuff.c: In function 'search_num': stuff.c:382:1: warning: type of 'ch' defaults to 'int' [-Wimplicit-int] search_num(ch, max) ^~~~~~~~~~ stuff.c:382:1: warning: type of 'max' defaults to 'int' [-Wimplicit-int] --- edit.o --- edit.c: In function 'ask_tmpbuf': edit.c:547:10: warning: implicit declaration of function 'getdata'; did you mean 'getdate'? [-Wimplicit-function-declaration] if (!getdata(3, 0, msg, fp_buf + 4, 4, DOECHO)) ^~~~~~~ getdate --- stuff.o --- stuff.c:389:3: warning: implicit declaration of function 'outc'; did you mean 'putc'? [-Wimplicit-function-declaration] outc(ch); ^~~~ putc stuff.c:391:3: warning: implicit declaration of function 'getyx'; did you mean 'gtty'? [-Wimplicit-function-declaration] getyx(&y, &x); ^~~~~ gtty --- edit.o --- edit.c: In function 'read_tmpbuf': edit.c:572:3: warning: implicit declaration of function 'setuserfile'; did you mean 'setusershell'? [-Wimplicit-function-declaration] setuserfile(fp_tmpbuf, tmpf); ^~~~~~~~~~~ setusershell --- stuff.o --- stuff.c:393:16: warning: implicit declaration of function 'igetch'; did you mean 'getc'? [-Wimplicit-function-declaration] while ((ch = igetch()) != '\r') ^~~~~~ getc --- edit.o --- edit.c:577:27: warning: implicit declaration of function 'more'; did you mean 'fork'? [-Wimplicit-function-declaration] if (n != 0 && n != 5 && more(fp_tmpbuf, NA) != -1) ^~~~ fork --- stuff.o --- stuff.c:403:9: warning: implicit declaration of function 'bell'; did you mean 'kill'? [-Wimplicit-function-declaration] bell(); ^~~~ kill --- edit.o --- edit.c: In function 'write_tmpbuf': edit.c:602:7: warning: implicit declaration of function 'dashf' [-Wimplicit-function-declaration] if (dashf(fp_tmpbuf)) ^~~~~ --- stuff.o --- stuff.c:430:10: warning: implicit declaration of function 'atoi'; did you mean 'dtoc'? [-Wimplicit-function-declaration] clen = atoi(genbuf); ^~~~ dtoc stuff.c: In function 'stand_title': stuff.c:443:3: warning: implicit declaration of function 'clear'; did you mean 'creat'? [-Wimplicit-function-declaration] clear(); ^~~~~ creat stuff.c:444:3: warning: implicit declaration of function 'prints'; did you mean 'printf'? [-Wimplicit-function-declaration] prints("¡i %s ¡j\n", title); ^~~~~~ printf stuff.c: In function 'cursor_show': --- edit.o --- edit.c: In function 'restore_backup': edit.c:677:5: warning: implicit declaration of function 'stand_title'; did you mean 'load_file'? [-Wimplicit-function-declaration] stand_title("½s¿è¾¹¦Û°Ê´_­ì"); ^~~~~~~~~~~ load_file --- stuff.o --- stuff.c:455:3: warning: implicit declaration of function 'outs'; did you mean 'puts'? [-Wimplicit-function-declaration] outs(STR_CURSOR); ^~~~ puts stuff.c: In function 'printdash': --- edit.o --- edit.c: In function 'write_file': --- stuff.o --- stuff.c:495:5: warning: implicit declaration of function 'outch'; did you mean 'putc'? [-Wimplicit-function-declaration] outch('-'); ^~~~~ putc stuff.c: At top level: stuff.c:509:1: warning: return type defaults to 'int' [-Wimplicit-int] more(char* fpath, int i) ^~~~ --- edit.o --- edit.c:730:5: warning: implicit declaration of function 'outs'; did you mean 'puts'? [-Wimplicit-function-declaration] outs("¤å³¹ ¨S¦³ ¦s¤J"); ^~~~ puts --- stuff.o --- stuff.c:522:1: warning: return type defaults to 'int' [-Wimplicit-int] setuserfile(char* fpath, char* fname) ^~~~~~~~~~~ --- edit.o --- edit.c:782:9: warning: implicit declaration of function 'trim'; did you mean 'time'? [-Wimplicit-function-declaration] trim(line); ^~~~ time edit.c:796:6: warning: implicit declaration of function 'convert' [-Wimplicit-function-declaration] convert(FPath); ^~~~~~~ edit.c: At top level: edit.c:805:1: warning: return type defaults to 'int' [-Wimplicit-int] edit_outs(text) ^~~~~~~~~ edit.c: In function 'edit_outs': edit.c:813:5: warning: implicit declaration of function 'outch'; did you mean 'putc'? [-Wimplicit-function-declaration] outch(ch == 27 ? '*' : ch); ^~~~~ putc edit.c: At top level: edit.c:817:1: warning: return type defaults to 'int' [-Wimplicit-int] block_outs(char* text, int column) ^~~~~~~~~~ edit.c: In function 'show_help': edit.c:937:3: warning: implicit declaration of function 'clear'; did you mean 'creat'? [-Wimplicit-function-declaration] clear(); ^~~~~ creat edit.c: At top level: edit.c:959:1: warning: return type defaults to 'int' [-Wimplicit-int] goto_line(int lino) ^~~~~~~~~ edit.c:1022:1: warning: return type defaults to 'int' [-Wimplicit-int] search_str(int mode) ^~~~~~~~~~ edit.c:1237:1: warning: return type defaults to 'int' [-Wimplicit-int] block_del(int hide) ^~~~~~~~~ edit.c:1382:1: warning: return type defaults to 'int' [-Wimplicit-int] block_shift_left() ^~~~~~~~~~~~~~~~ edit.c:1411:1: warning: return type defaults to 'int' [-Wimplicit-int] block_shift_right() ^~~~~~~~~~~~~~~~~ edit.c:1445:1: warning: return type defaults to 'int' [-Wimplicit-int] transform_to_color(char* line) ^~~~~~~~~~~~~~~~~~ edit.c:1458:1: warning: return type defaults to 'int' [-Wimplicit-int] block_color() ^~~~~~~~~~~ edit.c: In function 'vedit': edit.c:1535:10: warning: implicit declaration of function 'igetkey'; did you mean 'setkey'? [-Wimplicit-function-declaration] ch = igetkey(); ^~~~~~~ setkey edit.c:1625:14: warning: implicit declaration of function 'ask'; did you mean 'umask'? [-Wimplicit-function-declaration] ch = ask("µ²§ô¦ý¤£Àx¦s (Y/N)? [N]: "); ^~~ umask edit.c:1892:9: warning: implicit declaration of function 'refresh' [-Wimplicit-function-declaration] refresh(); ^~~~~~~ edit.c:1893:9: warning: implicit declaration of function 'reset_tty' [-Wimplicit-function-declaration] reset_tty(); ^~~~~~~~~ edit.c:1895:9: warning: implicit declaration of function 'restore_tty'; did you mean 'restore_backup'? [-Wimplicit-function-declaration] restore_tty(); ^~~~~~~~~~~ restore_backup edit.c:2197:11: warning: implicit declaration of function 'rscroll'; did you mean 'strcoll'? [-Wimplicit-function-declaration] rscroll(); ^~~~~~~ strcoll edit.c:2212:11: warning: implicit declaration of function 'scroll'; did you mean 'strcoll'? [-Wimplicit-function-declaration] scroll(); ^~~~~~ strcoll --- io.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -DVEDITOR -I/usr/include -c io.c io.c: In function 'output': io.c:131:1: warning: type of 'len' defaults to 'int' [-Wimplicit-int] output(s, len) ^~~~~~ io.c: In function 'ochar': io.c:147:1: warning: type of 'c' defaults to 'int' [-Wimplicit-int] ochar(c) ^~~~~ io.c: In function 'igetch': io.c:225:11: warning: implicit declaration of function 'refresh' [-Wimplicit-function-declaration] refresh(); ^~~~~~~ io.c:263:5: warning: implicit declaration of function 'redoscr' [-Wimplicit-function-declaration] redoscr(); ^~~~~~~ io.c: In function 'getdata': io.c:374:5: warning: implicit declaration of function 'move'; did you mean 'remove'? [-Wimplicit-function-declaration] move(line, col); ^~~~ remove io.c:375:5: warning: implicit declaration of function 'clrtoeol'; did you mean 'chroot'? [-Wimplicit-function-declaration] clrtoeol(); ^~~~~~~~ chroot io.c:376:5: warning: implicit declaration of function 'edit_outs'; did you mean 'initgroups'? [-Wimplicit-function-declaration] edit_outs(prompt); ^~~~~~~~~ initgroups io.c:393:11: warning: implicit declaration of function 'bell'; did you mean 'kill'? [-Wimplicit-function-declaration] bell(); ^~~~ kill io.c:407:12: warning: implicit declaration of function 'isprint2'; did you mean 'isprint'? [-Wimplicit-function-declaration] if (!isprint2(ch)) ^~~~~~~~ isprint io.c:428:5: warning: implicit declaration of function 'outc'; did you mean 'putc'? [-Wimplicit-function-declaration] outc('\n'); ^~~~ putc io.c:438:5: warning: implicit declaration of function 'getyx'; did you mean 'gtty'? [-Wimplicit-function-declaration] getyx(&y, &x); ^~~~~ gtty io.c:439:5: warning: implicit declaration of function 'standout'; did you mean 'stdout'? [-Wimplicit-function-declaration] standout(); ^~~~~~~~ stdout io.c:442:5: warning: implicit declaration of function 'standend'; did you mean 'strnlen'? [-Wimplicit-function-declaration] standend(); ^~~~~~~~ strnlen io.c:445:41: warning: implicit declaration of function 'igetkey'; did you mean 'igetch'? [-Wimplicit-function-declaration] while (move(y, x + currchar), (ch = igetkey()) != '\r') ^~~~~~~ igetch io.c: In function 'ask': io.c:725:3: warning: implicit declaration of function 'prints'; did you mean 'printf'? [-Wimplicit-function-declaration] prints ("%s", prompt); ^~~~~~ printf --- editor.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -DVEDITOR -I/usr/include -c editor.c editor.c:35:1: warning: return type defaults to 'int' [-Wimplicit-int] bell() ^~~~ editor.c:40:1: warning: return type defaults to 'int' [-Wimplicit-int] abort_bbs() ^~~~~~~~~ editor.c: In function 'abort_bbs': editor.c:43:5: warning: implicit declaration of function 'reset_tty' [-Wimplicit-function-declaration] reset_tty() ; ^~~~~~~~~ editor.c:44:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(-1) ; ^~~~ editor.c:44:5: warning: incompatible implicit declaration of built-in function 'exit' editor.c:44:5: note: include '' or provide a declaration of 'exit' editor.c: At top level: editor.c:47:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ editor.c: In function 'main': editor.c:56:9: warning: incompatible implicit declaration of built-in function 'exit' exit(-1) ; ^~~~ editor.c:56:9: note: include '' or provide a declaration of 'exit' editor.c:58:5: warning: implicit declaration of function 'get_tty'; did you mean 'gtty'? [-Wimplicit-function-declaration] get_tty() ; /* get tty port mode settings */ ^~~~~~~ gtty editor.c:59:5: warning: implicit declaration of function 'init_tty'; did you mean 'isatty'? [-Wimplicit-function-declaration] init_tty() ; /* set up mode for NOECHO and RAW */ ^~~~~~~~ isatty editor.c:63:9: warning: incompatible implicit declaration of built-in function 'exit' exit(-1) ; ^~~~ editor.c:63:9: note: include '' or provide a declaration of 'exit' editor.c:72:9: warning: incompatible implicit declaration of built-in function 'exit' exit(-1) ; ^~~~ editor.c:72:9: note: include '' or provide a declaration of 'exit' --- entab.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -DVEDITOR -I/usr/include -c entab.c --- editor.o --- editor.c:74:5: warning: implicit declaration of function 'term_init' [-Wimplicit-function-declaration] term_init(term) ; /* Load up strings used to control terminal type 'term'*/ ^~~~~~~~~ editor.c:78:9: warning: incompatible implicit declaration of built-in function 'exit' exit(-1) ; ^~~~ editor.c:78:9: note: include '' or provide a declaration of 'exit' editor.c:80:5: warning: implicit declaration of function 'initscr' [-Wimplicit-function-declaration] initscr(); /* Initialize screen interface */ ^~~~~~~ editor.c:81:5: warning: implicit declaration of function 'vedit'; did you mean '_exit'? [-Wimplicit-function-declaration] vedit(argv[argc-1],NA); /* Start editor on file, do not save header */ ^~~~~ _exit editor.c:82:5: warning: implicit declaration of function 'clear'; did you mean 'creat'? [-Wimplicit-function-declaration] clear(); /* clear screen */ ^~~~~ creat editor.c:83:5: warning: implicit declaration of function 'redoscr' [-Wimplicit-function-declaration] redoscr(); /* make clear() happen */ ^~~~~~~ editor.c:85:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ editor.c:85:5: note: include '' or provide a declaration of 'exit' --- entab.o --- entab.c: In function 'convert': entab.c:44:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(foutname, filename); ^~~~~~ entab.c:44:4: warning: incompatible implicit declaration of built-in function 'strcpy' entab.c:44:4: note: include '' or provide a declaration of 'strcpy' entab.c:45:4: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(foutname, "_tmp"); ^~~~~~ entab.c:45:4: warning: incompatible implicit declaration of built-in function 'strcat' entab.c:45:4: note: include '' or provide a declaration of 'strcat' --- ve --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -DVEDITOR -o ve edit.o term.o screen.o stuff.o io.o editor.o entab.o -ltermcap -lcompat