>>> Building on exopi-2 under misc/ytree DIST = [misc/ytree:ytree-2.10.tar.gz] FULLPKGNAME = ytree-2.10 distfiles size=123235 >>> Running build in misc/ytree at 1764696172.53 ===> misc/ytree ===> Building from scratch ytree-2.10 ===> Verifying specs: c curses readline ===> found c.102.2 curses.16.0 readline.6.0 ===> Checking files for ytree-2.10 `/exopi-cvs/ports/distfiles/ytree-2.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for ytree-2.10 ===> Patching for ytree-2.10 ===> Applying OpenBSD patch patch-login_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Include sys/wait.h to avoid warnings. | |Index: login.c |--- login.c.orig |+++ login.c -------------------------- Patching file login.c using Plan A... Hunk #1 succeeded at 6. done ===> Applying OpenBSD patch patch-match_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Prefer regcomp(3) over obsolete re_comp(3) for which support has been |removed in OpenBSD. | |Index: match.c |--- match.c.orig |+++ match.c -------------------------- Patching file match.c using Plan A... Hunk #1 succeeded at 8. 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 ytree-2.10 ===> Configuring for ytree-2.10 ===> Building for ytree-2.10 cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c arc.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c archive.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c chgrp.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c chmod.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c chown.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c clock.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c color.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c copy.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c delete.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c dirwin.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c disp.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c edit.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c error.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c execute.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c filespec.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c filewin.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c freesp.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c global.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c group.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c hex.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c history.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c init.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c input.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c keyhtab.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c lha.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c login.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c main.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c match.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c mkdir.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c mktime.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c move.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c passwd.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c pipe.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c print.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c profile.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c quit.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c rar.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c readtree.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c rename.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c rmdir.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c rpm.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c sort.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c stat.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c system.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c tar.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c termcap.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c tilde.c tilde.c:75:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | tilde_find_prefix (string, len) | ^ tilde.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 110 | tilde_find_suffix (string) | ^ tilde.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 142 | isolate_tilde_prefix (fname, lenp) | ^ tilde.c:165:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 165 | glue_prefix_and_suffix (prefix, suffix, suffind) | ^ tilde.c:186:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 186 | tilde_expand_word (filename) | ^ tilde.c:231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | tilde_expand (string) | ^ 6 warnings generated. cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c usermode.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c util.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c view.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c xmalloc.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c zip.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c zoo.c cc -O2 -pipe -DCOLOR_SUPPORT -DREADLINE_SUPPORT -c 7z.c cc -o ytree arc.o archive.o chgrp.o chmod.o chown.o clock.o color.o copy.o delete.o dirwin.o disp.o edit.o error.o execute.o filespec.o filewin.o freesp.o global.o group.o hex.o history.o init.o input.o keyhtab.o lha.o login.o main.o match.o mkdir.o mktime.o move.o passwd.o pipe.o print.o profile.o quit.o rar.o readtree.o rename.o rmdir.o rpm.o sort.o stat.o system.o tar.o termcap.o tilde.o usermode.o util.o view.o xmalloc.o zip.o zoo.o 7z.o -lreadline -lcurses ld: warning: chgrp.c(chgrp.o:(GetNewGroup)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: chgrp.c(chgrp.o:(GetNewGroup)): warning: sprintf() is often misused, please use snprintf() ld: warning: archive.c(archive.o:(MinimizeArchiveTree)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in misc/ytree at 1764696184.06 ===> misc/ytree ===> Faking installation for ytree-2.10 /exopi-obj/pobj/ytree-2.10/bin/install -c -s -m 755 /exopi-obj/pobj/ytree-2.10/ytree-2.10/ytree /exopi-obj/pobj/ytree-2.10/fake-amd64/usr/local/bin /exopi-obj/pobj/ytree-2.10/bin/install -d -m 755 /exopi-obj/pobj/ytree-2.10/fake-amd64/usr/local/share/examples/ytree /exopi-obj/pobj/ytree-2.10/bin/install -c -m 644 /exopi-obj/pobj/ytree-2.10/ytree-2.10/ytree.conf /exopi-obj/pobj/ytree-2.10/fake-amd64/usr/local/share/examples/ytree/ytree.conf /exopi-obj/pobj/ytree-2.10/bin/install -c -m 644 /exopi-obj/pobj/ytree-2.10/ytree-2.10/ytree.1 /exopi-obj/pobj/ytree-2.10/fake-amd64/usr/local/man/man1 ===> Building package for ytree-2.10 Create /exopi-cvs/ports/packages/amd64/all/ytree-2.10.tgz Creating package ytree-2.10 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************************** | 93% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ytree-2.10.tgz >>> Running clean in misc/ytree at 1764696186.50 ===> misc/ytree ===> Cleaning for ytree-2.10 >>> Ended at 1764696187.04 max_stuck=0.00/build=11.37/package=2.58/clean=0.60