>>> Building on exopi-6 under mail/altermime DIST = [mail/altermime:altermime-0.3.10.tar.gz] FULLPKGNAME = altermime-0.3.10p1 distfiles size=85396 >>> Running build in mail/altermime at 1713856772.15 ===> mail/altermime ===> Building from scratch altermime-0.3.10p1 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for altermime-0.3.10p1 `/exopi-cvs/ports/distfiles/altermime-0.3.10.tar.gz' is up to date. >> (SHA256) altermime-0.3.10.tar.gz: OK ===> Extracting for altermime-0.3.10p1 ===> Patching for altermime-0.3.10p1 ===> Applying OpenBSD patch patch-MIME_headers_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |http://bugs.debian.org/625307 |http://bugs.debian.org/602515 | |--- MIME_headers.c.orig Sun Nov 16 09:45:45 2008 |+++ MIME_headers.c Wed May 30 15:45:22 2012 -------------------------- Patching file MIME_headers.c using Plan A... Hunk #1 succeeded at 1081. Hunk #2 succeeded at 1182. Hunk #3 succeeded at 1268. Hunk #4 succeeded at 2239. Hunk #5 succeeded at 2720. done ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Sun Nov 16 09:45:45 2008 |+++ Makefile Wed May 30 15:27:29 2012 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 24. done ===> Applying OpenBSD patch patch-altermime_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: altermime.c |--- altermime.c.orig |+++ altermime.c -------------------------- Patching file altermime.c using Plan A... Hunk #1 succeeded at 11. Hunk #2 succeeded at 321. done ===> Applying OpenBSD patch patch-mime_alter_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |http://bugs.debian.org/625307 | |--- mime_alter.c.orig Sun Nov 16 09:45:45 2008 |+++ mime_alter.c Wed May 30 15:44:10 2012 -------------------------- Patching file mime_alter.c using Plan A... Hunk #1 succeeded at 2432. Hunk #2 succeeded at 2622. Hunk #3 succeeded at 3696. Hunk #4 succeeded at 3773. done ===> Applying OpenBSD patch patch-qpe_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |warning: format '%d' expects type 'int', but argument 3 has type 'size_t' | |--- qpe.c.orig Sun Nov 16 09:45:45 2008 |+++ qpe.c Wed May 30 15:24:00 2012 -------------------------- Patching file qpe.c using Plan A... Hunk #1 succeeded at 97. Hunk #2 succeeded at 108. Hunk #3 succeeded at 149. Hunk #4 succeeded at 169. 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 altermime-0.3.10p1 ===> Configuring for altermime-0.3.10p1 ===> Building for altermime-0.3.10p1 cc -O2 -pipe -c strstack.c cc -O2 -pipe -c mime_alter.c cc -O2 -pipe -c ffget.c ffget.c:553:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ( (*crlfpos == '\r') ) ~~~~~~~~~^~~~~~~ ffget.c:553:20: note: remove extraneous parentheses around the comparison to silence this warning if ( (*crlfpos == '\r') ) ~ ^ ~ ffget.c:553:20: note: use '=' to turn this equality comparison into an assignment if ( (*crlfpos == '\r') ) ^~ = cc -O2 -pipe -c pldstr.c 1 warning generated. pldstr.c:300:33: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] if ((st->start)&&(st->start != '\0')) ^~~~ (void *)0 1 warning generated. cc -O2 -pipe -c filename-filters.c cc -O2 -pipe -c logger.c cc -O2 -pipe -c MIME_headers.c cc -O2 -pipe -c libmime-decoders.c cc -O2 -pipe -c boundary-stack.c cc -O2 -pipe -c qpe.c qpe.c:49:18: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] if (lineend != '\0') { ^~~~ (void *)0 qpe.c:100:39: warning: invalid conversion specifier 'Z' [-Wformat-invalid-specifier] QPD fprintf(stdout, "Soft break (%Zd + %d > 76 char) for '%s'\n", current_line_length, charout_size, paragraph); ~^ qpe.c:100:71: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] QPD fprintf(stdout, "Soft break (%Zd + %d > 76 char) for '%s'\n", current_line_length, charout_size, paragraph); ~~ ^~~~~~~~~~~~~~~~~~~ %zu qpe.c:100:92: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] QPD fprintf(stdout, "Soft break (%Zd + %d > 76 char) for '%s'\n", current_line_length, charout_size, paragraph); ~~ ^~~~~~~~~~~~ %d qpe.c:100:106: warning: data argument not used by format string [-Wformat-extra-args] QPD fprintf(stdout, "Soft break (%Zd + %d > 76 char) for '%s'\n", current_line_length, charout_size, paragraph); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ qpe.c:111:58: warning: invalid conversion specifier 'Z' [-Wformat-invalid-specifier] QPD fprintf(stdout,"charout='%s', size=%d, pp_remain=%Zd result='%s'\n", charout, charout_size, pp_remaining, paragraph); ~^ qpe.c:111:100: warning: format specifies type 'char *' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] QPD fprintf(stdout,"charout='%s', size=%d, pp_remain=%Zd result='%s'\n", charout, charout_size, pp_remaining, paragraph); ~~ ^~~~~~~~~~~~ %zu qpe.c:111:114: warning: data argument not used by format string [-Wformat-extra-args] QPD fprintf(stdout,"charout='%s', size=%d, pp_remain=%Zd result='%s'\n", charout, charout_size, pp_remaining, paragraph); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ qpe.c:152:41: warning: invalid conversion specifier 'Z' [-Wformat-invalid-specifier] QPD fprintf(stdout,"Error allocating %Zd bytes for input buffer\n", in_size); ~^ qpe.c:158:41: warning: invalid conversion specifier 'Z' [-Wformat-invalid-specifier] QPD fprintf(stdout,"Error allocating %Zd bytes for output buffer\n", out_size); ~^ qpe.c:172:49: warning: invalid conversion specifier 'Z' [-Wformat-invalid-specifier] QPD fprintf(stdout,"file %s is loaded, size = %Zd\n", fname, in_size); ~^ qpe.c:172:63: warning: data argument not used by format string [-Wformat-extra-args] QPD fprintf(stdout,"file %s is loaded, size = %Zd\n", fname, in_size); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 12 warnings generated. cc -O2 -pipe altermime.c strstack.o mime_alter.o ffget.o pldstr.o filename-filters.o logger.o MIME_headers.o libmime-decoders.o boundary-stack.o qpe.o -o altermime mime_alter.c(mime_alter.o:(AM_add_disclaimer_insert_html)): warning: strcpy() is almost always misused, please use strlcpy() mime_alter.c(mime_alter.o:(AM_filename_fix)): warning: sprintf() is often misused, please use snprintf() >>> Running package in mail/altermime at 1713856777.20 ===> mail/altermime ===> Faking installation for altermime-0.3.10p1 /exopi-obj/pobj/altermime-0.3.10/bin/install -c -s -m 755 altermime /exopi-obj/pobj/altermime-0.3.10/fake-amd64/usr/local/bin /exopi-obj/pobj/altermime-0.3.10/bin/install -d -m 755 /exopi-obj/pobj/altermime-0.3.10/fake-amd64/usr/local/share/doc/altermime /exopi-obj/pobj/altermime-0.3.10/bin/install -c -m 644 /exopi-obj/pobj/altermime-0.3.10/altermime-0.3.10/LICENCE /exopi-obj/pobj/altermime-0.3.10/fake-amd64/usr/local/share/doc/altermime ===> Building package for altermime-0.3.10p1 Create /exopi-cvs/ports/packages/amd64/all/altermime-0.3.10p1.tgz Creating package altermime-0.3.10p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/altermime-0.3.10p1.tgz >>> Running clean in mail/altermime at 1713856779.52 ===> mail/altermime ===> Cleaning for altermime-0.3.10p1 >>> Ended at 1713856779.99 max_stuck=0.79/build=6.00/package=2.27/clean=0.55