------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- /!\ chk4mail-2.28: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ chk4mail-2.28: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by chk4mail-2.28 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ chk4mail-2.28: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by chk4mail-2.28 for building => SHA256 Checksum OK for chk4mail-2.28.tar.gz. SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ chk4mail-2.28: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by chk4mail-2.28 for building ===> Extracting for chk4mail-2.28 => SHA256 Checksum OK for chk4mail-2.28.tar.gz. Extracted Memory Use: 0.41M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for chk4mail-2.28 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for chk4mail-2.28 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 a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for cc option to accept ISO C99... none needed checking whether ln -s works... yes checking for strlcpy... (cached) yes checking for fgetln... yes checking if compiler recognises -pthread... yes checking whether _PATH_MAILDIR is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for chk4mail-2.28 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in man Making all in src --- chk4mail.o --- --- chkimap.o --- --- chk4mail.o --- cc -DHAVE_CONFIG_H -I. -I.. -W -Wall -O2 -pipe -O2 -fno-strict-aliasing -pthread -MT chk4mail.o -MD -MP -MF .deps/chk4mail.Tpo -c -o chk4mail.o chk4mail.c --- chkimap.o --- cc -DHAVE_CONFIG_H -I. -I.. -W -Wall -O2 -pipe -O2 -fno-strict-aliasing -pthread -MT chkimap.o -MD -MP -MF .deps/chkimap.Tpo -c -o chkimap.o chkimap.c chkimap.c: In function 'imapexec': chkimap.c:132:5: warning: variable 'done' set but not used [-Wunused-but-set-variable] done; ^~~~ chkimap.c: In function 'main': chkimap.c:194:6: warning: variable 'done' set but not used [-Wunused-but-set-variable] done, ^~~~ mv -f .deps/chkimap.Tpo .deps/chkimap.Po --- chkimap --- cc -W -Wall -O2 -pipe -O2 -fno-strict-aliasing -pthread -o chkimap chkimap.o --- chk4mail.o --- chk4mail.c: In function 'parse_folder': chk4mail.c:436:34: warning: '/cur' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/cur", dir); ^~~~ chk4mail.c:436:2: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024 snprintf(filename, PATH_MAX, "%s/cur", dir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chk4mail.c:338:34: warning: '/cur' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/cur", subdir); ^~~~ chk4mail.c:338:2: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024 snprintf(filename, PATH_MAX, "%s/cur", subdir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chk4mail.c:367:34: warning: '/new' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/new", subdir); /* len ok */ ^~~~ chk4mail.c:367:2: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024 snprintf(filename, PATH_MAX, "%s/new", subdir); /* len ok */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chk4mail.c:410:37: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, PATH_MAX, "%s/%s", subdir, file->d_name); ^~ chk4mail.c:410:4: note: 'snprintf' output between 2 and 1280 bytes into a destination of size 1024 snprintf(filename, PATH_MAX, "%s/%s", subdir, file->d_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/chk4mail.Tpo .deps/chk4mail.Po --- chk4mail --- cc -W -Wall -O2 -pipe -O2 -fno-strict-aliasing -pthread -o chk4mail chk4mail.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for chk4mail-2.28 ===> Generating temporary packing list Making install in man /bin/mkdir -p '/construction/mail/chk4mail/stage/usr/local/man/man1' install -m 0644 chk4mail.1 chkimap.1 '/construction/mail/chk4mail/stage/usr/local/man/man1' Making install in src /bin/mkdir -p '/construction/mail/chk4mail/stage/usr/local/bin' install -s -m 555 chk4mail chkimap '/construction/mail/chk4mail/stage/usr/local/bin' /usr/bin/make install-exec-hook ====> 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: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for chk4mail-2.28 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:43