>>> Building on exopi-3 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 1713856744.26 ===> net/bing ===> Building from scratch bing-1.0.5p3 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for bing-1.0.5p3 `/exopi-cvs/ports/distfiles/bing-1.0.5.tar.gz' is up to date. >> (SHA256) bing-1.0.5.tar.gz: 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 C2x [-Wdeprecated-non-prototype] 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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] (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] (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] (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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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] (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 C2x [-Wdeprecated-non-prototype] 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] (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] (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] 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 C2x [-Wdeprecated-non-prototype] 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] 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] 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] 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] 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] 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] 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] 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] void adapt_rtt(min1s, min1b, min2s, min2b) ^ bing.c:1032:27: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] (void)printf("%6ld%6ld", ntransmitted, received - nrepeats); ~~~~ ^~~~~~~~~~~~ %6d bing.c:1032:41: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] (void)printf("%6ld%6ld", ntransmitted, received - nrepeats); ~~~~ ^~~~~~~~~~~~~~~~~~~ %6d bing.c:1034:24: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] (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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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] err(1, "unable to drop permissions"); ^ bing.c:1370:29: warning: format specifies type 'char *' but the argument has type 'int *' [-Wformat] &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] 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] 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] 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] 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] 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] sigaction(SIGALRM, &sa, NULL); ^ bing.c:1569:51: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 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 C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 47 warnings generated. bing.c(/tmp/bing-fb4f5a.o:(randomfill)): warning: random() may return deterministic values, is that what you want? >>> Running package in net/bing at 1713856746.32 ===> 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|******************************************** | 68% archiving|**************************************************** | 81% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bing-1.0.5p3.tgz >>> Running clean in net/bing at 1713856748.78 ===> net/bing ===> Cleaning for bing-1.0.5p3 >>> Ended at 1713856749.25 max_stuck=0.38/build=2.02/package=2.52/clean=0.50