------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The smtpfeed 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 ------------------------------------------------------------------------------- ===> smtpfeed-1.23 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The smtpfeed 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 ===> smtpfeed-1.23 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smtpfeed-1.23 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The smtpfeed 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 ===> smtpfeed-1.23 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smtpfeed-1.23 for building => SHA256 Checksum OK for smtpfeed-1.23.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The smtpfeed 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 ===> smtpfeed-1.23 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by smtpfeed-1.23 for building ===> Extracting for smtpfeed-1.23 => SHA256 Checksum OK for smtpfeed-1.23.tar.gz. Extracted Memory Use: 0.76M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for smtpfeed-1.23 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for smtpfeed-1.23 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for lib_exec... /usr/libexec checking for gcc... cc checking whether the C compiler (cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -Wno-error=return-type -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 a BSD compatible install... /usr/bin/install -c checking for rm... /bin/rm checking how to run the C preprocessor... cpp checking for main in -lnsl... no checking for connect... yes checking for setproctitle in -lutil... yes checking whether to enable ipv6... yes checking for lib_exec... (cached) /usr/libexec checking ipv6 stack type... kame using libc checking for IPv6 resolver type... normal checking for main in -lresolv... no checking for inet_aton in -lresolv... no checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for netinet/in.h... (cached) yes Your has sin_len in sockaddr_in. checking for working const... yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether cc needs -traditional... no checking return type of signal handlers... void checking for strerror... (cached) yes checking for snprintf... (cached) yes checking for setproctitle... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating compat.h compat.h is unchanged SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for smtpfeed-1.23 --- address.o --- --- dns.o --- --- lmtp.o --- --- log.o --- --- main.o --- --- mxrand.o --- --- proctitle.o --- --- smtp.o --- --- util.o --- --- version.o --- --- address.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c address.c --- dns.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c dns.c --- lmtp.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c lmtp.c --- log.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c log.c --- util.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c util.c --- version.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c version.c --- main.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c main.c --- proctitle.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c proctitle.c --- smtp.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c smtp.c --- mxrand.o --- cc -DINET6 -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c mxrand.c --- dns.o --- dns.c:393:8: warning: type defaults to 'int' in declaration of 'query_chain_count' [-Wimplicit-int] static query_chain_count = 0; ^~~~~~~~~~~~~~~~~ --- util.o --- util.c: In function 'resource_usage': util.c:91:9: warning: type defaults to 'int' in declaration of 'firsttime' [-Wimplicit-int] static firsttime=1; ^~~~~~~~~ --- dns.o --- dns.c: In function 'process_query': dns.c:856:5: warning: implicit declaration of function 'show_query'; did you mean 'make_query'? [-Wimplicit-function-declaration] show_query("DNS: answer received", ^~~~~~~~~~ make_query --- util.o --- util.c: In function 'host_map_load': util.c:579:6: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-overflow=] strncat (tmpbuf, ":", sizeof(tmpbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dns.o --- dns.c: At top level: dns.c:2225:1: warning: return type defaults to 'int' [-Wimplicit-int] show_query(t, b, e) ^~~~~~~~~~ dns.c: In function 'show_query': dns.c:2242:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ dns.c:2225:1: note: declared here show_query(t, b, e) ^~~~~~~~~~ dns.c:2252:4: warning: 'return' with no value, in function returning non-void return; ^~~~~~ dns.c:2225:1: note: declared here show_query(t, b, e) ^~~~~~~~~~ dns.c:2262:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ dns.c:2225:1: note: declared here show_query(t, b, e) ^~~~~~~~~~ dns.c:2273:4: warning: 'return' with no value, in function returning non-void return; ^~~~~~ dns.c:2225:1: note: declared here show_query(t, b, e) ^~~~~~~~~~ dns.c:2282:4: warning: 'return' with no value, in function returning non-void return; ^~~~~~ dns.c:2225:1: note: declared here show_query(t, b, e) ^~~~~~~~~~ --- smtp.o --- smtp.c: In function 'markstatus': smtp.c:912:6: warning: 'strncat' specified bound 64 equals destination size [-Wstringop-overflow=] strncat(pbuf, "v6", sizeof(pbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smtp.c:916:6: warning: 'strncat' specified bound 64 equals destination size [-Wstringop-overflow=] strncat(pbuf, "v4", sizeof(pbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smtp.c:995:5: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-overflow=] strncat(hbuf, " (gateway)", sizeof(hbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smtp.c:920:5: warning: 'strncat' specified bound 64 equals destination size [-Wstringop-overflow=] strncat(pbuf, (*pbuf != '\0')?",esmtp":"esmtp", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(pbuf)); ~~~~~~~~~~~~~ smtp.c:923:5: warning: 'strncat' specified bound 64 equals destination size [-Wstringop-overflow=] strncat(pbuf, (*pbuf != '\0')?",smtp":"smtp", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(pbuf)); ~~~~~~~~~~~~~ smtp.c:930:5: warning: 'strncat' specified bound 64 equals destination size [-Wstringop-overflow=] strncat(pbuf, (*pbuf != '\0')?",size":"size", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(pbuf)); ~~~~~~~~~~~~~ smtp.c:933:5: warning: 'strncat' specified bound 64 equals destination size [-Wstringop-overflow=] strncat(pbuf, (*pbuf != '\0')?",8bm":"8bm", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(pbuf)); ~~~~~~~~~~~~~ smtp.c:941:5: warning: 'strncat' specified bound 64 equals destination size [-Wstringop-overflow=] strncat(pbuf, (*pbuf != '\0')?",dsn":"dsn", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(pbuf)); ~~~~~~~~~~~~~ smtp.c:944:5: warning: 'strncat' specified bound 64 equals destination size [-Wstringop-overflow=] strncat(pbuf, (*pbuf != '\0')?",pl":"pl", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(pbuf)); ~~~~~~~~~~~~~ --- util.o --- util.c:580:6: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-overflow=] strncat (tmpbuf, *argp, sizeof(tmpbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- smtpfeed --- cc -o smtpfeed address.o dns.o lmtp.o log.o main.o mxrand.o proctitle.o smtp.o util.o version.o -lutil SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for smtpfeed-1.23 ===> Generating temporary packing list install -s -m 555 /construction/mail/smtpfeed/smtpfeed-1.23/smtpfeed /construction/mail/smtpfeed/stage/usr/local/libexec install -m 444 /construction/mail/smtpfeed/smtpfeed-1.23/smtpfeed.8 /construction/mail/smtpfeed/stage/usr/local/man/man8 /bin/mkdir -p /construction/mail/smtpfeed/stage/usr/local/share/doc/smtpfeed install -m 0644 /construction/mail/smtpfeed/smtpfeed-1.23/FEATURES /construction/mail/smtpfeed/smtpfeed-1.23/FEATURES.j /construction/mail/smtpfeed/smtpfeed-1.23/FYI /construction/mail/smtpfeed/smtpfeed-1.23/FYI.j /construction/mail/smtpfeed/smtpfeed-1.23/INSTALL /construction/mail/smtpfeed/smtpfeed-1.23/INSTALL.j /construction/mail/smtpfeed/smtpfeed-1.23/ML-ADMIN /construction/mail/smtpfeed/smtpfeed-1.23/ML-ADMIN.j /construction/mail/smtpfeed/smtpfeed-1.23/OPTIONS /construction/mail/smtpfeed/smtpfeed-1.23/OPTIONS.j /construction/mail/smtpfeed/smtpfeed-1.23/README /construction/mail/smtpfeed/smtpfeed-1.23/README.j /construction/mail/smtpfeed/smtpfeed-1.23/RELEASE.NOTE /construction/mail/smtpfeed/smtpfeed-1.23/SIGNAL /construction/mail/smtpfeed/smtpfeed-1.23/SIGNAL.j /construction/mail/smtpfeed/smtpfeed-1.23/TODO /construction/mail/smtpfeed/smtpfeed-1.23/smtpfeed.html /construction/mail/smtpfeed/stage/usr/local/share/doc/smtpfeed ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for smtpfeed-1.23 file sizes/checksums [19]: 0% file sizes/checksums [19]: 100% packing files [19]: 0% packing files [19]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06