------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ffproxy port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ffproxy-1.6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ffproxy port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ffproxy-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ffproxy-1.6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ffproxy port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ffproxy-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ffproxy-1.6 for building => SHA256 Checksum OK for ffproxy-1.6.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ffproxy port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ffproxy-1.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ffproxy-1.6 for building ===> Extracting for ffproxy-1.6 => SHA256 Checksum OK for ffproxy-1.6.tar.gz. Extracted Memory Use: 0.51M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ffproxy-1.6 ===> Applying ports patches for ffproxy-1.6 ===> Cleanly applied ports patch(es) patch-Makefile.in patch-dbs.h patch-request.c patch-socket.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ffproxy-1.6 configure: loading site script /xports/Templates/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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for gethostbyname in -lnsl... no checking for connect in -lsocket... no checking how to run the C preprocessor... cpp checking for egrep... 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 syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... 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... yes checking for unistd.h... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... 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... yes checking for select... (cached) yes checking for socket... 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 SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ffproxy-1.6 --- man --- --- conf --- --- main.o --- --- print.o --- --- socket.o --- --- request.o --- --- http.o --- --- alloc.o --- --- filter.o --- --- db.o --- --- man --- for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do sed -e 's|_BASE_|/usr/local/share/ffproxy|g' -e 's|_CFGFILE_|/usr/local/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 --- conf --- sed -e 's|_BASE_|/usr/local/share/ffproxy|g' sample.config.s > sample.config || cp sample.config.s sample.config --- main.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c main.c --- print.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c print.c --- request.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c request.c --- http.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c http.c --- alloc.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c alloc.c --- filter.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c filter.c --- db.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c db.c --- conf --- cp sample.config ffproxy.conf.sample --- socket.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c socket.c --- file.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c file.c --- dns.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c dns.c --- request.o --- request.c: In function 'do_request': request.c:428:12: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] (void) strncat(buf, "\r\n", strlen("\r\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:452:10: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] (void) strncat(buf, "\r\n", strlen("\r\n")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- signals.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c signals.c --- access.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c access.c --- regex.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c regex.c --- msg.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c msg.c --- poll.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c poll.c --- number.o --- cc -pipe -O2 -fno-strict-aliasing -DCFGFILE="\"/usr/local/etc/ffproxy.conf\"" -DDATADIR="\"/usr/local/share/ffproxy\"" -c number.c --- request.o --- request.c:427:12: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] (void) strncat(buf, r->header[i++], len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:425:11: note: length computed here len += strlen(r->header[i]) + strlen("\r\n"); ^~~~~~~~~~~~~~~~~~~~ --- ffproxy --- 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 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ffproxy-1.6 ===> Generating temporary packing list /bin/sh ./mkinstalldirs /construction/www/ffproxy/stage/usr/local/bin /construction/www/ffproxy/stage/usr/local/share /construction/www/ffproxy/stage/usr/local/etc /construction/www/ffproxy/stage/usr/local/share/ffproxy /construction/www/ffproxy/stage/usr/local/share/ffproxy/db /construction/www/ffproxy/stage/usr/local/share/ffproxy/html /construction/www/ffproxy/stage/usr/local/man /construction/www/ffproxy/stage/usr/local/man/man5 /construction/www/ffproxy/stage/usr/local/man/man7 /construction/www/ffproxy/stage/usr/local/man/man8 mkdir -p -- /construction/www/ffproxy/stage/usr/local/share/ffproxy /construction/www/ffproxy/stage/usr/local/share/ffproxy/db /construction/www/ffproxy/stage/usr/local/share/ffproxy/html /construction/www/ffproxy/stage/usr/local/man /construction/www/ffproxy/stage/usr/local/man/man5 /construction/www/ffproxy/stage/usr/local/man/man7 /construction/www/ffproxy/stage/usr/local/man/man8 install -s -m 555 ffproxy /construction/www/ffproxy/stage/usr/local/bin for i in ffproxy.8 ffproxy.conf.5 ffproxy.quick.7; do sed -e 's|_BASE_|/usr/local/share/ffproxy|g' -e 's|_CFGFILE_|/usr/local/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 install -m 0644 ffproxy.conf.5 /construction/www/ffproxy/stage/usr/local/man/man5 install -m 0644 ffproxy.quick.7 /construction/www/ffproxy/stage/usr/local/man/man7 install -m 0644 ffproxy.8 /construction/www/ffproxy/stage/usr/local/man/man8 sed -e 's|_BASE_|/usr/local/share/ffproxy|g' sample.config.s > sample.config || cp sample.config.s sample.config cp sample.config ffproxy.conf.sample install -m 0644 ffproxy.conf.sample /construction/www/ffproxy/stage/usr/local/etc install -m 0644 sample.config /construction/www/ffproxy/stage/usr/local/share/ffproxy install -m 0644 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 /construction/www/ffproxy/stage/usr/local/share/ffproxy/db install -m 0644 html/connect html/filtered html/invalid html/post html/resolve /construction/www/ffproxy/stage/usr/local/share/ffproxy/html ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ffproxy-1.6 file sizes/checksums [23]: 0% file sizes/checksums [23]: 100% packing files [23]: 0% packing files [23]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:08