>>> Building on exopi-6 under net/cftp DIST = [net/cftp:cftp-0.12.tar.gz] FULLPKGNAME = cftp-0.12p6 distfiles size=182043 >>> Running build in net/cftp at 1713856259.39 ===> net/cftp ===> Building from scratch cftp-0.12p6 ===> Verifying specs: c curses ===> found c.100.0 curses.15.0 ===> Checking files for cftp-0.12p6 `/exopi-cvs/ports/distfiles/cftp-0.12.tar.gz' is up to date. >> (SHA256) cftp-0.12.tar.gz: OK ===> Extracting for cftp-0.12p6 ===> Patching for cftp-0.12p6 ===> Applying OpenBSD patch patch-ftp_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ftp.c.orig Tue Sep 17 16:58:18 2002 |+++ ftp.c Fri Sep 27 19:37:12 2002 -------------------------- Patching file ftp.c using Plan A... Hunk #1 succeeded at 311. Hunk #2 succeeded at 321. Hunk #3 succeeded at 379. Hunk #4 succeeded at 400. done ===> Applying OpenBSD patch patch-mkbind_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- mkbind.c.orig Tue Apr 15 16:47:09 2003 |+++ mkbind.c Tue Apr 15 16:47:24 2003 -------------------------- Patching file mkbind.c using Plan A... Hunk #1 succeeded at 86. 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 cftp-0.12p6 ===> Configuring for cftp-0.12p6 Using /exopi-obj/pobj/cftp-0.12/config.site (generated) loading site script /exopi-obj/pobj/cftp-0.12/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/cftp-0.12/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for tgetent... no checking for tgetent in -ltermcap... yes checking for main in -lsocket... no checking for main in -lnsl... no checking for main in -lresolv... no checking how to run the C preprocessor... cc -E checking for libgen.h... (cached) yes checking for sys/select.h... (cached) yes checking for termcap.h... yes checking for declaration of ospeed... yes checking for declaration of h_errno... yes checking for struct sockaddr_storage... yes checking for member sa_len of struct sockaddr... yes checking for basename... (cached) yes checking for fnmatch... (cached) yes checking for fputchar... no checking for getaddrinfo... (cached) yes checking for getcwd... (cached) yes checking for inet_aton... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for getdomainname... (cached) yes checking for getnameinfo... (cached) yes checking for tparam... no checking for tparm... (cached) yes checking for getopt_long... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for cftp-0.12p6 cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c fn_bind.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c functions.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c mkbind.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c keys.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c rc.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c fputchar.c cc -O2 -pipe -o mkbind fn_bind.o functions.o mkbind.o keys.o rc.o fputchar.o -ltermcap keys.c(keys.o:(print_key)): warning: sprintf() is often misused, please use snprintf() ./mkbind . cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c bindings.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c directory.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c display.c display.c:199:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(print_key(c, 0)); ^~~~~~~~~~~~~~~ display.c:199:9: note: treat the string as an argument to avoid this printf(print_key(c, 0)); ^ "%s", 1 warning generated. cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c fn_basic.c fn_basic.c:578:17: 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] option[i].func(ival, option[i].var.i); ^ fn_basic.c:592:17: 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] option[i].func(ival, option[i].var.i); ^ fn_basic.c:605:17: 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] option[i].func(strdup(value), option[i].var.s); ^ fn_basic.c:625:17: 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] option[i].func(ival, option[i].var.i); ^ fn_basic.c:648:17: 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] option[i].func(ival, option[i].var.i); ^ 5 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c fn_scroll.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c fn_select.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c fn_tag.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c fntable.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c ftp.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c list.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c loop.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c main.c In file included from main.c:34: ./getopt.h:104:12: 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 subsequent declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ 1 warning generated. cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c methods.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c options.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c readdir.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c readrc.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c sftp.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c signals.c signals.c:56:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(1); ^ signals.c:56:5: note: include the header or explicitly provide a declaration for 'exit' 1 warning generated. cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c sockets.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c status.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c tag.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c tty.c tty.c:537:17: warning: call to undeclared function 'tparm'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] s = (char *)tparm(cap, arg0, arg1, arg2, arg3); ^ tty.c:537:9: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] s = (char *)tparm(cap, arg0, arg1, arg2, arg3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c url.c cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -c util.c cc -O2 -pipe -o cftp bindings.o directory.o display.o fn_basic.o fn_bind.o fn_scroll.o fn_select.o fn_tag.o fntable.o ftp.o functions.o keys.o list.o loop.o main.o methods.o options.o rc.o readdir.o readrc.o sftp.o signals.o sockets.o status.o tag.o tty.o url.o util.o fputchar.o -ltermcap display.c(display.o:(disp_status)): warning: vsprintf() is often misused, please use vsnprintf() display.c(display.o:(disp_status)): warning: strcpy() is almost always misused, please use strlcpy() fn_scroll.c(fn_scroll.o:(aux_isread)): warning: sprintf() is often misused, please use snprintf() util.c(util.o:(canonical)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in net/cftp at 1713856272.68 ===> net/cftp ===> Faking installation for cftp-0.12p6 /bin/sh ./mkinstalldirs /exopi-obj/pobj/cftp-0.12/fake-amd64/usr/local/bin /exopi-obj/pobj/cftp-0.12/bin/install -c -s -m 755 cftp /exopi-obj/pobj/cftp-0.12/fake-amd64/usr/local/bin/cftp /bin/sh ./mkinstalldirs /exopi-obj/pobj/cftp-0.12/fake-amd64/usr/local/info /exopi-obj/pobj/cftp-0.12/bin/install -c -m 644 ./cftp.info /exopi-obj/pobj/cftp-0.12/fake-amd64/usr/local/info/cftp.info install-info --info-dir=/exopi-obj/pobj/cftp-0.12/fake-amd64/usr/local/info /exopi-obj/pobj/cftp-0.12/fake-amd64/usr/local/info/cftp.info ===> Building package for cftp-0.12p6 Create /exopi-cvs/ports/packages/amd64/all/cftp-0.12p6.tgz Creating package cftp-0.12p6 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***************************************************** | 82% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/cftp-0.12p6.tgz >>> Running clean in net/cftp at 1713856275.13 ===> net/cftp ===> Cleaning for cftp-0.12p6 >>> Ended at 1713856275.48 max_stuck=0.00/build=13.27/package=2.46/clean=0.40