>>> Building on exopi-4 under mail/mboxgrep BDEPENDS = [devel/pcre;archivers/bzip2] DIST = [mail/mboxgrep:mboxgrep-0.7.9.tar.gz] FULLPKGNAME = mboxgrep-0.7.9p0 RDEPENDS = [archivers/bzip2;devel/pcre] (Junk lock obtained for exopi-4 at 1713477309.23) >>> Running depends in mail/mboxgrep at 1713477309.28 last junk was in mail/thunderbird-i18n/fr /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 pcre-8.45 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 pcre-8.45 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 pcre-8.45 >>> Running show-prepare-results in mail/mboxgrep at 1713477312.59 ===> mail/mboxgrep ===> Building from scratch mboxgrep-0.7.9p0 ===> mboxgrep-0.7.9p0 depends on: bzip2-* -> bzip2-1.0.8p0 ===> mboxgrep-0.7.9p0 depends on: pcre-* -> pcre-8.45 ===> Verifying specs: bz2 c pcre z ===> found bz2.10.4 c.100.0 pcre.3.0 z.7.0 bzip2-1.0.8p0 pcre-8.45 (Junk lock released for exopi-4 at 1713477314.42) Woken up mail/opensmtpd-filters/dkimsign distfiles size=76067 >>> Running build in mail/mboxgrep at 1713477315.59 ===> mail/mboxgrep ===> Checking files for mboxgrep-0.7.9p0 `/exopi-cvs/ports/distfiles/mboxgrep-0.7.9.tar.gz' is up to date. >> (SHA256) mboxgrep-0.7.9.tar.gz: OK ===> Extracting for mboxgrep-0.7.9p0 ===> Patching for mboxgrep-0.7.9p0 ===> Applying OpenBSD patch patch-src_getopt_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |getopt.c:457: warning: incompatible implicit declaration of built-in function 'strlen' | |--- src/getopt.c.orig Fri Jun 19 14:38:04 2015 |+++ src/getopt.c Fri Jun 19 14:38:27 2015 -------------------------- Patching file src/getopt.c using Plan A... Hunk #1 succeeded at 30. done ===> Applying OpenBSD patch patch-src_main_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix for -fno-common | |main.c:317: warning: dereferencing 'void *' pointer |main.c:317: error: request for member '_file' in something not a structure or union | |Index: src/main.c |--- src/main.c.orig |+++ src/main.c -------------------------- Patching file src/main.c using Plan A... Hunk #1 succeeded at 47. Hunk #2 succeeded at 56. done ===> Applying OpenBSD patch patch-src_mboxgrep_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/mboxgrep.h |--- src/mboxgrep.h.orig |+++ src/mboxgrep.h -------------------------- Patching file src/mboxgrep.h using Plan A... Hunk #1 succeeded at 129. done ===> Applying OpenBSD patch patch-src_misc_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/misc.c |--- src/misc.c.orig |+++ src/misc.c -------------------------- Patching file src/misc.c using Plan A... Hunk #1 succeeded at 20. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for mboxgrep-0.7.9p0 ===> Configuring for mboxgrep-0.7.9p0 Using /exopi-obj/pobj/mboxgrep-0.7.9/config.site (generated) configure: loading site script /exopi-obj/pobj/mboxgrep-0.7.9/config.site checking for gcc... cc checking for C compiler default output... 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /exopi-obj/pobj/mboxgrep-0.7.9/bin/install -c checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for pcre-config... /usr/local/bin/pcre-config checking for gzopen in -lz... yes checking for BZ2_bzopen in -lbz2... yes checking for like_monday in -lgarfield... no checking for fcntl... (cached) yes checking for flock... (cached) yes checking for regcomp... (cached) yes checking for strptime... (cached) yes checking for ftw... (cached) yes checking for fts_open... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/config.h ===> Building for mboxgrep-0.7.9p0 cd src; /usr/bin/make cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c info.c info.c:34:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf (stdout, str); ^~~ info.c:34:20: note: treat the string as an argument to avoid this fprintf (stdout, str); ^ "%s", 1 warning generated. cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c main.c In file included from main.c:37: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ main.c:350:15: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] gzclose (tmpp); ^~~~ /usr/include/zlib.h:1637:39: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzclose(gzFile file); ^ 2 warnings generated. cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c mh.c cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c scan.c scan.c:244:20: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] len = gzwrite (tmpp, (msg->headers+quux), ^~~~ /usr/include/zlib.h:1454:36: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len); ^ scan.c:251:16: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] gzwrite(tmpp, "\n", 1); ^~~~ /usr/include/zlib.h:1454:36: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len); ^ scan.c:256:19: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] len = gzwrite(tmpp, (msg->body+quux), ^~~~ /usr/include/zlib.h:1454:36: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len); ^ 3 warnings generated. cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c maildir.c cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c mbox.c cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c misc.c cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c wrap.c wrap.c:114:8: warning: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] blah = gzdopen (fildes, mode); ^ ~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c getopt.c getopt.c:194:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_index (str, chr) ^ getopt.c:208:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_bcopy (from, to, size) ^ getopt.c:238:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exchange (argv) ^ getopt.c:316:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _getopt_internal (argc, argv, optstring, longopts, longind, long_only) ^ getopt.c:351:23: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] else if (getenv ("POSIXLY_CORRECT") != NULL) ^ getopt.c:650:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt (argc, argv, optstring) ^ In file included from getopt.c:99: ./getopt.h:104:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int getopt (); ^ 7 warnings generated. cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c getopt1.c cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -I. -I. -c md5.c getopt1.c:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long (argc, argv, options, long_options, opt_index) ^ getopt1.c:71:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getopt_long_only (argc, argv, options, long_options, opt_index) ^ 2 warnings generated. md5.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_init_ctx (ctx) ^ md5.c:90:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_read_ctx (ctx, resbuf) ^ md5.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_finish_ctx (ctx, resbuf) ^ md5.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_stream (stream, resblock) ^ md5.c:196:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_buffer (buffer, len, resblock) ^ md5.c:215:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_process_bytes (buffer, len, ctx) ^ md5.c:288:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] md5_process_block (buffer, len, ctx) ^ 7 warnings generated. cc -O2 -pipe -DHAVE_CONFIG_H -I/usr/local/include -o mboxgrep info.o main.o mh.o scan.o maildir.o mbox.o misc.o wrap.o getopt.o getopt1.o md5.o -lbz2 -lz -L/usr/local/lib -L/usr/local/lib -Wl,-R/usr/local/lib -lpcre mh.c(mh.o:(mh_read_message)): warning: sprintf() is often misused, please use snprintf() mh.c(mh.o:(mh_read_message)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in mail/mboxgrep at 1713477325.67 ===> mail/mboxgrep ===> Faking installation for mboxgrep-0.7.9p0 cd src; /usr/bin/make install /exopi-obj/pobj/mboxgrep-0.7.9/bin/install -c -d /exopi-obj/pobj/mboxgrep-0.7.9/fake-amd64/usr/local/bin /exopi-obj/pobj/mboxgrep-0.7.9/bin/install -c -s mboxgrep /exopi-obj/pobj/mboxgrep-0.7.9/fake-amd64/usr/local/bin cd doc; /usr/bin/make install /exopi-obj/pobj/mboxgrep-0.7.9/bin/install -c -d /exopi-obj/pobj/mboxgrep-0.7.9/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/mboxgrep-0.7.9/bin/install -c -m 0644 mboxgrep.1 /exopi-obj/pobj/mboxgrep-0.7.9/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/mboxgrep-0.7.9/bin/install -c -d /exopi-obj/pobj/mboxgrep-0.7.9/fake-amd64/usr/local/info /exopi-obj/pobj/mboxgrep-0.7.9/bin/install -c -m 0644 mboxgrep.info /exopi-obj/pobj/mboxgrep-0.7.9/fake-amd64/usr/local/info ===> Building package for mboxgrep-0.7.9p0 Create /exopi-cvs/ports/packages/amd64/all/mboxgrep-0.7.9p0.tgz Creating package mboxgrep-0.7.9p0 reading plist| checking dependencies| checking dependencies|archivers/bzip2 checking dependencies|devel/pcre checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|*************************************************** | 80% archiving|************************************************************ | 93% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/mboxgrep-0.7.9p0.tgz >>> Running clean in mail/mboxgrep at 1713477333.18 ===> mail/mboxgrep ===> Cleaning for mboxgrep-0.7.9p0 >>> Ended at 1713477336.84 max_stuck=0.21/depends=3.29/show-prepare-results=2.45/build=8.97/package=8.81/clean=4.06