>>> Building on exopi-6 under misc/randtype DIST = [misc/randtype:randtype-1.13.tar.gz] FULLPKGNAME = randtype-1.13p1 distfiles size=15524 >>> Running build in misc/randtype at 1714025055.10 ===> misc/randtype ===> Building from scratch randtype-1.13p1 ===> Verifying specs: c z ===> found c.100.0 z.7.0 ===> Checking files for randtype-1.13p1 `/exopi-cvs/ports/distfiles/randtype-1.13.tar.gz' is up to date. >> (SHA256) randtype-1.13.tar.gz: OK ===> Extracting for randtype-1.13p1 ===> Patching for randtype-1.13p1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Fri Dec 7 00:22:16 2001 |+++ Makefile Mon Feb 27 19:29:36 2017 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 4. 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 randtype-1.13p1 ===> Configuring for randtype-1.13p1 ===> Building for randtype-1.13p1 cc -Wall -ansi -pedantic -O2 -pipe -DDEF_MS=18 -DDEF_MULT=20000 -DHAVE_RANDOM -D_GNU_SOURCE -DHAVE_ZLIB -c randtype.c -o randtype.o randtype.c:353:10: warning: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] if ((fp = gzdopen(0, "rb")) == NULL) { ^ ~~~~~~~~~~~~~~~~ randtype.c:363:10: warning: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] if ((fp = gzopen(filename, "rb")) == NULL) { ^ ~~~~~~~~~~~~~~~~~~~~~~ randtype.c:373:24: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] while ((s = gzgets(fp, s, LINE_MAX)) != NULL) { ^~ * /usr/include/zlib.h:1497:38: note: passing argument to parameter 'file' here ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len); ^ randtype.c:434:14: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] for (i = i; i < strlen(p); i++) ~ ^ ~ randtype.c:448:13: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] gzclose(fp); ^~ * /usr/include/zlib.h:1637:39: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzclose(gzFile file); ^ 5 warnings generated. cc -Wall -ansi -pedantic -O2 -pipe -DDEF_MS=18 -DDEF_MULT=20000 -DHAVE_RANDOM -D_GNU_SOURCE -DHAVE_ZLIB -o randtype randtype.o -lz randtype.c(randtype.o:(splitter)): warning: random() may return deterministic values, is that what you want? >>> Running package in misc/randtype at 1714025056.46 ===> misc/randtype ===> Faking installation for randtype-1.13p1 /exopi-obj/pobj/randtype-1.13/bin/install -c -s -m 755 /exopi-obj/pobj/randtype-1.13/randtype-1.13/randtype /exopi-obj/pobj/randtype-1.13/fake-amd64/usr/local/bin gunzip /exopi-obj/pobj/randtype-1.13/randtype-1.13/randtype.1.gz /exopi-obj/pobj/randtype-1.13/bin/install -c -m 644 /exopi-obj/pobj/randtype-1.13/randtype-1.13/randtype.1 /exopi-obj/pobj/randtype-1.13/fake-amd64/usr/local/man/man1 ===> Building package for randtype-1.13p1 Create /exopi-cvs/ports/packages/amd64/all/randtype-1.13p1.tgz Creating package randtype-1.13p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|***************************************************** | 83% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/randtype-1.13p1.tgz >>> Running clean in misc/randtype at 1714025059.18 ===> misc/randtype ===> Cleaning for randtype-1.13p1 >>> Ended at 1714025060.08 max_stuck=0.00/build=1.36/package=2.73/clean=0.92