>>> Building on exopi-6 under www/ffproxy DIST = [www/ffproxy:ffproxy-1.6.tar.gz] FULLPKGNAME = ffproxy-1.6p3 distfiles size=77535 >>> Running build in www/ffproxy at 1714829034.80 ===> www/ffproxy ===> Building from scratch ffproxy-1.6p3 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for ffproxy-1.6p3 `/exopi-cvs/ports/distfiles/ffproxy-1.6.tar.gz' is up to date. >> (SHA256) ffproxy-1.6.tar.gz: OK ===> Extracting for ffproxy-1.6p3 ===> Patching for ffproxy-1.6p3 ===> Applying OpenBSD patch patch-request_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- request.c.orig Fri Mar 16 21:59:09 2012 |+++ request.c Fri Mar 16 21:59:24 2012 -------------------------- Patching file request.c using Plan A... Hunk #1 succeeded at 49. Hunk #2 succeeded at 63. Hunk #3 succeeded at 189. Hunk #4 succeeded at 228. Hunk #5 succeeded at 493. done ===> Applying OpenBSD patch patch-sample_config_s Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- sample.config.s.orig Sat Feb 12 21:46:52 2005 |+++ sample.config.s Sat Feb 12 21:47:04 2005 -------------------------- Patching file sample.config.s using Plan A... Hunk #1 succeeded at 57. 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 ffproxy-1.6p3 ===> Configuring for ffproxy-1.6p3 Using /exopi-obj/pobj/ffproxy-1.6/config.site (generated) configure: loading site script /exopi-obj/pobj/ffproxy-1.6/config.site checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /exopi-obj/pobj/ffproxy-1.6/bin/install -c checking for gethostbyname in -lnsl... no checking for connect in -lsocket... no checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for syslog.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for unistd.h... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... (cached) int,fd_set *,struct timeval * checking return type of signal handlers... (cached) void checking for dup2... (cached) yes checking for gethostbyname... (cached) yes checking for inet_ntoa... (cached) yes checking for memset... (cached) yes checking for regcomp... (cached) yes checking for select... (cached) yes checking for socket... (cached) yes checking for strchr... (cached) yes checking for strncasecmp... (cached) yes checking for daemon... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating configure.h ===> Building for ffproxy-1.6p3 cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c main.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c print.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c socket.c socket.c:106:26: warning: address of array 'config.ipv6' will always evaluate to 'true' [-Wpointer-bool-conversion] if (i == 1 || (config.ipv6 && !config.ipv4)) ~~~~~~~^~~~ ~~ socket.c:106:42: warning: address of array 'config.ipv4' will always evaluate to 'true' [-Wpointer-bool-conversion] if (i == 1 || (config.ipv6 && !config.ipv4)) ~~~~~~~~^~~~ 2 warnings generated. cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c request.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c http.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c alloc.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c filter.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c db.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c file.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c dns.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c signals.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c access.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c regex.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c msg.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c poll.c cc -O2 -pipe -DCFGFILE="\"/etc/ffproxy.conf\"" -DDATADIR="\"/var/ffproxy\"" -c number.c cc -o ffproxy main.o print.o socket.o request.o http.o alloc.o filter.o db.o file.o dns.o signals.o access.o regex.o msg.o poll.o number.o request.c(request.o:(read_header)): warning: strcpy() is almost always misused, please use strlcpy() request.c(request.o:(do_request)): warning: strcat() is almost always misused, please use strlcat() for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do sed -e 's|_BASE_|/var/ffproxy|g' -e 's|_CFGFILE_|/etc/ffproxy.conf|g' $i.s > $i; done || for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do cp $i $i.s; done sed -e 's|_BASE_|/var/ffproxy|g' sample.config.s > sample.config || cp sample.config.s sample.config cp sample.config ffproxy.conf >>> Running package in www/ffproxy at 1714829044.66 ===> www/ffproxy ===> Faking installation for ffproxy-1.6p3 /bin/sh ./mkinstalldirs /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/bin /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var /exopi-obj/pobj/ffproxy-1.6/fake-amd64/etc /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy/db /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy/html /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man5 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man7 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man8 mkdir -p -- /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy/db /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy/html /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man5 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man7 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/ffproxy-1.6/bin/install -c -s -m 755 ffproxy /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/bin for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do sed -e 's|_BASE_|/var/ffproxy|g' -e 's|_CFGFILE_|/etc/ffproxy.conf|g' $i.s > $i; done || for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do cp $i $i.s; done /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 ffproxy.conf.5 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man5 /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 ffproxy.quick.7 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man7 /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 ffproxy.8 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/man/man8 sed -e 's|_BASE_|/var/ffproxy|g' sample.config.s > sample.config || cp sample.config.s sample.config cp sample.config ffproxy.conf /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 ffproxy.conf /exopi-obj/pobj/ffproxy-1.6/fake-amd64/etc /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 sample.config /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 db/access.dyndns db/access.host db/access.ip db/filter.header.add db/filter.header.drop db/filter.header.entry db/filter.header.match db/filter.host.match db/filter.rheader.drop db/filter.rheader.entry db/filter.rheader.match db/filter.url.match /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy/db /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 html/connect html/filtered html/invalid html/post html/resolve /exopi-obj/pobj/ffproxy-1.6/fake-amd64/var/ffproxy/html /exopi-obj/pobj/ffproxy-1.6/bin/install -d -m 755 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/share/doc/ffproxy /exopi-obj/pobj/ffproxy-1.6/bin/install -d -m 755 /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/share/examples/ffproxy/{db,html} /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 /exopi-obj/pobj/ffproxy-1.6/ffproxy-1.6/README /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/share/doc/ffproxy /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 /exopi-obj/pobj/ffproxy-1.6/ffproxy-1.6/sample.config /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/share/examples/ffproxy/ffproxy.conf /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 /exopi-obj/pobj/ffproxy-1.6/ffproxy-1.6/db/* /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/share/examples/ffproxy/db/ /exopi-obj/pobj/ffproxy-1.6/bin/install -c -m 644 /exopi-obj/pobj/ffproxy-1.6/ffproxy-1.6/html/* /exopi-obj/pobj/ffproxy-1.6/fake-amd64/usr/local/share/examples/ffproxy/html/ ===> Building package for ffproxy-1.6p3 Create /exopi-cvs/ports/packages/amd64/all/ffproxy-1.6p3.tgz Creating package ffproxy-1.6p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 5% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 12% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 24% checksumming|**************** | 25% checksumming|***************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 75% checksumming|*********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************ | 57% archiving|****************************************** | 65% archiving|********************************************** | 71% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ffproxy-1.6p3.tgz >>> Running clean in www/ffproxy at 1714829048.30 ===> www/ffproxy ===> Cleaning for ffproxy-1.6p3 >>> Ended at 1714829048.78 max_stuck=0.00/build=9.84/package=3.65/clean=0.52