------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The snarf 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 ------------------------------------------------------------------------------- ===> snarf-7.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The snarf 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 ===> snarf-7.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by snarf-7.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The snarf 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 ===> snarf-7.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by snarf-7.0 for building => SHA256 Checksum OK for snarf-7.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The snarf 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 ===> snarf-7.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by snarf-7.0 for building ===> Extracting for snarf-7.0 => SHA256 Checksum OK for snarf-7.0.tar.gz. Extracted Memory Use: 0.33M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for snarf-7.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for snarf-7.0 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cpp checking for function prototypes... yes checking for cc option to accept ANSI C... (cached) none needed checking for working const... yes checking for a BSD compatible install... /usr/bin/install -c checking for socket... yes checking for gethostbyname... (cached) yes checking for gethostbyname... (cached) yes checking for strerror... (cached) yes checking for ANSI C header files... (cached) yes checking for strings.h... (cached) yes checking for stdarg.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for off_t... (cached) yes checking for ssize_t... (cached) yes checking for socklen_t... (cached) yes checking for strerror... (cached) yes checking for gettimeofday... (cached) yes checking for strdup... (cached) yes checking for herror... yes updating cache ./config.cache creating ./config.status creating Makefile creating snarf.spec creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for snarf-7.0 --- ./config.h.in --- --- ftp.o --- --- gopher.o --- --- http.o --- --- llist.o --- --- options.o --- --- snarf.o --- --- url.o --- --- util.o --- --- ftp.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -c ftp.c --- gopher.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -c gopher.c --- http.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -c http.c --- llist.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -c llist.c --- options.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -c options.c --- snarf.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -c snarf.c --- url.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -c url.c --- util.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -c util.c --- http.o --- http.c: In function 'make_http_header': http.c:60:30: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] while (*s != '\0' && isspace(*s)) { ^~~~~~~ --- util.o --- util.c: In function 'transfer': util.c:559:21: warning: implicit declaration of function 'http_transfer'; did you mean 'transfer'? [-Wimplicit-function-declaration] i = http_transfer(rsrc); ^~~~~~~~~~~~~ transfer util.c:562:21: warning: implicit declaration of function 'ftp_transfer'; did you mean 'transfer'? [-Wimplicit-function-declaration] i = ftp_transfer(rsrc); ^~~~~~~~~~~~ transfer util.c:565:21: warning: implicit declaration of function 'gopher_transfer'; did you mean 'transfer'? [-Wimplicit-function-declaration] i = gopher_transfer(rsrc); ^~~~~~~~~~~~~~~ transfer --- snarf --- cc -pipe -O2 -fno-strict-aliasing -o snarf ftp.o http.o llist.o options.o snarf.o url.o util.o gopher.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for snarf-7.0 ===> Generating temporary packing list install -s -m 555 /construction/www/snarf/snarf-7.0/snarf /construction/www/snarf/stage/usr/local/bin/ install -m 444 /construction/www/snarf/snarf-7.0/snarf.1 /construction/www/snarf/stage/usr/local/man/man1/ ====> 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 snarf-7.0 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05