>>> Building on exopi-5 under mail/hashcash DIST = [mail/hashcash:hashcash-1.22.tgz] FULLPKGNAME = hashcash-1.22 distfiles size=195193 >>> Running build in mail/hashcash at 1713379767.75 ===> mail/hashcash ===> Building from scratch hashcash-1.22 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for hashcash-1.22 `/exopi-cvs/ports/distfiles/hashcash-1.22.tgz' is up to date. >> (SHA256) hashcash-1.22.tgz: OK ===> Extracting for hashcash-1.22 ===> Patching for hashcash-1.22 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Sun Apr 9 00:13:42 2006 |+++ Makefile Wed May 2 01:49:48 2007 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 2. Hunk #2 succeeded at 16. Hunk #3 succeeded at 28. Hunk #4 succeeded at 109. Hunk #5 succeeded at 132. Hunk #6 succeeded at 163. done ===> Applying OpenBSD patch patch-libfastmint_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenBSD/macppc is not Mac OS, we don't ship Gestalt. | |Index: libfastmint.c |--- libfastmint.c.orig |+++ libfastmint.c -------------------------- Patching file libfastmint.c using Plan A... Hunk #1 succeeded at 6. 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 hashcash-1.22 ===> Configuring for hashcash-1.22 ===> Building for hashcash-1.22 /usr/bin/make "CFLAGS=-O2 -pipe -DREGEXP_POSIX " build cc -O2 -pipe -DREGEXP_POSIX -c hashcash.c hashcash.c:881:7: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] token_time-(now_time+grace_period) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashcash.c:886:7: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] token_time-(now_time+grace_period) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashcash.c:890:7: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] now_time-(expiry_time+grace_period) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashcash.c:895:7: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] now_time-(expiry_time+grace_period) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. cc -O2 -pipe -DREGEXP_POSIX -c getopt.c getopt.c:184: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_strlen (str) ^ 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:242: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:327: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:661: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) ^ getopt.c:673: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) ^ cc -O2 -pipe -DREGEXP_POSIX -c libhc.c 6 warnings generated. cc -O2 -pipe -DREGEXP_POSIX -c libsha1.c cc -O2 -pipe -DREGEXP_POSIX -c utct.c cc -O2 -pipe -DREGEXP_POSIX -c sdb.c cc -O2 -pipe -DREGEXP_POSIX -c lock.c cc -O2 -pipe -DREGEXP_POSIX -c sstring.c cc -O2 -pipe -DREGEXP_POSIX -c random.c cc -O2 -pipe -DREGEXP_POSIX -c libfastmint.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_mmx_standard_1.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_mmx_compact_1.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_ansi_compact_1.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_ansi_standard_1.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_ansi_compact_2.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_ansi_standard_2.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_altivec_standard_1.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_altivec_standard_2.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_altivec_compact_2.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_ansi_ultracompact_1.c cc -O2 -pipe -DREGEXP_POSIX -c fastmint_library.c fastmint_library.c:92:3: warning: call to undeclared function 'SHA1_Transform'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] SHA1_Transform( H, X ); ^ 1 warning generated. rm -f libhashcash.a ar cr libhashcash.a libhc.o libsha1.o utct.o sdb.o lock.o sstring.o random.o libfastmint.o fastmint_mmx_standard_1.o fastmint_mmx_compact_1.o fastmint_ansi_compact_1.o fastmint_ansi_standard_1.o fastmint_ansi_compact_2.o fastmint_ansi_standard_2.o fastmint_altivec_standard_1.o fastmint_altivec_standard_2.o fastmint_altivec_compact_2.o fastmint_ansi_ultracompact_1.o fastmint_library.o ranlib libhashcash.a cc hashcash.o getopt.o libhashcash.a -o hashcash utct.c(utct.o:(mk_utctime) in archive libhashcash.a): warning: sprintf() is often misused, please use snprintf() >>> Running package in mail/hashcash at 1713379779.25 ===> mail/hashcash ===> Faking installation for hashcash-1.22 /exopi-obj/pobj/hashcash-1.22/bin/install -c -s -m 755 hashcash /exopi-obj/pobj/hashcash-1.22/fake-amd64/usr/local/bin /exopi-obj/pobj/hashcash-1.22/bin/install -c -m 644 hashcash.1 /exopi-obj/pobj/hashcash-1.22/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/hashcash-1.22/bin/install -d -m 755 /exopi-obj/pobj/hashcash-1.22/fake-amd64/usr/local/share/doc/hashcash /exopi-obj/pobj/hashcash-1.22/bin/install -c -m 644 README LICENSE CHANGELOG /exopi-obj/pobj/hashcash-1.22/fake-amd64/usr/local/share/doc/hashcash ===> Building package for hashcash-1.22 Create /exopi-cvs/ports/packages/amd64/all/hashcash-1.22.tgz Creating package hashcash-1.22 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**************************************** | 63% archiving|****************************************************** | 84% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/hashcash-1.22.tgz >>> Running clean in mail/hashcash at 1713379783.83 ===> mail/hashcash ===> Cleaning for hashcash-1.22 >>> Ended at 1713379785.74 max_stuck=0.00/build=11.34/package=4.53/clean=2.16