>>> Building on exopi-1 under net/ngrep BDEPENDS = [devel/gmake;devel/metaauto;devel/autoconf/2.69;devel/pcre] DIST = [net/ngrep:ngrep-1.47.20190128-2a9603bc.tar.gz] FULLPKGNAME = ngrep-1.47.20190128p1 RDEPENDS = [devel/pcre] (Junk lock obtained for exopi-1 at 1711449117.25) >>> Running depends in net/ngrep at 1711449117.29 last junk was in www/py-flasgger,python3 /usr/sbin/pkg_add -aI -Drepair autoconf-2.69p3 metaauto-1.0p4 pcre-8.45 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.69p3 gmake-4.4.1 metaauto-1.0p4 pcre-8.45 /usr/sbin/pkg_add -aI -Drepair autoconf-2.69p3 metaauto-1.0p4 pcre-8.45 >>> Running show-prepare-results in net/ngrep at 1711449119.54 ===> net/ngrep ===> Building from scratch ngrep-1.47.20190128p1 ===> ngrep-1.47.20190128p1 depends on: metaauto-* -> metaauto-1.0p4 ===> ngrep-1.47.20190128p1 depends on: autoconf-2.69 -> autoconf-2.69p3 ===> ngrep-1.47.20190128p1 depends on: gmake-* -> gmake-4.4.1 ===> ngrep-1.47.20190128p1 depends on: pcre-* -> pcre-8.45 ===> Verifying specs: c pcap pcre ===> found c.99.0 pcap.9.0 pcre.3.0 autoconf-2.69p3 gmake-4.4.1 metaauto-1.0p4 pcre-8.45 (Junk lock released for exopi-1 at 1711449120.63) distfiles size=187252 >>> Running build in net/ngrep at 1711449120.66 ===> net/ngrep ===> Checking files for ngrep-1.47.20190128p1 `/exopi-cvs/ports/distfiles/ngrep-1.47.20190128-2a9603bc.tar.gz' is up to date. >> (SHA256) ngrep-1.47.20190128-2a9603bc.tar.gz: OK ===> Extracting for ngrep-1.47.20190128p1 ===> Patching for ngrep-1.47.20190128p1 ===> Applying OpenBSD patch patch-ngrep_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: ngrep.c |--- ngrep.c.orig |+++ ngrep.c -------------------------- Patching file ngrep.c using Plan A... Hunk #1 succeeded at 16. Hunk #2 succeeded at 495. 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 ngrep-1.47.20190128p1 Running autoconf-2.69 in /exopi-obj/pobj/ngrep-1.47.20190128/ngrep-2a9603bc67dface9606a658da45e1f5c65170444 ===> Configuring for ngrep-1.47.20190128p1 Using /exopi-obj/pobj/ngrep-1.47.20190128/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/ngrep-1.47.20190128/config.site Configuring System ... checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes Configuring Network Grep ... checking for a complete set of pcap headers... found /usr/include checking for pcap_open_live in -lpcap... yes checking for BPF include path... net/bpf.h checking for DLT_LINUX_SLL in net/bpf.h... no checking for DLT_LOOP in net/bpf.h... yes checking for DLT_IEEE802_11 in net/bpf.h... yes checking for DLT_IEEE802_11_RADIO in net/bpf.h... yes checking for DLT_RAW in net/bpf.h... yes checking for DLT_PFLOG in net/bpf.h... yes checking for DLT_IPNET in net/bpf.h... no CONFIG: IPv6 support enabled CONFIG: privilege dropping enabled (using _ngrep) CONFIG: using PCRE regex library CONFIG: tcpkill feature disabled CONFIG: automatically including VLAN frames configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for ngrep-1.47.20190128p1 cc -DHAVE_CONFIG_H -DBSD -D_BSD_SOURCE=1 -D__FAVOR_BSD=1 -I/usr/include -O2 -pipe -I/usr/local/include -g -c ngrep.c ngrep.c:921:31: 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] if ((len > 0 && match_func(data, len, &match_index, &match_size) == invert_match) && !keep_matching) ^ ngrep.c:925: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] dump_delay(h); ^ ngrep.c:948: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] print_time(h); ^ ngrep.c:1301:15: 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] dump_delay(h); ^ 4 warnings generated. cc -s -o ngrep ngrep.o -L/usr/lib -L/usr/local/lib -lpcap -lpcre ngrep.c:1194(ngrep.o:(setup_bpf_filter)): warning: sprintf() is often misused, please use snprintf() >>> Running package in net/ngrep at 1711449126.48 ===> net/ngrep ===> Faking installation for ngrep-1.47.20190128p1 cd /exopi-obj/pobj/ngrep-1.47.20190128/ngrep-2a9603bc67dface9606a658da45e1f5c65170444; /exopi-obj/pobj/ngrep-1.47.20190128/bin/install -c -s -m 755 ngrep /exopi-obj/pobj/ngrep-1.47.20190128/fake-amd64/usr/local/sbin/ngrep; /exopi-obj/pobj/ngrep-1.47.20190128/bin/install -c -m 644 ngrep.8 /exopi-obj/pobj/ngrep-1.47.20190128/fake-amd64/usr/local/man/man8/ngrep.8 ===> Building package for ngrep-1.47.20190128p1 Create /exopi-cvs/ports/packages/amd64/all/ngrep-1.47.20190128p1.tgz Creating package ngrep-1.47.20190128p1 reading plist| checking dependencies| checking dependencies|devel/pcre checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|***************************************** | 64% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ngrep-1.47.20190128p1.tgz >>> Running clean in net/ngrep at 1711449128.52 ===> net/ngrep ===> Cleaning for ngrep-1.47.20190128p1 >>> Ended at 1711449128.73 max_stuck=0.91/depends=2.27/show-prepare-results=1.11/build=5.82/package=2.04/clean=0.24