>>> Building on exopi-6 under security/strobe DIST = [security/strobe:strobe-1.06.tar.gz] FULLPKGNAME = strobe-1.06p0 distfiles size=35674 >>> Running build in security/strobe at 1764528206.48 ===> security/strobe ===> Building from scratch strobe-1.06p0 ===> Verifying specs: c ===> found c.102.2 ===> Checking files for strobe-1.06p0 `/exopi-cvs/ports/distfiles/strobe-1.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for strobe-1.06p0 ===> Patching for strobe-1.06p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Thu Jul 3 13:48:00 1997 |+++ Makefile Tue Jan 20 03:26:26 2015 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 32. Hunk #3 succeeded at 41. done ===> Applying OpenBSD patch patch-strobe_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- strobe.c.orig Sun Mar 21 06:49:27 1999 |+++ strobe.c Tue Jan 20 03:27:42 2015 -------------------------- Patching file strobe.c using Plan A... Hunk #1 succeeded at 1297. 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 strobe-1.06p0 ===> Configuring for strobe-1.06p0 ===> Building for strobe-1.06p0 cc -O2 -pipe -DLIB_STROBE_SERVICES='"/usr/local/lib/strobe.services"' -DSTROBE_SERVICES='"strobe.services"' -DETC_SERVICES='"/etc/services"' -c strobe.c strobe.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | Srealloc (ptr, len) | ^ strobe.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 195 | Smalloc (len) | ^ strobe.c:202:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 202 | sock_block (sfd) | ^ strobe.c:211:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 211 | sock_unblock (sfd) | ^ strobe.c:220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 220 | timeval_subtract (result, x, y) /* why not floating point? */ | ^ strobe.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 235 | attempt_clear (h) | ^ strobe.c:304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 304 | sc_connect (h) | ^ strobe.c:374:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 374 | gen_port_simple (h, buf) | ^ strobe.c:382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 382 | display_port_simple (h, fh) | ^ strobe.c:393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 393 | display_port (h, fh) | ^ strobe.c:416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 416 | conv_char(c, c2) | ^ strobe.c:466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 466 | asciidump (h, fh) | ^ strobe.c:520:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 520 | hexdump(h, fh) | ^ strobe.c:567:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 567 | trslash (s) | ^ strobe.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 582 | blddir (name) | ^ strobe.c:625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 625 | display_port_sw (h) | ^ strobe.c:718:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 718 | init_capture_tcp (h) | ^ strobe.c:727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 727 | capture_tcp (h) | ^ strobe.c:774:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 774 | gatherer_tcp (h) | ^ strobe.c:790:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 790 | gather (timeout_secs) | ^ strobe.c:883:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 883 | add_attempt (add) | ^ strobe.c:918:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 918 | scatter (host, timeout) | ^ strobe.c:936:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 936 | wait_end (t) | ^ strobe.c:949:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 949 | resolve (name) | ^ strobe.c:998:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 998 | next_port (h) | ^ strobe.c:1028:37: warning: incompatible pointer types passing 'int *' to parameter of type 'char *' [-Wincompatible-pointer-types] 1028 | h->portlist=(int *)Srealloc(h->portlist,h->portlist_alloc*sizeof(int)); | ^~~~~~~~~~~ strobe.c:1019:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1019 | add_port(h,p) | ^ strobe.c:1035:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1035 | host_init (h, name, nocheck) | ^ strobe.c:1122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1122 | host_clear (h) | ^ strobe.c:1133:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1133 | host_stats (h) | ^ strobe.c:1158:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1158 | bool skip_host(h) | ^ strobe.c:1373:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1373 | main (argc, argv) | ^ 32 warnings generated. cc -O2 -pipe -DLIB_STROBE_SERVICES='"/usr/local/lib/strobe.services"' -DSTROBE_SERVICES='"strobe.services"' -DETC_SERVICES='"/etc/services"' -o strobe strobe.o ld: warning: strobe.c(strobe.o:(display_port_sw)): warning: sprintf() is often misused, please use snprintf() ld: warning: strobe.c(strobe.o:(display_port_sw)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in security/strobe at 1764528208.83 ===> security/strobe ===> Faking installation for strobe-1.06p0 rm -f /exopi-obj/pobj/strobe-1.06/fake-amd64/usr/local/bin/strobe install -c -o bin -g bin -m 755 -s strobe /exopi-obj/pobj/strobe-1.06/fake-amd64/usr/local/bin/strobe rm -f /exopi-obj/pobj/strobe-1.06/fake-amd64/usr/local/lib/strobe.services install -c -o bin -g bin -m 644 strobe.services /exopi-obj/pobj/strobe-1.06/fake-amd64/usr/local/lib/strobe.services rm -f /exopi-obj/pobj/strobe-1.06/fake-amd64/usr/local/man/man1/strobe.1 install -c -o bin -g bin -m 644 strobe.1 /exopi-obj/pobj/strobe-1.06/fake-amd64/usr/local/man/man1/strobe.1 ===> Building package for strobe-1.06p0 Create /exopi-cvs/ports/packages/amd64/all/strobe-1.06p0.tgz Creating package strobe-1.06p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|********************* | 33% archiving|************************************************************ | 93% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/strobe-1.06p0.tgz >>> Running clean in security/strobe at 1764528211.51 ===> security/strobe ===> Cleaning for strobe-1.06p0 >>> Ended at 1764528212.15 max_stuck=0.18/build=2.33/package=2.67/clean=0.70