>>> Building on exopi-5 under security/ppgen BDEPENDS = [devel/metaauto;devel/autoconf/2.13] DIST = [security/ppgen:ppgen-1.0/ppgen-1.0.tar.gz;security/ppgen:ppgen-1.0/en.gz] FULLPKGNAME = ppgen-1.0p0 (Junk lock obtained for exopi-5 at 1713348836.66) >>> Running depends in security/ppgen at 1713348836.78 last junk was in graphics/jpeg2ps /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 >>> Running show-prepare-results in security/ppgen at 1713348844.58 ===> security/ppgen ===> Building from scratch ppgen-1.0p0 ===> ppgen-1.0p0 depends on: metaauto-* -> metaauto-1.0p4 ===> ppgen-1.0p0 depends on: autoconf-2.13 -> autoconf-2.13p4 ===> Verifying specs: c m ===> found c.100.0 m.10.1 autoconf-2.13p4 metaauto-1.0p4 (Junk lock released for exopi-5 at 1713348847.32) distfiles size=141664 >>> Running build in security/ppgen at 1713348847.57 ===> security/ppgen ===> Checking files for ppgen-1.0p0 `/exopi-cvs/ports/distfiles/ppgen-1.0/ppgen-1.0.tar.gz' is up to date. `/exopi-cvs/ports/distfiles/ppgen-1.0/en.gz' is up to date. >> (SHA256) ppgen-1.0/ppgen-1.0.tar.gz: OK >> (SHA256) ppgen-1.0/en.gz: OK ===> Extracting for ppgen-1.0p0 ===> Patching for ppgen-1.0p0 ===> Applying OpenBSD patch patch-configure_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.in.orig Tue Aug 29 05:10:18 1995 |+++ configure.in Tue Dec 18 19:10:51 2001 -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 8. done ===> Applying OpenBSD patch patch-ppg_random_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ppg_random.c.orig Tue Aug 29 04:19:01 1995 |+++ ppg_random.c Sat Aug 12 20:14:39 2000 -------------------------- Patching file ppg_random.c using Plan A... Hunk #1 succeeded at 109. done ===> Applying OpenBSD patch patch-ppgen_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ppgen.c.orig Tue Aug 29 05:10:45 1995 |+++ ppgen.c Sat Aug 12 19:55:51 2000 -------------------------- Patching file ppgen.c using Plan A... Hunk #1 succeeded at 29. 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 ppgen-1.0p0 >>> Can't find autoconf 2.13 signature in /exopi-obj/pobj/ppgen-1.0/ppgen-1.0/configure: echo "configure generated by autoconf version 2.4" echo "$CONFIG_STATUS generated by autoconf version 2.4" Running autoconf-2.13 in /exopi-obj/pobj/ppgen-1.0/ppgen-1.0 ===> Configuring for ppgen-1.0p0 Using /exopi-obj/pobj/ppgen-1.0/config.site (generated) loading site script /exopi-obj/pobj/ppgen-1.0/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for a BSD compatible install... /exopi-obj/pobj/ppgen-1.0/bin/install -c checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for getopt.h... (cached) yes checking for malloc.h... (cached) no checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for random... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating ppgen.1 ===> Building for ppgen-1.0p0 cc -c -DDICTPATH=\"/usr/local/share/ppgen\" -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DRAND=random -DSRAND=srandom -O2 -pipe ppgen.c ppgen.c:116:7: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] dictbufsize + statbuf.st_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppgen.c:132:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] } while (dict = strtok(NULL, ":")); ~~~~~^~~~~~~~~~~~~~~~~~~ ppgen.c:132:19: note: place parentheses around the assignment to silence this warning } while (dict = strtok(NULL, ":")); ^ ( ) ppgen.c:132:19: note: use '==' to turn this assignment into an equality comparison } while (dict = strtok(NULL, ":")); ^ == ppgen.c:140:3: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] tablesize * sizeof(int)); ^~~~~~~~~~~~~~~~~~~~~~~ ppgen.c:154:8: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] tablesize * sizeof(int)); ^~~~~~~~~~~~~~~~~~~~~~~ ppgen.c:37: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) ^ 5 warnings generated. cc -c -DDICTPATH=\"/usr/local/share/ppgen\" -DSTDC_HEADERS=1 -DHAVE_GETOPT_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DRAND=random -DSRAND=srandom -O2 -pipe ppg_random.c ppg_random.c:52:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ppg_rand_init(chunks, bits) ^ ppg_random.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ppg_rand(max) ^ 2 warnings generated. cc -o ppgen ppgen.o ppg_random.o -lm ppg_random.c(ppg_random.o:(ppg_rand_init)): warning: random() may return deterministic values, is that what you want? >>> Running package in security/ppgen at 1713348854.94 ===> security/ppgen ===> Faking installation for ppgen-1.0p0 /exopi-obj/pobj/ppgen-1.0/bin/install -c -s -m 755 ppgen /exopi-obj/pobj/ppgen-1.0/fake-amd64/usr/local/bin/ppgen /exopi-obj/pobj/ppgen-1.0/bin/install -c -m 644 ppgen.1 /exopi-obj/pobj/ppgen-1.0/fake-amd64/usr/local/man/man1/ppgen.1 /exopi-obj/pobj/ppgen-1.0/bin/install -d -m 755 /exopi-obj/pobj/ppgen-1.0/fake-amd64/usr/local/share/ppgen gzip -dc /exopi-cvs/ports/distfiles/ppgen-1.0/en.gz > /exopi-obj/pobj/ppgen-1.0/fake-amd64/usr/local/share/ppgen/en ===> Building package for ppgen-1.0p0 Create /exopi-cvs/ports/packages/amd64/all/ppgen-1.0p0.tgz Creating package ppgen-1.0p0 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|** | 2% archiving|** | 3% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ppgen-1.0p0.tgz >>> Running clean in security/ppgen at 1713348858.58 ===> security/ppgen ===> Cleaning for ppgen-1.0p0 >>> Ended at 1713348859.07 max_stuck=5.07/depends=7.65/show-prepare-results=3.00/build=7.22/package=3.90/clean=0.61