>>> Building on exopi-4 under editors/ee DIST = [editors/ee:ee-1.5.2.src.tgz] FULLPKGNAME = ee-1.5.2p2v0 distfiles size=69651 >>> Running build in editors/ee at 1716053848.54 ===> editors/ee ===> Building from scratch ee-1.5.2p2v0 ===> Verifying specs: c curses ===> found c.100.0 curses.15.0 ===> Checking files for ee-1.5.2p2v0 `/exopi-cvs/ports/distfiles/ee-1.5.2.src.tgz' is up to date. >> (SHA256) ee-1.5.2.src.tgz: OK ===> Extracting for ee-1.5.2p2v0 ===> Patching for ee-1.5.2p2v0 ===> Applying OpenBSD patch patch-create_make Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- create.make.orig Mon Sep 23 00:18:30 2002 |+++ create.make Fri Dec 6 10:02:58 2013 -------------------------- Patching file create.make using Plan A... Hunk #1 succeeded at 11. Hunk #2 succeeded at 262. Hunk #3 succeeded at 272. done ===> Applying OpenBSD patch patch-ee_1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ee.1.orig Sat Dec 15 23:49:37 2001 |+++ ee.1 Sat Jan 17 15:49:05 2015 -------------------------- Patching file ee.1 using Plan A... Hunk #1 succeeded at 329. Hunk #2 succeeded at 406. Hunk #3 succeeded at 414. Hunk #4 succeeded at 461. Hunk #5 succeeded at 521. done ===> Applying OpenBSD patch patch-ee_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ee.c.orig Thu May 10 19:35:13 2012 |+++ ee.c Thu May 10 19:35:19 2012 -------------------------- Patching file ee.c using Plan A... Hunk #1 succeeded at 111. Hunk #2 succeeded at 4126. 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 ee-1.5.2p2v0 ===> Configuring for ee-1.5.2p2v0 ===> Building for ee-1.5.2p2v0 Neither termio.h or sgtty.h are on this system! Relying on local curses implementation. Generating make.local make -f make.local cc ee.c -o ee -DSYSCONFDIR="\"/etc\"" -DBSD_SELECT -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DSLCT_HDR -O2 -pipe -s -DTERMCAP="\"/usr/share/misc/termcap\"" -lcurses ee.c:551: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) /* beginning of main program */ ^ ee.c:601:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, ree_no_file_msg); ^~~~~~~~~~~~~~~ ee.c:601:21: note: treat the string as an argument to avoid this wprintw(com_win, ree_no_file_msg); ^ "%s", ee.c:605:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, no_file_string); ^~~~~~~~~~~~~~ ee.c:605:20: note: treat the string as an argument to avoid this wprintw(com_win, no_file_string); ^ "%s", ee.c:625:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(info_win, separator); ^~~~~~~~~ ee.c:625:22: note: treat the string as an argument to avoid this wprintw(info_win, separator); ^ "%s", ee.c:675:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] resiz_line(factor, rline, rpos) /* resize the line to length + factor*/ ^ ee.c:691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] insert(character) /* insert character into line */ ^ ee.c:776:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete(disp) /* delete character */ ^ ee.c:883:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scanline(pos) /* find the proper horizontal position for the pointer */ ^ ee.c:923:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tabshift(temp_int) /* give the number of spaces to shift */ ^ ee.c:936:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] out_char(window, character, column) /* output non-printing character */ ^ ee.c:985:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] len_char(character, column) /* return the length of the character */ ^ ee.c:1008:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] draw_line(vertical, horiz, ptr, t_pos, length) /* redraw line from current position */ ^ ee.c:1065:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] insert_line(disp) /* insert new line */ ^ ee.c:1151:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned char *next_word(string) /* move to next word in string */ ^ ee.c:1407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] left(disp) /* move left one character */ ^ ee.c:1442:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] right(disp) /* move right one character */ ^ ee.c:1672:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, non_unique_cmd_msg); ^~~~~~~~~~~~~~~~~~ ee.c:1672:21: note: treat the string as an argument to avoid this wprintw(com_win, non_unique_cmd_msg); ^ "%s", ee.c:1693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] command(cmd_str1) /* process commands from keyboard */ ^ ee.c:1748:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, no_file_string); ^~~~~~~~~~~~~~ ee.c:1748:21: note: treat the string as an argument to avoid this wprintw(com_win, no_file_string); ^ "%s", ee.c:1847:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan(line, offset, column) /* determine horizontal position for get_string */ ^ ee.c:1869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_string(prompt, advance) /* read string from input on command line */ ^ ee.c:1950:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compare(string1, string2, sensitive) /* compare two strings */ ^ ee.c:1988:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] goto_line(cmd_str) ^ ee.c:2046:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] midscreen(line, pnt) /* put current line in middle of screen */ ^ ee.c:2067:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_options(numargs, arguments) /* get arguments from command line */ ^ ee.c:2111:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, usage1); ^~~~~~ ee.c:2111:20: note: treat the string as an argument to avoid this fprintf(stderr, usage1); ^ "%s", ee.c:2112:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, usage2); ^~~~~~ ee.c:2112:20: note: treat the string as an argument to avoid this fprintf(stderr, usage2); ^ "%s", ee.c:2113:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, usage3); ^~~~~~ ee.c:2113:20: note: treat the string as an argument to avoid this fprintf(stderr, usage3); ^ "%s", ee.c:2114:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, usage4); ^~~~~~ ee.c:2114:20: note: treat the string as an argument to avoid this fprintf(stderr, usage4); ^ "%s", ee.c:2241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_file(file_name) /* read specified file into current buffer */ ^ ee.c:2259:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, read_only_msg); ^~~~~~~~~~~~~ ee.c:2259:22: note: treat the string as an argument to avoid this wprintw(com_win, read_only_msg); ^ "%s", ee.c:2296:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, read_only_msg); ^~~~~~~~~~~~~ ee.c:2296:21: note: treat the string as an argument to avoid this wprintw(com_win, read_only_msg); ^ "%s", ee.c:2309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_line(length, in_string, append) /* read string and split into lines */ ^ ee.c:2415:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, file_not_saved_msg); ^~~~~~~~~~~~~~~~~~ ee.c:2415:20: note: treat the string as an argument to avoid this wprintw(com_win, file_not_saved_msg); ^ "%s", ee.c:2437:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] quit(noverify) /* exit editor */ ^ ee.c:2474:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] edit_abort(arg) ^ ee.c:2506:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] write_file(file_name, warn_if_exists) ^ ee.c:2582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] search(display_message) /* search for string in srch_str */ ^ ee.c:2595:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, searching_msg); ^~~~~~~~~~~~~ ee.c:2595:20: note: treat the string as an argument to avoid this wprintw(com_win, searching_msg); ^ "%s", ee.c:2944:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] move_rel(direction, lines) /* move relative to current line */ ^ ee.c:2945:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] char direction; ^ ee.c:313:24: note: previous declaration is here void move_rel P_((char direction, int lines)); ^ ee.c:3073:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sh_command(string) /* execute shell command */ ^ ee.c:3248:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(continue_msg); ^~~~~~~~~~~~ ee.c:3248:10: note: treat the string as an argument to avoid this printf(continue_msg); ^ "%s", ee.c:3343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] menu_op(menu_list) ^ ee.c:3387:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, menu_too_lrg_msg); ^~~~~~~~~~~~~~~~ ee.c:3387:20: note: treat the string as an argument to avoid this wprintw(com_win, menu_too_lrg_msg); ^ "%s", ee.c:3559:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] paint_menu(menu_list, max_width, max_height, list_size, top_offset, menu_win, ^ ee.c:3644:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(menu_win, menu_list[counter].item_string); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ee.c:3644:22: note: treat the string as an argument to avoid this wprintw(menu_win, menu_list[counter].item_string); ^ "%s", ee.c:3647:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(menu_win, more_below_str); ^~~~~~~~~~~~~~ ee.c:3647:22: note: treat the string as an argument to avoid this wprintw(menu_win, more_below_str); ^ "%s", ee.c:3677:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, press_any_key_msg); ^~~~~~~~~~~~~~~~~ ee.c:3677:19: note: treat the string as an argument to avoid this wprintw(com_win, press_any_key_msg); ^ "%s", ee.c:3758:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_op(arg) ^ ee.c:3805:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, file_not_saved_msg); ^~~~~~~~~~~~~~~~~~ ee.c:3805:21: note: treat the string as an argument to avoid this wprintw(com_win, file_not_saved_msg); ^ "%s", ee.c:3874:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Blank_Line(test_line) /* test if line has any non-space characters */ ^ ee.c:3939:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, formatting_msg); ^~~~~~~~~~~~~~ ee.c:3939:19: note: treat the string as an argument to avoid this wprintw(com_win, formatting_msg); ^ "%s", ee.c:3985:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, formatting_msg); ^~~~~~~~~~~~~~ ee.c:3985:19: note: treat the string as an argument to avoid this wprintw(com_win, formatting_msg); ^ "%s", ee.c:4060:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, formatting_msg); ^~~~~~~~~~~~~~ ee.c:4060:19: note: treat the string as an argument to avoid this wprintw(com_win, formatting_msg); ^ "%s", ee.c:4283:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, conf_not_saved_msg); ^~~~~~~~~~~~~~~~~~ ee.c:4283:20: note: treat the string as an argument to avoid this wprintw(com_win, conf_not_saved_msg); ^ "%s", ee.c:4306:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, conf_dump_err_msg); ^~~~~~~~~~~~~~~~~ ee.c:4306:20: note: treat the string as an argument to avoid this wprintw(com_win, conf_dump_err_msg); ^ "%s", ee.c:4359:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] echo_string(string) /* echo the given string */ ^ ee.c:4424:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, spell_in_prog_msg); ^~~~~~~~~~~~~~~~~ ee.c:4424:19: note: treat the string as an argument to avoid this wprintw(com_win, spell_in_prog_msg); ^ "%s", ee.c:4463:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] first_word_len(test_line) ^ ee.c:4860:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] is_in_string(string, substring) /* a strchr() look-alike for systems without ^ ee.c:4884:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] resolve_name(name) ^ ee.c:5014:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] wprintw(com_win, restricted_msg); ^~~~~~~~~~~~~~ ee.c:5014:19: note: treat the string as an argument to avoid this wprintw(com_win, restricted_msg); ^ "%s", ee.c:5028:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unique_test(string, list) ^ ee.c:5056:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] catgetlocal(number, string) ^ 65 warnings generated. ee.c(/tmp/ee-e00b17.o:(dump_ee_conf)): warning: sprintf() is often misused, please use snprintf() ee.c(/tmp/ee-e00b17.o:(strings_init)): warning: strcpy() is almost always misused, please use strlcpy() ee.c(/tmp/ee-e00b17.o:(resolve_name)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in editors/ee at 1716053852.29 ===> editors/ee ===> Faking installation for ee-1.5.2p2v0 /exopi-obj/pobj/ee-1.5.2/bin/install -c -s -m 755 /exopi-obj/pobj/ee-1.5.2/easyedit-1.5.2/ee /exopi-obj/pobj/ee-1.5.2/fake-amd64/usr/local/bin/ee /exopi-obj/pobj/ee-1.5.2/bin/install -c -m 644 /exopi-obj/pobj/ee-1.5.2/easyedit-1.5.2/ee.1 /exopi-obj/pobj/ee-1.5.2/fake-amd64/usr/local/man/man1/ee.1 ===> Building package for ee-1.5.2p2v0 Create /exopi-cvs/ports/packages/amd64/all/ee-1.5.2p2v0.tgz Creating package ee-1.5.2p2v0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************************************* | 85% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ee-1.5.2p2v0.tgz >>> Running clean in editors/ee at 1716053855.31 ===> editors/ee ===> Cleaning for ee-1.5.2p2v0 >>> Ended at 1716053856.25 max_stuck=0.00/build=3.70/package=2.93/clean=1.12