>>> Building on exopi-6 under misc/ytree DIST = [misc/ytree:ytree-2.08.tar.gz] FULLPKGNAME = ytree-2.08 distfiles size=120455 >>> Running build in misc/ytree at 1713856320.81 ===> misc/ytree ===> Building from scratch ytree-2.08 ===> Verifying specs: c curses readline ===> found c.100.0 curses.15.0 readline.5.0 ===> Checking files for ytree-2.08 `/exopi-cvs/ports/distfiles/ytree-2.08.tar.gz' is up to date. >> (SHA256) ytree-2.08.tar.gz: OK ===> Extracting for ytree-2.08 ===> Patching for ytree-2.08 ===> 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.08 ===> Configuring for ytree-2.08 ===> Building for ytree-2.08 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 filewin.c:2824:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = fkt( fe_ptr, walking_package ); ^ filewin.c:2861:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void)fkt( fe_ptr, walking_package ); ^ filewin.c:2897:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] result = fkt( fe_ptr, walking_package ); ^ 3 warnings generated. 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:37:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *strcpy (); ^ tilde.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tilde_find_prefix (string, len) ^ tilde.c:113:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tilde_find_suffix (string) ^ tilde.c:145:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] isolate_tilde_prefix (fname, lenp) ^ tilde.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] glue_prefix_and_suffix (prefix, suffix, suffind) ^ tilde.c:189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tilde_expand_word (filename) ^ tilde.c:234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tilde_expand (string) ^ 7 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 -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 -lreadline -lcurses arc.c(arc.o:(ReadTreeFromARC)): warning: sprintf() is often misused, please use snprintf() chmod.c(chmod.o:(ChangeFileModus)): warning: strcpy() is almost always misused, please use strlcpy() util.c(util.o:(GetPath)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in misc/ytree at 1713856334.54 ===> misc/ytree ===> Faking installation for ytree-2.08 /exopi-obj/pobj/ytree-2.08/bin/install -c -s -m 755 /exopi-obj/pobj/ytree-2.08/ytree-2.08/ytree /exopi-obj/pobj/ytree-2.08/fake-amd64/usr/local/bin /exopi-obj/pobj/ytree-2.08/bin/install -d -m 755 /exopi-obj/pobj/ytree-2.08/fake-amd64/usr/local/share/examples/ytree /exopi-obj/pobj/ytree-2.08/bin/install -c -m 644 /exopi-obj/pobj/ytree-2.08/ytree-2.08/ytree.conf /exopi-obj/pobj/ytree-2.08/fake-amd64/usr/local/share/examples/ytree/ytree.conf /exopi-obj/pobj/ytree-2.08/bin/install -c -m 644 /exopi-obj/pobj/ytree-2.08/ytree-2.08/ytree.1 /exopi-obj/pobj/ytree-2.08/fake-amd64/usr/local/man/man1 ===> Building package for ytree-2.08 Create /exopi-cvs/ports/packages/amd64/all/ytree-2.08.tgz Creating package ytree-2.08 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|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ytree-2.08.tgz >>> Running clean in misc/ytree at 1713856336.95 ===> misc/ytree ===> Cleaning for ytree-2.08 >>> Ended at 1713856337.59 max_stuck=0.00/build=13.96/package=2.42/clean=0.68