>>> Building on exopi-4 under archivers/fastjar BDEPENDS = [devel/gmake] DIST = [archivers/fastjar:fastjar-0.94.tar.gz] FULLPKGNAME = fastjar-0.94p0 Avoided depends for gmake-4.4.1 distfiles size=77399 >>> Running build in archivers/fastjar at 1714744814.40 ===> archivers/fastjar ===> Building from scratch fastjar-0.94p0 ===> fastjar-0.94p0 depends on: gmake-* -> gmake-4.4.1 ===> Verifying specs: c z ===> found c.100.0 z.7.0 ===> Checking files for fastjar-0.94p0 `/exopi-cvs/ports/distfiles/fastjar-0.94.tar.gz' is up to date. >> (SHA256) fastjar-0.94.tar.gz: OK ===> Extracting for fastjar-0.94p0 rm /exopi-obj/pobj/fastjar-0.94/fastjar-0.94/jartool.c.* ===> Patching for fastjar-0.94p0 ===> 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 Apr 24 12:52:21 2002 |+++ Makefile.in Wed Apr 24 12:52:53 2002 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 42. 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 fastjar-0.94p0 ===> Configuring for fastjar-0.94p0 Using /exopi-obj/pobj/fastjar-0.94/config.site (generated) loading site script /exopi-obj/pobj/fastjar-0.94/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/fastjar-0.94/bin/install -c checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found 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/fastjar-0.94/bin/install -c checking for rm... (cached) /bin/rm checking for cp... (cached) /bin/cp checking for strip... (cached) /usr/bin/strip checking for chmod... (cached) /bin/chmod checking for deflate in -lz... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for off_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for deflate... (cached) yes checking for crc32... (cached) yes checking for deflateInit2_... (cached) yes checking for deflateReset... (cached) yes checking for deflateEnd... (cached) yes checking size of char... (cached) 1 checking size of short... (cached) 2 checking size of int... 4 checking size of long... 8 checking size of long long... (cached) 8 checking whether byte ordering is bigendian... no updating cache ./config.cache creating ./config.status creating Makefile creating install-defs.sh creating config.h ===> Building for fastjar-0.94p0 cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -O2 -pipe -c jartool.c jartool.c:442:3: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init_args(args, current) ^ jartool.c:630:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(mf = (char *) malloc(mf_len + 1)) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jartool.c:630:11: note: place parentheses around the assignment to silence this warning if(mf = (char *) malloc(mf_len + 1)) { ^ ( ) jartool.c:630:11: note: use '==' to turn this assignment into an equality comparison if(mf = (char *) malloc(mf_len + 1)) { ^ == 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -O2 -pipe -c dostime.c dostime.c:72:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] time_t dos2unixtime(dostime) ^ dostime.c:96:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long dostime(y, n, d, h, m, s) ^ dostime.c:114:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned long unix2dostime(t) ^ 3 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -O2 -pipe -c compress.c cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -O2 -pipe -c pushback.c cc -O2 -pipe -o fastjar jartool.o dostime.o compress.o pushback.o -lz jartool.c(jartool.o:(make_manifest)): warning: sprintf() is often misused, please use snprintf() jartool.c(jartool.o:(add_to_jar)): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -O2 -pipe -c jargrep.c cc -O2 -pipe -o grepjar jargrep.o dostime.o compress.o pushback.o -lz jargrep.c(jargrep.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() jargrep.c(jargrep.o:(main)): warning: sprintf() is often misused, please use snprintf() >>> Running package in archivers/fastjar at 1714744822.93 ===> archivers/fastjar ===> Faking installation for fastjar-0.94p0 gmake[1]: Entering directory '/exopi-obj/pobj/fastjar-0.94/fastjar-0.94' /bin/sh ./mkinstalldirs /exopi-obj/pobj/fastjar-0.94/fake-amd64/usr/local/bin /exopi-obj/pobj/fastjar-0.94/bin/install -c -s -m 755 fastjar /exopi-obj/pobj/fastjar-0.94/fake-amd64/usr/local/bin/fastjar /exopi-obj/pobj/fastjar-0.94/bin/install -c -s -m 755 grepjar /exopi-obj/pobj/fastjar-0.94/fake-amd64/usr/local/bin/grepjar gmake[1]: Nothing to be done for 'install-data-am'. gmake[1]: Leaving directory '/exopi-obj/pobj/fastjar-0.94/fastjar-0.94' ===> Building package for fastjar-0.94p0 Create /exopi-cvs/ports/packages/amd64/all/fastjar-0.94p0.tgz Creating package fastjar-0.94p0 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|*************************************** | 61% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/fastjar-0.94p0.tgz >>> Running clean in archivers/fastjar at 1714744825.51 ===> archivers/fastjar ===> Cleaning for fastjar-0.94p0 >>> Ended at 1714744825.92 max_stuck=0.00/build=8.54/package=2.58/clean=0.44