>>> Building on exopi-6 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 1764751112.16 ===> editors/ee ===> Building from scratch ee-1.5.2p2v0 ===> Verifying specs: c curses ===> found c.102.2 curses.16.0 ===> Checking files for ee-1.5.2p2v0 `/exopi-cvs/ports/distfiles/ee-1.5.2.src.tgz' is up to date. >> (SHA256) all files: 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 C23 [-Wdeprecated-non-prototype] 551 | main(argc, argv) /* beginning of main program */ | ^ ee.c:601:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 601 | wprintw(com_win, ree_no_file_msg); | ^~~~~~~~~~~~~~~ ee.c:601:21: note: treat the string as an argument to avoid this 601 | wprintw(com_win, ree_no_file_msg); | ^ | "%s", ee.c:605:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 605 | wprintw(com_win, no_file_string); | ^~~~~~~~~~~~~~ ee.c:605:20: note: treat the string as an argument to avoid this 605 | wprintw(com_win, no_file_string); | ^ | "%s", ee.c:625:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 625 | wprintw(info_win, separator); | ^~~~~~~~~ ee.c:625:22: note: treat the string as an argument to avoid this 625 | 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 C23 [-Wdeprecated-non-prototype] 675 | 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 C23 [-Wdeprecated-non-prototype] 691 | 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 C23 [-Wdeprecated-non-prototype] 776 | 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 C23 [-Wdeprecated-non-prototype] 883 | 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 C23 [-Wdeprecated-non-prototype] 923 | 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 C23 [-Wdeprecated-non-prototype] 936 | 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 C23 [-Wdeprecated-non-prototype] 985 | 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 C23 [-Wdeprecated-non-prototype] 1008 | 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 C23 [-Wdeprecated-non-prototype] 1065 | 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 C23 [-Wdeprecated-non-prototype] 1151 | 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 C23 [-Wdeprecated-non-prototype] 1407 | 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 C23 [-Wdeprecated-non-prototype] 1442 | right(disp) /* move right one character */ | ^ ee.c:1672:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1672 | wprintw(com_win, non_unique_cmd_msg); | ^~~~~~~~~~~~~~~~~~ ee.c:1672:21: note: treat the string as an argument to avoid this 1672 | 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 C23 [-Wdeprecated-non-prototype] 1693 | command(cmd_str1) /* process commands from keyboard */ | ^ ee.c:1748:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1748 | wprintw(com_win, no_file_string); | ^~~~~~~~~~~~~~ ee.c:1748:21: note: treat the string as an argument to avoid this 1748 | 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 C23 [-Wdeprecated-non-prototype] 1847 | 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 C23 [-Wdeprecated-non-prototype] 1869 | 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 C23 [-Wdeprecated-non-prototype] 1950 | 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 C23 [-Wdeprecated-non-prototype] 1988 | 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 C23 [-Wdeprecated-non-prototype] 2046 | 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 C23 [-Wdeprecated-non-prototype] 2067 | 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] 2111 | fprintf(stderr, usage1); | ^~~~~~ ee.c:2111:20: note: treat the string as an argument to avoid this 2111 | fprintf(stderr, usage1); | ^ | "%s", ee.c:2112:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 2112 | fprintf(stderr, usage2); | ^~~~~~ ee.c:2112:20: note: treat the string as an argument to avoid this 2112 | fprintf(stderr, usage2); | ^ | "%s", ee.c:2113:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 2113 | fprintf(stderr, usage3); | ^~~~~~ ee.c:2113:20: note: treat the string as an argument to avoid this 2113 | fprintf(stderr, usage3); | ^ | "%s", ee.c:2114:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 2114 | fprintf(stderr, usage4); | ^~~~~~ ee.c:2114:20: note: treat the string as an argument to avoid this 2114 | 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 C23 [-Wdeprecated-non-prototype] 2241 | 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] 2259 | wprintw(com_win, read_only_msg); | ^~~~~~~~~~~~~ ee.c:2259:22: note: treat the string as an argument to avoid this 2259 | wprintw(com_win, read_only_msg); | ^ | "%s", ee.c:2296:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 2296 | wprintw(com_win, read_only_msg); | ^~~~~~~~~~~~~ ee.c:2296:21: note: treat the string as an argument to avoid this 2296 | 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 C23 [-Wdeprecated-non-prototype] 2309 | 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] 2415 | wprintw(com_win, file_not_saved_msg); | ^~~~~~~~~~~~~~~~~~ ee.c:2415:20: note: treat the string as an argument to avoid this 2415 | 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 C23 [-Wdeprecated-non-prototype] 2437 | 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 C23 [-Wdeprecated-non-prototype] 2474 | 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 C23 [-Wdeprecated-non-prototype] 2506 | 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 C23 [-Wdeprecated-non-prototype] 2582 | 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] 2595 | wprintw(com_win, searching_msg); | ^~~~~~~~~~~~~ ee.c:2595:20: note: treat the string as an argument to avoid this 2595 | 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 C23 [-Wdeprecated-non-prototype] 2944 | 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] 2945 | char direction; | ^ ee.c:313:24: note: previous declaration is here 313 | 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 C23 [-Wdeprecated-non-prototype] 3073 | sh_command(string) /* execute shell command */ | ^ ee.c:3248:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 3248 | printf(continue_msg); | ^~~~~~~~~~~~ ee.c:3248:10: note: treat the string as an argument to avoid this 3248 | 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 C23 [-Wdeprecated-non-prototype] 3343 | menu_op(menu_list) | ^ ee.c:3387:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 3387 | wprintw(com_win, menu_too_lrg_msg); | ^~~~~~~~~~~~~~~~ ee.c:3387:20: note: treat the string as an argument to avoid this 3387 | 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 C23 [-Wdeprecated-non-prototype] 3559 | 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] 3644 | wprintw(menu_win, menu_list[counter].item_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ee.c:3644:22: note: treat the string as an argument to avoid this 3644 | 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] 3647 | wprintw(menu_win, more_below_str); | ^~~~~~~~~~~~~~ ee.c:3647:22: note: treat the string as an argument to avoid this 3647 | wprintw(menu_win, more_below_str); | ^ | "%s", ee.c:3677:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 3677 | wprintw(com_win, press_any_key_msg); | ^~~~~~~~~~~~~~~~~ ee.c:3677:19: note: treat the string as an argument to avoid this 3677 | 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 C23 [-Wdeprecated-non-prototype] 3758 | file_op(arg) | ^ ee.c:3805:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 3805 | wprintw(com_win, file_not_saved_msg); | ^~~~~~~~~~~~~~~~~~ ee.c:3805:21: note: treat the string as an argument to avoid this 3805 | 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 C23 [-Wdeprecated-non-prototype] 3874 | 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] 3939 | wprintw(com_win, formatting_msg); | ^~~~~~~~~~~~~~ ee.c:3939:19: note: treat the string as an argument to avoid this 3939 | wprintw(com_win, formatting_msg); | ^ | "%s", ee.c:3985:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 3985 | wprintw(com_win, formatting_msg); | ^~~~~~~~~~~~~~ ee.c:3985:19: note: treat the string as an argument to avoid this 3985 | wprintw(com_win, formatting_msg); | ^ | "%s", ee.c:4060:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 4060 | wprintw(com_win, formatting_msg); | ^~~~~~~~~~~~~~ ee.c:4060:19: note: treat the string as an argument to avoid this 4060 | wprintw(com_win, formatting_msg); | ^ | "%s", ee.c:4283:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 4283 | wprintw(com_win, conf_not_saved_msg); | ^~~~~~~~~~~~~~~~~~ ee.c:4283:20: note: treat the string as an argument to avoid this 4283 | wprintw(com_win, conf_not_saved_msg); | ^ | "%s", ee.c:4306:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 4306 | wprintw(com_win, conf_dump_err_msg); | ^~~~~~~~~~~~~~~~~ ee.c:4306:20: note: treat the string as an argument to avoid this 4306 | 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 C23 [-Wdeprecated-non-prototype] 4359 | echo_string(string) /* echo the given string */ | ^ ee.c:4424:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 4424 | wprintw(com_win, spell_in_prog_msg); | ^~~~~~~~~~~~~~~~~ ee.c:4424:19: note: treat the string as an argument to avoid this 4424 | 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 C23 [-Wdeprecated-non-prototype] 4463 | 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 C23 [-Wdeprecated-non-prototype] 4860 | 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 C23 [-Wdeprecated-non-prototype] 4884 | resolve_name(name) | ^ ee.c:5014:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 5014 | wprintw(com_win, restricted_msg); | ^~~~~~~~~~~~~~ ee.c:5014:19: note: treat the string as an argument to avoid this 5014 | 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 C23 [-Wdeprecated-non-prototype] 5028 | 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 C23 [-Wdeprecated-non-prototype] 5056 | catgetlocal(number, string) | ^ 65 warnings generated. ld: warning: ee.c(/tmp/ee-5b219c.o:(dump_ee_conf)): warning: sprintf() is often misused, please use snprintf() ld: warning: ee.c(/tmp/ee-5b219c.o:(strings_init)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: ee.c(/tmp/ee-5b219c.o:(resolve_name)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in editors/ee at 1764751117.20 ===> 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 1764751119.45 ===> editors/ee ===> Cleaning for ee-1.5.2p2v0 >>> Ended at 1764751121.46 max_stuck=0.00/build=4.88/package=2.37/clean=2.06