>>> Building on exopi-3 under mail/hashcash DIST = [mail/hashcash:hashcash-1.22.tgz] FULLPKGNAME = hashcash-1.22p1 distfiles size=195193 >>> Running build in mail/hashcash at 1780816676.63 ===> mail/hashcash ===> Building from scratch hashcash-1.22p1 ===> Verifying specs: c ===> found c.103.0 ===> Checking files for hashcash-1.22p1 `/exopi-cvs/ports/distfiles/hashcash-1.22.tgz' is up to date. >> (SHA256) all files: OK ===> Extracting for hashcash-1.22p1 ===> Patching for hashcash-1.22p1 ===> 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-getopt_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: getopt.c |--- getopt.c.orig |+++ getopt.c -------------------------- Patching file getopt.c using Plan A... Hunk #1 succeeded at 156. done ===> Applying OpenBSD patch patch-hashcash_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: hashcash.c |--- hashcash.c.orig |+++ hashcash.c -------------------------- Patching file hashcash.c using Plan A... Hunk #1 succeeded at 569. Hunk #2 succeeded at 860. Hunk #3 succeeded at 877. 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.22p1 ===> Configuring for hashcash-1.22p1 ===> Building for hashcash-1.22p1 /usr/bin/make "CFLAGS=-O2 -pipe -DREGEXP_POSIX " build cc -O2 -pipe -DREGEXP_POSIX -c hashcash.c cc -O2 -pipe -DREGEXP_POSIX -c getopt.c getopt.c:242:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 242 | 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 C23 [-Wdeprecated-non-prototype] 327 | _getopt_internal (argc, argv, optstring, longopts, longind, long_only) | ^ getopt.c:362:16: warning: call to undeclared function 'getenv'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 362 | else if (getenv ("POSIXLY_CORRECT") != NULL) | ^ getopt.c:362:43: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare] 362 | else if (getenv ("POSIXLY_CORRECT") != NULL) | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ getopt.c:661:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 661 | 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 C23 [-Wdeprecated-non-prototype] 673 | getopt_long (argc, argv, options, long_options, opt_index) | ^ 6 warnings generated. cc -O2 -pipe -DREGEXP_POSIX -c libhc.c 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] 92 | 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 ld: warning: libhc.c(libhc.o:(hashcash_mint) in archive libhashcash.a): warning: sprintf() is often misused, please use snprintf() >>> Running package in mail/hashcash at 1780816686.67 ===> mail/hashcash ===> Faking installation for hashcash-1.22p1 /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.22p1 Create /exopi-cvs/ports/packages/amd64/all/hashcash-1.22p1.tgz Creating package hashcash-1.22p1 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|**************************************** | 62% archiving|****************************************************** | 84% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/hashcash-1.22p1.tgz >>> Running clean in mail/hashcash at 1780816711.02 ===> mail/hashcash ===> Cleaning for hashcash-1.22p1 >>> Ended at 1780816711.76 max_stuck=15.92/build=9.92/package=24.38/clean=0.86