>>> Building on exopi-5 under devel/vtags BDEPENDS = [archivers/gtar;devel/gmake] DIST = [devel/vtags:vtags-0.10.tar.gz] FULLPKGNAME = vtags-0.10 (Junk lock obtained for exopi-5 at 1713478008.34) >>> Running depends in devel/vtags at 1713478008.38 last junk was in security/openpam /usr/sbin/pkg_add -aI -Drepair gtar-1.35 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 gtar-1.35 /usr/sbin/pkg_add -aI -Drepair gtar-1.35 >>> Running show-prepare-results in devel/vtags at 1713478009.85 ===> devel/vtags ===> Building from scratch vtags-0.10 ===> vtags-0.10 depends on: gtar-* -> gtar-1.35 ===> vtags-0.10 depends on: gmake-* -> gmake-4.4.1 ===> Verifying specs: c ===> found c.100.0 gmake-4.4.1 gtar-1.35 (Junk lock released for exopi-5 at 1713478010.77) distfiles size=78147 >>> Running build in devel/vtags at 1713478010.85 ===> devel/vtags ===> Checking files for vtags-0.10 `/exopi-cvs/ports/distfiles/vtags-0.10.tar.gz' is up to date. >> (SHA256) vtags-0.10.tar.gz: OK ===> Extracting for vtags-0.10 ===> Patching for vtags-0.10 ===> Applying OpenBSD patch patch-makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- makefile.orig Sun Jun 12 13:31:34 2011 |+++ makefile Sun Jun 12 13:32:05 2011 -------------------------- Patching file makefile using Plan A... Hunk #1 succeeded at 6. 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 vtags-0.10 ===> Configuring for vtags-0.10 ===> Building for vtags-0.10 cc -O2 -pipe -c -oobj/add_to_index.o ./src/add_to_index.c -g cc -O2 -pipe -c -oobj/find_first_dir.o ./src/find_first_dir.c -g ./src/find_first_dir.c:50:29: warning: call to undeclared function 'cpystrlen'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] dir_tree[*curr_dir].size = cpystrlen(dir_tree[*curr_dir].name,start_path,NAME_MAX); ^ ./src/find_first_dir.c:55:3: warning: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] chdir(start_path); ^ 2 warnings generated. cc -O2 -pipe -c -oobj/find_next_file.o ./src/find_next_file.c -g ./src/find_next_file.c:79:10: warning: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] chdir(d_ent->d_name); ^ ./src/find_next_file.c:114:5: warning: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] chdir(full_path); ^ 2 warnings generated. cc -O2 -pipe -c -oobj/find_next_tag.o ./src/find_next_tag.c -g ./src/find_next_tag.c:57:20: warning: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((bytes_read = read(infile,read_buffer,SEARCH_BUFFER_SIZE)) != SEARCH_BUFFER_SIZE) ^ 1 warning generated. cc -O2 -pipe -c -oobj/get_index_item.o ./src/get_index_item.c -g cc -O2 -pipe -c -oobj/is_dir.o ./src/is_dir.c -g cc -O2 -pipe -c -oobj/make_tags.o ./src/make_tags.c -g ./src/make_tags.c:156:2: warning: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] write(tempfile,token_string,line_size); ^ 1 warning generated. cc -O2 -pipe -c -oobj/release_index.o ./src/release_index.c -g ./src/release_index.c:29:3: warning: call to undeclared function 'free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] free(name_block); ^ ./src/release_index.c:39:3: warning: call to undeclared function 'free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] free(tag_block); ^ 2 warnings generated. cc -O2 -pipe -c -oobj/vtags.o ./src/vtags.c -g ./src/vtags.c:211:2: warning: call to undeclared function 'getcwd'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] get_current_dir(run_dir); ^ ./src/dir_stuff.h:33:30: note: expanded from macro 'get_current_dir' #define get_current_dir(a) getcwd(a,PATH_MAX) ^ ./src/vtags.c:367:7: warning: call to undeclared function 'is_dir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (is_dir(path_list[dir_count])) ^ ./src/vtags.c:379:6: warning: call to undeclared function 'make_tags'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] make_tags(full_path,file_name_size,infile,tempfile,level,&filesize); ^ ./src/vtags.c:384:6: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(infile); ^ ./src/vtags.c:409:4: warning: call to undeclared function 'make_tags'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] make_tags(path_list[dir_count],strlen(path_list[dir_count]),infile,tempfile,level,&filesize); ^ ./src/vtags.c:411:4: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(infile); ^ ./src/vtags.c:424:2: warning: call to undeclared function 'write'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] write(outfile,file_header1,sizeof(file_header1)-1); ^ ./src/vtags.c:439:16: warning: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bytesread = read(tempfile,token_string,MAX_TAG_STRING_SIZE); ^ ./src/vtags.c:454:8: warning: call to undeclared function 'read'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (read(tempfile,token_string,line_size) != line_size) ^ ./src/vtags.c:469:2: warning: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] close(tempfile); ^ ./src/vtags.c:472:2: warning: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] change_directory(run_dir); ^ ./src/dir_stuff.h:34:31: note: expanded from macro 'change_directory' #define change_directory(a) chdir(a) ^ ./src/vtags.c:229:10: warning: 'strncpy' size argument is too large; destination buffer has size 255, but size argument is 256 [-Wfortify-source] strncpy(filename,&argv[start][2],256); ^ ./src/vtags.c:232:10: warning: 'strncpy' size argument is too large; destination buffer has size 255, but size argument is 256 [-Wfortify-source] strncpy(filename,argv[++start],256); ^ 13 warnings generated. cc -O2 -pipe -c -oobj/vtags_extras.o ./src/vtags_extras.c -g cc -O2 -pipe -o vtags ./obj/add_to_index.o ./obj/find_first_dir.o ./obj/find_next_file.o ./obj/find_next_tag.o ./obj/get_index_item.o ./obj/is_dir.o ./obj/make_tags.o ./obj/release_index.o ./obj/vtags.o ./obj/vtags_extras.o -g find_next_file.c:125 (./src/find_next_file.c:125)(./obj/find_next_file.o:(find_next_file)): warning: strcpy() is almost always misused, please use strlcpy() make_tags.c:113 (./src/make_tags.c:113)(./obj/make_tags.o:(add_tag)): warning: sprintf() is often misused, please use snprintf() >>> Running package in devel/vtags at 1713478015.33 ===> devel/vtags ===> Faking installation for vtags-0.10 /exopi-obj/pobj/vtags-0.10/bin/install -c -s -m 755 /exopi-obj/pobj/vtags-0.10/vtags/vtags /exopi-obj/pobj/vtags-0.10/fake-amd64/usr/local/bin /exopi-obj/pobj/vtags-0.10/bin/install -c -m 644 /exopi-obj/pobj/vtags-0.10/vtags/docs/vtags.1 /exopi-obj/pobj/vtags-0.10/fake-amd64/usr/local/man/man1 ===> Building package for vtags-0.10 Create /exopi-cvs/ports/packages/amd64/all/vtags-0.10.tgz Creating package vtags-0.10 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 10% checksumming|************ | 20% checksumming|****************** | 30% checksumming|************************ | 40% checksumming|******************************* | 50% checksumming|************************************* | 60% checksumming|******************************************* | 70% checksumming|************************************************* | 80% checksumming|******************************************************* | 90% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|********************************************************** | 90% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/vtags-0.10.tgz >>> Running clean in devel/vtags at 1713478017.38 ===> devel/vtags ===> Cleaning for vtags-0.10 >>> Ended at 1713478017.82 max_stuck=1.09/depends=1.48/show-prepare-results=0.96/build=4.43/package=2.13/clean=0.49