------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The renattach 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 ------------------------------------------------------------------------------- ===> renattach-1.2.4_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The renattach 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 ===> renattach-1.2.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by renattach-1.2.4_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The renattach 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 ===> renattach-1.2.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by renattach-1.2.4_1 for building => SHA256 Checksum OK for renattach-1.2.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The renattach 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 ===> renattach-1.2.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by renattach-1.2.4_1 for building ===> Extracting for renattach-1.2.4_1 => SHA256 Checksum OK for renattach-1.2.4.tar.gz. Extracted Memory Use: 0.46M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for renattach-1.2.4_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for renattach-1.2.4_1 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes 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 style of include used by make... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... cpp checking for egrep... grep -E checking for ANSI C header files... (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 getopt.h... (cached) yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for signal.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 stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for execv... yes checking for fork... (cached) yes checking for ftruncate... yes checking for memset... (cached) yes checking for pipe... (cached) yes checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strncasecmp... (cached) yes checking for strrchr... (cached) yes checking for strstr... (cached) yes checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating conf/Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for renattach-1.2.4_1 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- renattach.o --- --- settings.o --- --- utility.o --- --- renattach.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -pedantic -Wall -DCONF_DIR=\"/usr/local/etc\" -pipe -O2 -fno-strict-aliasing -MT renattach.o -MD -MP -MF ".deps/renattach.Tpo" -c -o renattach.o renattach.c; then mv -f ".deps/renattach.Tpo" ".deps/renattach.Po"; else rm -f ".deps/renattach.Tpo"; exit 1; fi --- settings.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -pedantic -Wall -DCONF_DIR=\"/usr/local/etc\" -pipe -O2 -fno-strict-aliasing -MT settings.o -MD -MP -MF ".deps/settings.Tpo" -c -o settings.o settings.c; then mv -f ".deps/settings.Tpo" ".deps/settings.Po"; else rm -f ".deps/settings.Tpo"; exit 1; fi --- utility.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -pedantic -Wall -DCONF_DIR=\"/usr/local/etc\" -pipe -O2 -fno-strict-aliasing -MT utility.o -MD -MP -MF ".deps/utility.Tpo" -c -o utility.o utility.c; then mv -f ".deps/utility.Tpo" ".deps/utility.Po"; else rm -f ".deps/utility.Tpo"; exit 1; fi --- renattach.o --- renattach.c: In function 'is_line_mime': renattach.c:769:5: warning: 'strncat' output may be truncated copying between 0 and 511 bytes from a string of length 511 [-Wstringop-truncation] strncat(m_attachment->curspec->name, parsed, remaining); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ renattach.c:784:5: warning: 'strncat' output may be truncated copying between 0 and 511 bytes from a string of length 511 [-Wstringop-truncation] strncat(m_attachment->curspec->name, parsed, remaining); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ renattach.c: In function 'filter_pass': renattach.c:400:34: warning: '%s' directive writing up to 511 bytes into a region of size 505 [-Wformat-overflow=] sprintf(nameout, "\tname=\"%s\"", configuration.generic_name); ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ renattach.c:400:7: note: 'sprintf' output between 9 and 520 bytes into a destination of size 512 sprintf(nameout, "\tname=\"%s\"", configuration.generic_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ renattach.c:404:37: warning: '%s' directive writing up to 511 bytes into a region of size 501 [-Wformat-overflow=] sprintf(nameout, "\tfilename=\"%s\"", configuration.generic_name); ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ renattach.c:404:6: note: 'sprintf' output between 13 and 524 bytes into a destination of size 512 sprintf(nameout, "\tfilename=\"%s\"", configuration.generic_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ renattach.c:326:4: warning: 'strncpy' output may be truncated copying 511 bytes from a string of length 999 [-Wstringop-truncation] strncpy(messageid, linebuf, sizeof(messageid)-1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- renattach --- cc -pedantic -Wall -DCONF_DIR=\"/usr/local/etc\" -pipe -O2 -fno-strict-aliasing -o renattach renattach.o settings.o utility.o Making all in conf SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for renattach-1.2.4_1 ===> Generating temporary packing list Making install in src test -z "/usr/local/bin" || /bin/sh ../mkinstalldirs "/construction/mail/renattach/stage/usr/local/bin" install -s -m 555 'renattach' '/construction/mail/renattach/stage/usr/local/bin/renattach' test -z "/usr/local/man/man1" || /bin/sh ../mkinstalldirs "/construction/mail/renattach/stage/usr/local/man/man1" install -m 0644 './renattach.1' '/construction/mail/renattach/stage/usr/local/man/man1/renattach.1' Making install in conf test -z "/usr/local/etc" || /bin/sh ../mkinstalldirs "/construction/mail/renattach/stage/usr/local/etc" install -m 0644 'renattach.conf.ex' '/construction/mail/renattach/stage/usr/local/etc/renattach.conf.ex' /bin/mv /construction/mail/renattach/stage/usr/local/etc/renattach.conf.ex /construction/mail/renattach/stage/usr/local/etc/renattach.conf.sample cd /construction/mail/renattach/renattach-1.2.4 && install -m 0644 AUTHORS ChangeLog INSTALL NEWS README /construction/mail/renattach/stage/usr/local/share/doc/renattach ====> 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 renattach-1.2.4_1 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% packing files [8]: 0% packing files [8]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07