>>> Building on exopi-4 under net/xl2tpd DIST = [net/xl2tpd:xl2tpd-1.3.15.tar.gz] FULLPKGNAME = xl2tpd-1.3.15p0 distfiles size=524960 >>> Running build in net/xl2tpd at 1713856586.82 ===> net/xl2tpd ===> Building from scratch xl2tpd-1.3.15p0 ===> Verifying specs: c util ===> found c.100.0 util.18.0 ===> Checking files for xl2tpd-1.3.15p0 `/exopi-cvs/ports/distfiles/xl2tpd-1.3.15.tar.gz' is up to date. >> (SHA256) xl2tpd-1.3.15.tar.gz: OK ===> Extracting for xl2tpd-1.3.15p0 ===> Patching for xl2tpd-1.3.15p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 56. Hunk #2 succeeded at 65. Hunk #3 succeeded at 90. Hunk #4 succeeded at 100. done ===> Applying OpenBSD patch patch-control_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable flow control as it's broken - https://github.com/xelerance/xl2tpd/issues/133 | |Index: control.c |--- control.c.orig |+++ control.c -------------------------- Patching file control.c using Plan A... Hunk #1 succeeded at 1506. done ===> Applying OpenBSD patch patch-doc_l2tpd_conf_sample Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- doc/l2tpd.conf.sample.orig Tue Jan 15 22:22:55 2013 |+++ doc/l2tpd.conf.sample Tue Jan 15 22:22:28 2013 -------------------------- Patching file doc/l2tpd.conf.sample using Plan A... Hunk #1 succeeded at 18. done ===> Applying OpenBSD patch patch-examples_ppp-options_xl2tpd Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |connect-delay not supported by our pppd | |--- examples/ppp-options.xl2tpd.orig Tue Jan 15 22:16:15 2013 |+++ examples/ppp-options.xl2tpd Tue Jan 15 22:17:33 2013 -------------------------- Patching file examples/ppp-options.xl2tpd using Plan A... Hunk #1 succeeded at 14. 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 xl2tpd-1.3.15p0 ===> Configuring for xl2tpd-1.3.15p0 perl -pi -e 's,/etc,/etc,' /exopi-obj/pobj/xl2tpd-1.3.15/xl2tpd-1.3.15/file.h ===> Building for xl2tpd-1.3.15p0 cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c xl2tpd.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c pty.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c misc.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c control.c control.c:253:35: warning: address of array 't->lac->hostname' will always evaluate to 'true' [-Wpointer-bool-conversion] if (t->lac && t->lac->hostname && t->lac->hostname[0]) ~~ ~~~~~~~~^~~~~~~~ control.c:255:40: warning: address of array 't->lns->hostname' will always evaluate to 'true' [-Wpointer-bool-conversion] else if (t->lns && t->lns->hostname && t->lns->hostname[0]) ~~ ~~~~~~~~^~~~~~~~ control.c:471:31: warning: address of array 't->lac->hostname' will always evaluate to 'true' [-Wpointer-bool-conversion] if (t->lac && t->lac->hostname && t->lac->hostname[0]) ~~ ~~~~~~~~^~~~~~~~ control.c:473:36: warning: address of array 't->lns->hostname' will always evaluate to 'true' [-Wpointer-bool-conversion] else if (t->lns && t->lns->hostname && t->lns->hostname[0]) ~~ ~~~~~~~~^~~~~~~~ 4 warnings generated. cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c avp.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c call.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c network.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c avpsend.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c scheduler.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c file.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c aaa.c cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION -c md5.c cc -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o -lutil control.c(control.o:(control_finish)): warning: strcat() is almost always misused, please use strlcat() misc.c(misc.o:(bufferDump)): warning: sprintf() is often misused, please use snprintf() misc.c(misc.o:(get_sys_entropy)): warning: rand() may return deterministic values, is that what you want? xl2tpd.c(xl2tpd.o:(lac_call)): warning: strcpy() is almost always misused, please use strlcpy() cc -O2 -pipe -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Wall -Wextra -DSANITY -DOPENBSD -DIP_ALLOCATION xl2tpd-control.c -o xl2tpd-control >>> Running package in net/xl2tpd at 1713856592.54 ===> net/xl2tpd ===> Faking installation for xl2tpd-1.3.15p0 /exopi-obj/pobj/xl2tpd-1.3.15/bin/install -c -s -m 755 /exopi-obj/pobj/xl2tpd-1.3.15/xl2tpd-1.3.15/xl2tpd{,-control} /exopi-obj/pobj/xl2tpd-1.3.15/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/xl2tpd-1.3.15/bin/install -c -m 644 /exopi-obj/pobj/xl2tpd-1.3.15/xl2tpd-1.3.15/doc/*.8 /exopi-obj/pobj/xl2tpd-1.3.15/fake-amd64/usr/local/man/man8/ /exopi-obj/pobj/xl2tpd-1.3.15/bin/install -c -m 644 /exopi-obj/pobj/xl2tpd-1.3.15/xl2tpd-1.3.15/doc/*.5 /exopi-obj/pobj/xl2tpd-1.3.15/fake-amd64/usr/local/man/man5/ /exopi-obj/pobj/xl2tpd-1.3.15/bin/install -d -m 755 /exopi-obj/pobj/xl2tpd-1.3.15/fake-amd64/usr/local/share/examples/xl2tpd/ cd /exopi-obj/pobj/xl2tpd-1.3.15/xl2tpd-1.3.15/doc; /exopi-obj/pobj/xl2tpd-1.3.15/bin/install -c -m 644 l2tpd.conf.sample l2tp-secrets.sample ../examples/ppp-options.xl2tpd /exopi-obj/pobj/xl2tpd-1.3.15/fake-amd64/usr/local/share/examples/xl2tpd/ Installing /exopi-cvs/ports/net/xl2tpd/pkg/README as /exopi-obj/pobj/xl2tpd-1.3.15/fake-amd64/usr/local/share/doc/pkg-readmes/xl2tpd Installing /exopi-cvs/ports/net/xl2tpd/pkg/xl2tpd.rc as /exopi-obj/pobj/xl2tpd-1.3.15/fake-amd64/etc/rc.d/xl2tpd ===> Building package for xl2tpd-1.3.15p0 Create /exopi-cvs/ports/packages/amd64/all/xl2tpd-1.3.15p0.tgz Creating package xl2tpd-1.3.15p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********* | 15% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 27% checksumming|******************* | 31% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************** | 42% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 58% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|****************************************** | 69% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************* | 77% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xl2tpd-1.3.15p0.tgz >>> Running clean in net/xl2tpd at 1713856595.90 ===> net/xl2tpd ===> Cleaning for xl2tpd-1.3.15p0 >>> Ended at 1713856598.12 max_stuck=0.00/build=5.71/package=3.31/clean=2.30