>>> Building on exopi-2 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 1764527959.69 ===> mail/bulk_mailer ===> Building from scratch bulk_mailer-1.13p1 ===> Verifying specs: c ===> found c.102.2 ===> Checking files for bulk_mailer-1.13p1 `/exopi-cvs/ports/distfiles/bulk_mailer-1.13.tar.gz' is up to date. >> (SHA256) all files: 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 C23 [-Wdeprecated-non-prototype] 189 | 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 C23 [-Wdeprecated-non-prototype] 201 | 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 C23 [-Wdeprecated-non-prototype] 220 | 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 C23 [-Wdeprecated-non-prototype] 239 | 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 C23 [-Wdeprecated-non-prototype] 257 | 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 C23 [-Wdeprecated-non-prototype] 298 | 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 C23 [-Wdeprecated-non-prototype] 317 | 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 C23 [-Wdeprecated-non-prototype] 373 | 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 C23 [-Wdeprecated-non-prototype] 473 | 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 C23 [-Wdeprecated-non-prototype] 520 | 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 C23 [-Wdeprecated-non-prototype] 584 | 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 C23 [-Wdeprecated-non-prototype] 593 | 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 C23 [-Wdeprecated-non-prototype] 606 | 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 C23 [-Wdeprecated-non-prototype] 637 | 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 C23 [-Wdeprecated-non-prototype] 674 | 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 C23 [-Wdeprecated-non-prototype] 763 | 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 C23 [-Wdeprecated-non-prototype] 778 | 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 C23 [-Wdeprecated-non-prototype] 801 | 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 C23 [-Wdeprecated-non-prototype] 816 | 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 C23 [-Wdeprecated-non-prototype] 832 | 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 C23 [-Wdeprecated-non-prototype] 844 | 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 C23 [-Wdeprecated-non-prototype] 857 | 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 C23 [-Wdeprecated-non-prototype] 907 | 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 C23 [-Wdeprecated-non-prototype] 967 | 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 C23 [-Wdeprecated-non-prototype] 1234 | 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 C23 [-Wdeprecated-non-prototype] 1245 | 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 C23 [-Wdeprecated-non-prototype] 1307 | 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 ld: warning: bulk_mailer.c(bulk_mailer.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: bulk_mailer.c(bulk_mailer.o:(main)): warning: sprintf() is often misused, please use snprintf() >>> Running package in mail/bulk_mailer at 1764527962.79 ===> 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|************************** | 41% archiving|*********************************** | 55% archiving|****************************************** | 66% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bulk_mailer-1.13p1.tgz >>> Running clean in mail/bulk_mailer at 1764527964.76 ===> mail/bulk_mailer ===> Cleaning for bulk_mailer-1.13p1 >>> Ended at 1764527965.17 max_stuck=0.00/build=3.07/package=2.01/clean=0.44