>>> Building on exopi-4 under mail/bulk_mailer DIST = [mail/bulk_mailer:bulk_mailer-1.13.tar.gz] FULLPKGNAME = bulk_mailer-1.13p1 distfiles size=34854 >>> Running build in mail/bulk_mailer at 1711651897.81 ===> mail/bulk_mailer ===> Building from scratch bulk_mailer-1.13p1 ===> Verifying specs: c ===> found c.99.0 ===> Checking files for bulk_mailer-1.13p1 `/exopi-cvs/ports/distfiles/bulk_mailer-1.13.tar.gz' is up to date. >> (SHA256) bulk_mailer-1.13.tar.gz: OK ===> Extracting for bulk_mailer-1.13p1 ===> Patching for bulk_mailer-1.13p1 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Wed May 24 21:53:11 2000 |+++ Makefile.in Sat May 22 17:23:29 2010 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 14. done ===> Applying OpenBSD patch patch-bulk_mailer_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- bulk_mailer.c.orig Thu May 25 03:34:33 2000 |+++ bulk_mailer.c Tue Jun 29 14:23:23 2010 -------------------------- Patching file bulk_mailer.c using Plan A... Hunk #1 succeeded at 95. Hunk #2 succeeded at 124. Hunk #3 succeeded at 291. Hunk #4 succeeded at 319. Hunk #5 succeeded at 335. Hunk #6 succeeded at 967. Hunk #7 succeeded at 1200. Hunk #8 succeeded at 1308. Hunk #9 succeeded at 1495. Hunk #10 succeeded at 1574. 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 bulk_mailer-1.13p1 ===> Configuring for bulk_mailer-1.13p1 Using /exopi-obj/pobj/bulk_mailer-1.13/config.site (generated) loading site script /exopi-obj/pobj/bulk_mailer-1.13/config.site creating cache ./config.cache checking for gethostbyname in -lnsl... no checking for socket in -lsocket... no checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for gethostname... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile ===> Building for bulk_mailer-1.13p1 cc -c -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DDEFAULT_DOMAIN=1 -DPIPECOMMAND='"/usr/sbin/sendmail -bs %s"' bulk_mailer.c bulk_mailer.c:189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] discard (addr, msg) ^ bulk_mailer.c:201:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strupper (s) ^ bulk_mailer.c:220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] malloc_or_else (size) ^ bulk_mailer.c:239:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] realloc_or_else (oldbuf, size) ^ bulk_mailer.c:257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] niamod (domain) ^ bulk_mailer.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compare (a1, a2) ^ bulk_mailer.c:317:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] save (addr) ^ bulk_mailer.c:373:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] prefrobnicate (buf) ^ bulk_mailer.c:473:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] process_addr (buf) ^ bulk_mailer.c:520:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] process (fp) ^ bulk_mailer.c:584:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] close_envelope (fp) ^ bulk_mailer.c:593:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_recipient (fp, rcpt) ^ bulk_mailer.c:606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] enclose_msg (fp, file) ^ bulk_mailer.c:637:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] forward_msg (fp, file, to, subject) ^ bulk_mailer.c:674:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dump_addrs (msgfile) ^ bulk_mailer.c:763:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] istohdr (s) ^ bulk_mailer.c:778:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] contains (buf, str) ^ bulk_mailer.c:801:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] match_command (buf, str) ^ bulk_mailer.c:816:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] match_hdr (name, s) ^ bulk_mailer.c:832:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] match_prefix (buf, str) ^ bulk_mailer.c:844:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] isblankline (s) ^ bulk_mailer.c:857:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_hdr_field (buf, size, fp) ^ bulk_mailer.c:907:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] arpadate (t) ^ bulk_mailer.c:967:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] copy_message (out, in) ^ bulk_mailer.c:1234:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] size_of_file (fd) ^ bulk_mailer.c:1245:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] digits_only (s) ^ bulk_mailer.c:1307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main (argc, argv) ^ 27 warnings generated. cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_STRING_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DDEFAULT_DOMAIN=1 -DPIPECOMMAND='"/usr/sbin/sendmail -bs %s"' -o bulk_mailer bulk_mailer.o bulk_mailer.c(bulk_mailer.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() bulk_mailer.c(bulk_mailer.o:(main)): warning: sprintf() is often misused, please use snprintf() >>> Running package in mail/bulk_mailer at 1711651901.61 ===> mail/bulk_mailer ===> Faking installation for bulk_mailer-1.13p1 /exopi-obj/pobj/bulk_mailer-1.13/bin/install -d -m 755 /exopi-obj/pobj/bulk_mailer-1.13/fake-amd64/usr/local/share/doc/bulk_mailer /exopi-obj/pobj/bulk_mailer-1.13/bin/install -c -s -m 755 bulk_mailer /exopi-obj/pobj/bulk_mailer-1.13/fake-amd64/usr/local/bin /exopi-obj/pobj/bulk_mailer-1.13/bin/install -c -m 644 bulk_mailer.README /exopi-obj/pobj/bulk_mailer-1.13/fake-amd64/usr/local/share/doc/bulk_mailer /exopi-obj/pobj/bulk_mailer-1.13/bin/install -c -m 644 bulk_mailer.ps /exopi-obj/pobj/bulk_mailer-1.13/fake-amd64/usr/local/share/doc/bulk_mailer /exopi-obj/pobj/bulk_mailer-1.13/bin/install -c -m 644 bulk_mailer.1 /exopi-obj/pobj/bulk_mailer-1.13/fake-amd64/usr/local/man/man1 ===> Building package for bulk_mailer-1.13p1 Create /exopi-cvs/ports/packages/amd64/all/bulk_mailer-1.13p1.tgz Creating package bulk_mailer-1.13p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********* | 15% checksumming|************** | 23% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|**************************** | 46% checksumming|********************************* | 54% checksumming|************************************** | 62% checksumming|****************************************** | 69% checksumming|*********************************************** | 77% checksumming|**************************************************** | 85% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|*************************** | 42% archiving|************************************ | 55% archiving|******************************************* | 67% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bulk_mailer-1.13p1.tgz >>> Running clean in mail/bulk_mailer at 1711651904.51 ===> mail/bulk_mailer ===> Cleaning for bulk_mailer-1.13p1 >>> Ended at 1711651905.01 max_stuck=0.00/build=3.77/package=2.82/clean=0.63