>>> 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 1713210594.60 ===> security/strobe ===> Building from scratch strobe-1.06p0 ===> Verifying specs: c ===> found c.99.0 ===> Checking files for strobe-1.06p0 `/exopi-cvs/ports/distfiles/strobe-1.06.tar.gz' is up to date. >> (SHA256) strobe-1.06.tar.gz: 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] next_port (h) ^ strobe.c:1028:37: warning: incompatible pointer types passing 'int *' to parameter of type 'char *' [-Wincompatible-pointer-types] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 strobe.c(strobe.o:(display_port_sw)): warning: sprintf() is often misused, please use snprintf() strobe.c(strobe.o:(display_port_sw)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in security/strobe at 1713210597.26 ===> 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 1713210600.20 ===> security/strobe ===> Cleaning for strobe-1.06p0 >>> Ended at 1713210600.78 max_stuck=0.00/build=2.42/package=3.10/clean=0.70