>>> Building on exopi-6 under net/bing DIST = [net/bing:bing-1.0.5.tar.gz] FULLPKGNAME = bing-1.0.5p3 distfiles size=28141 >>> Running build in net/bing at 1764696558.34 ===> net/bing ===> Building from scratch bing-1.0.5p3 ===> Verifying specs: c ===> found c.102.2 ===> Checking files for bing-1.0.5p3 `/exopi-cvs/ports/distfiles/bing-1.0.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for bing-1.0.5p3 ===> Patching for bing-1.0.5p3 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |XXX hand-edited, CVS keywords | |--- Makefile.orig Fri Jul 21 01:03:30 1995 |+++ Makefile Thu Feb 18 22:15:14 2010 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 2 with fuzz 1. Hunk #2 succeeded at 28. done ===> Applying OpenBSD patch patch-bing_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- bing.c.orig Fri Jan 19 19:28:53 2001 |+++ bing.c Mon Aug 6 19:33:05 2012 -------------------------- Patching file bing.c using Plan A... Hunk #1 succeeded at 170. Hunk #2 succeeded at 756. Hunk #3 succeeded at 799. Hunk #4 succeeded at 1235. Hunk #5 succeeded at 1415. 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 bing-1.0.5p3 ===> Configuring for bing-1.0.5p3 ===> Building for bing-1.0.5p3 cc -O2 -pipe -o bing bing.c bing.c:323:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 323 | void tvsub(out, in) | ^ bing.c:343:28: warning: call to undeclared function 'inet_addr'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 343 | hs->to->sin_addr.s_addr = inet_addr(target); | ^ bing.c:333:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 333 | void set_ip(hs, target) | ^ bing.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 361 | recvfrom_timeout(buf, len, flags, from, fromlen, time_out) | ^ bing.c:385:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 385 | void randomfill(bp, len, seed) | ^ bing.c:400:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 400 | void randominit(seed) | ^ bing.c:429:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 429 | int in_cksum(addr, len) | ^ bing.c:469:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 469 | void pinger(hs, datalen) | ^ bing.c:538:23: warning: call to undeclared function 'inet_ntoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 538 | (void)printf(" %s ", inet_ntoa(*(struct in_addr *)&ip->ip_src.s_addr)); | ^ bing.c:538:23: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 538 | (void)printf(" %s ", inet_ntoa(*(struct in_addr *)&ip->ip_src.s_addr)); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %d bing.c:539:23: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 539 | (void)printf(" %s ", inet_ntoa(*(struct in_addr *)&ip->ip_dst.s_addr)); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %d bing.c:519:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 519 | void pr_iph(ip) | ^ bing.c:552:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 552 | void pr_retip(ip) | ^ bing.c:651:41: warning: format specifies type 'unsigned long' but the argument has type 'in_addr_t' (aka 'unsigned int') [-Wformat] 651 | (void)printf("(New addr: 0x%08lx)\n", icp->icmp_gwaddr.s_addr); | ~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~ | %08x bing.c:590:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 590 | void pr_icmph(icp) | ^ bing.c:729:42: warning: call to undeclared function 'inet_ntoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 729 | (void)snprintf(buf, sizeof(buf), "%s", inet_ntoa(*(struct in_addr *)&l)); | ^ bing.c:729:42: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 729 | (void)snprintf(buf, sizeof(buf), "%s", inet_ntoa(*(struct in_addr *)&l)); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %d bing.c:732:7: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 731 | (void)snprintf(buf, sizeof(buf), "%s (%s)", hp->h_name, | ~~ | %d 732 | inet_ntoa(*(struct in_addr *)&l)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bing.c:721:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 721 | pr_addr(l) | ^ bing.c:772:5: warning: call to undeclared function 'inet_ntoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 772 | inet_ntoa(*(struct in_addr *)&from->sin_addr.s_addr)); | ^ bing.c:772:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 771 | "bing: packet (%d bytes) from unexpected host %s\n", cc, | ~~ | %d 772 | inet_ntoa(*(struct in_addr *)&from->sin_addr.s_addr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bing.c:783:5: warning: call to undeclared function 'inet_ntoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 783 | inet_ntoa(*(struct in_addr *)&from->sin_addr.s_addr)); | ^ bing.c:783:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 782 | "bing: unexpected packet size (%d bytes) from %s\n", cc, | ~~ | %d 783 | inet_ntoa(*(struct in_addr *)&from->sin_addr.s_addr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bing.c:794:6: warning: call to undeclared function 'inet_ntoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 794 | inet_ntoa(*(struct in_addr *)&from->sin_addr.s_addr)); | ^ bing.c:794:6: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 793 | "bing: packet too short (%d bytes) from %s\n", cc, | ~~ | %d 794 | inet_ntoa(*(struct in_addr *)&from->sin_addr.s_addr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bing.c:825:6: warning: call to undeclared function 'inet_ntoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 825 | inet_ntoa(*(struct in_addr *)&from->sin_addr.s_addr), | ^ bing.c:825:6: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 824 | (void)printf("%d bytes from %s: icmp_seq=%u", cc, | ~~ | %d 825 | inet_ntoa(*(struct in_addr *)&from->sin_addr.s_addr), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bing.c:743:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 743 | int pr_pack(buf, cc, from) | ^ bing.c:944:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 944 | void ping_and_wait(hs, datalen, buf, buflen, timeout) | ^ bing.c:965:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 965 | void warn_rtt(min1s, min1b, min2s, min2b) | ^ bing.c:995:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 995 | void adapt_rtt(min1s, min1b, min2s, min2b) | ^ bing.c:1032:27: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] 1032 | (void)printf("%6ld%6ld", ntransmitted, received - nrepeats); | ~~~~ ^~~~~~~~~~~~ | %6d bing.c:1032:41: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] 1032 | (void)printf("%6ld%6ld", ntransmitted, received - nrepeats); | ~~~~ ^~~~~~~~~~~~~~~~~~~ | %6d bing.c:1034:24: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] 1034 | (void)printf("%6ld", nrepeats); | ~~~~ ^~~~~~~~ | %6d bing.c:1028:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1028 | finishpa(ntransmitted, received, nrepeats, vmin, vavg, vmax) | ^ bing.c:1068:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1068 | void finish(hs) | ^ bing.c:1189:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1189 | void fill(bp, patp) | ^ bing.c:1258:16: warning: call to undeclared function 'err'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1258 | err(1, "unable to drop permissions"); | ^ bing.c:1370:29: warning: format specifies type 'char *' but the argument has type 'int *' [-Wformat] 1369 | if (sscanf(optarg, "%u.%u.%u.%u%c", | ~~ | %d 1370 | &i1, &i2, &i3, &i4, &i) != 4) { | ^~ bing.c:1484:7: warning: call to undeclared function 'inet_ntoa'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1484 | inet_ntoa(*(struct in_addr *)&hs1->to->sin_addr.s_addr)); | ^ bing.c:1484:7: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 1482 | (void)printf("BING\t%s (%s) and ", | ~~ | %d 1483 | hs1->hostname, 1484 | inet_ntoa(*(struct in_addr *)&hs1->to->sin_addr.s_addr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bing.c:1487:7: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] 1485 | (void)printf("%s (%s)\n\t%d and %d data bytes\n", | ~~ | %d 1486 | hs2->hostname, 1487 | inet_ntoa(*(struct in_addr *)&hs2->to->sin_addr.s_addr), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bing.c:1502:3: warning: call to undeclared function 'sigemptyset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1502 | sigemptyset(&sa.sa_mask); | ^ bing.c:1503:3: warning: call to undeclared function 'sigaddset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1503 | sigaddset(&sa.sa_mask,SIGALRM); | ^ bing.c:1505:3: warning: call to undeclared function 'sigaction'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1505 | sigaction(SIGALRM, &sa, NULL); | ^ bing.c:1569:51: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 1569 | fprintf(stderr,"resetting after %d samples.\n", nsamples); | ~~ ^~~~~~~~ | %ld bing.c:1227:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1227 | int main(argc, argv) | ^ 47 warnings generated. ld: warning: bing.c(/tmp/bing-d9021b.o:(randomfill)): warning: random() may return deterministic values, is that what you want? >>> Running package in net/bing at 1764696560.64 ===> net/bing ===> Faking installation for bing-1.0.5p3 install -c -m 644 -o root -g bin bing.8 /exopi-obj/pobj/bing-1.0.5/fake-amd64/usr/local/man/man8 install -c -m 4555 -o root -g bin bing /exopi-obj/pobj/bing-1.0.5/fake-amd64/usr/local/sbin /exopi-obj/pobj/bing-1.0.5/bin/install -d -m 755 /exopi-obj/pobj/bing-1.0.5/fake-amd64/usr/local/share/doc/bing /exopi-obj/pobj/bing-1.0.5/bin/install -c -m 644 /exopi-obj/pobj/bing-1.0.5/bing-1.0.5/README /exopi-obj/pobj/bing-1.0.5/fake-amd64/usr/local/share/doc/bing ===> Building package for bing-1.0.5p3 Create /exopi-cvs/ports/packages/amd64/all/bing-1.0.5p3.tgz Creating package bing-1.0.5p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|******************************************* | 67% archiving|**************************************************** | 81% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bing-1.0.5p3.tgz >>> Running clean in net/bing at 1764696564.19 ===> net/bing ===> Cleaning for bing-1.0.5p3 >>> Ended at 1764696564.69 max_stuck=0.00/build=2.14/package=3.55/clean=0.69