>>> Building on exopi-4 under net/plushs DIST = [net/plushs:plushs-1.2.tar.gz] FULLPKGNAME = plushs-1.2p3 distfiles size=56216 >>> Running build in net/plushs at 1713856621.22 ===> net/plushs ===> Building from scratch plushs-1.2p3 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for plushs-1.2p3 `/exopi-cvs/ports/distfiles/plushs-1.2.tar.gz' is up to date. >> (SHA256) plushs-1.2.tar.gz: OK ===> Extracting for plushs-1.2p3 ===> Patching for plushs-1.2p3 ===> Applying OpenBSD patch patch-errors_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- errors.c.orig Wed Jul 3 05:54:12 2002 |+++ errors.c Thu Mar 17 20:32:27 2016 -------------------------- Patching file errors.c using Plan A... Hunk #1 succeeded at 29. done ===> Applying OpenBSD patch patch-plugins_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- plugins.c.orig 2004-01-06 03:11:27.000000000 +0100 |+++ plugins.c 2004-01-06 03:11:46.000000000 +0100 -------------------------- Patching file plugins.c using Plan A... Hunk #1 succeeded at 86. done ===> Applying OpenBSD patch patch-plugins_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: plugins.h |--- plugins.h.orig |+++ plugins.h -------------------------- Patching file plugins.h using Plan A... Hunk #1 succeeded at 7. done ===> Applying OpenBSD patch patch-plushs_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: plushs.c |--- plushs.c.orig |+++ plushs.c -------------------------- Patching file plushs.c using Plan A... Hunk #1 succeeded at 57. Hunk #2 succeeded at 374. done ===> Applying OpenBSD patch patch-plushs_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: plushs.h |--- plushs.h.orig |+++ plushs.h -------------------------- Patching file plushs.h using Plan A... Hunk #1 succeeded at 62. Hunk #2 succeeded at 129. done ===> Applying OpenBSD patch patch-usage_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- usage.c.orig 2004-01-06 03:10:03.000000000 +0100 |+++ usage.c 2004-01-06 03:11:03.000000000 +0100 -------------------------- Patching file usage.c using Plan A... Hunk #1 succeeded at 40. 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 plushs-1.2p3 ===> Configuring for plushs-1.2p3 Using /exopi-obj/pobj/plushs-1.2/config.site (generated) loading site script /exopi-obj/pobj/plushs-1.2/config.site creating cache ./config.cache checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking build system type... x86_64-unknown-openbsd7.5 checking for a BSD compatible install... /exopi-obj/pobj/plushs-1.2/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 a BSD compatible install... /exopi-obj/pobj/plushs-1.2/bin/install -c checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for fcntl.h... (cached) yes checking for ctype.h... (cached) yes checking for netdb.h... (cached) yes checking for signal.h... (cached) yes checking for getopt... (cached) yes checking for bzero... (cached) yes checking for gethostbyaddr... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating plugins/Makefile creating plugins/dummy/Makefile creating config.h ===> Building for plushs-1.2p3 cc -Wall -O2 -pipe -I. -I/exopi-obj/pobj/plushs-1.2/plushs-1.2 -c /exopi-obj/pobj/plushs-1.2/plushs-1.2/format.c /exopi-obj/pobj/plushs-1.2/plushs-1.2/format.c:133:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] executing(hostname, fildes, f) ^ 1 warning generated. cc -Wall -O2 -pipe -I. -I/exopi-obj/pobj/plushs-1.2/plushs-1.2 -c /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:89:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] search_pattern(s1, s2) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:123:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extract_pattern(name, file) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:166:33: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] error(7); ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:164:25: note: previous statement is here if (*(fin + i) == -1) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_addr(fin) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:180:12: warning: variable 'pa' set but not used [-Wunused-but-set-variable] char *p, *pa, buf[32]; ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:278:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_ipsingle(fin) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:292:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_total_ips(fin) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:321:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] display_statistics(fin, timeout, wait, file) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:361:25: 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] struct hostent *host, *gethostbyaddr(); ^ /usr/include/netdb.h:273:17: note: conflicting prototype is here struct hostent *gethostbyaddr(const void *, socklen_t, int); ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.c:357:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 10 warnings generated. cc -Wall -O2 -pipe -I. -I/exopi-obj/pobj/plushs-1.2/plushs-1.2 -c /exopi-obj/pobj/plushs-1.2/plushs-1.2/usage.c /exopi-obj/pobj/plushs-1.2/plushs-1.2/usage.c:38:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] usage(show_macros) ^ 1 warning generated. cc -Wall -O2 -pipe -I. -I/exopi-obj/pobj/plushs-1.2/plushs-1.2 -c /exopi-obj/pobj/plushs-1.2/plushs-1.2/errors.c /exopi-obj/pobj/plushs-1.2/plushs-1.2/errors.c:64:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] error(type) ^ 1 warning generated. cc -Wall -O2 -pipe -I. -I/exopi-obj/pobj/plushs-1.2/plushs-1.2 -c /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins.c /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins.c:74:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pbanner(id, pname) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins.c:107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] p_activate(pid) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins.c:120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] activate_selected_plugins(ids) ^ /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins.c:153:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] load_plugins(ip) ^ 4 warnings generated. cd plugins && make && cd .. for plug in dummy ; do cd $plug && make; cd ..; done cc -Wall -O2 -pipe -I. -I/exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins/dummy -c /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins/dummy/dummy.c /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins/dummy/dummy.c:12:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dummy(ip) ^ 1 warning generated. cc -s format.o plushs.o usage.o errors.o plugins.o plugins/dummy/dummy.o -o plushs >>> Running package in net/plushs at 1713856627.51 ===> net/plushs ===> Faking installation for plushs-1.2p3 cd plugins && make && cd .. for plug in dummy ; do cd $plug && make; cd ..; done cc -Wall -O2 -pipe -I. -I/exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins/dummy -c /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins/dummy/dummy.c /exopi-obj/pobj/plushs-1.2/plushs-1.2/plugins/dummy/dummy.c:12:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dummy(ip) ^ 1 warning generated. /exopi-obj/pobj/plushs-1.2/bin/install -c -s -m 755 -m 755 plushs /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/bin /exopi-obj/pobj/plushs-1.2/bin/install -c -d /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/share/plushs /exopi-obj/pobj/plushs-1.2/bin/install -c -m 644 /exopi-obj/pobj/plushs-1.2/plushs-1.2/README /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/share/plushs /exopi-obj/pobj/plushs-1.2/bin/install -c -m 644 /exopi-obj/pobj/plushs-1.2/plushs-1.2/patterns.list /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/share/plushs /exopi-obj/pobj/plushs-1.2/bin/install -c -d /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/plushs-1.2/bin/install -c -m 644 /exopi-obj/pobj/plushs-1.2/plushs-1.2/plushs.1 /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/man/man1/plushs.1 /exopi-obj/pobj/plushs-1.2/bin/install -d -m 755 /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/share/doc/plushs /exopi-obj/pobj/plushs-1.2/bin/install -c -m 644 /exopi-obj/pobj/plushs-1.2/plushs-1.2/README /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/share/doc/plushs /exopi-obj/pobj/plushs-1.2/bin/install -c -m 644 /exopi-obj/pobj/plushs-1.2/plushs-1.2/patterns.list /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/share/doc/plushs ===> Building package for plushs-1.2p3 Create /exopi-cvs/ports/packages/amd64/all/plushs-1.2p3.tgz Creating package plushs-1.2p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|****************************************** | 66% archiving|***************************************************** | 83% archiving|*********************************************************** | 91% archiving|****************************************************************|100% /exopi-obj/pobj/plushs-1.2/fake-amd64/usr/local/man/man1/plushs.1: No one-line description, using filename "plushs" Link to /exopi-cvs/ports/packages/amd64/ftp/plushs-1.2p3.tgz >>> Running clean in net/plushs at 1713856630.50 ===> net/plushs ===> Cleaning for plushs-1.2p3 >>> Ended at 1713856631.41 max_stuck=0.00/build=6.18/package=3.10/clean=0.97