>>> Building on exopi-2 under mail/xlbiff BDEPENDS = [devel/imake;devel/imake-cf] DIST = [mail/xlbiff:xlbiff-3.0.tar.Z] FULLPKGNAME = xlbiff-3.0p4 (Junk lock obtained for exopi-2 at 1713348515.82) >>> Running depends in mail/xlbiff at 1713348515.88 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 >>> Running show-prepare-results in mail/xlbiff at 1713348521.86 ===> mail/xlbiff ===> Building from scratch xlbiff-3.0p4 ===> xlbiff-3.0p4 depends on: imake-* -> imake-1.0.9 ===> xlbiff-3.0p4 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c xcb ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xdmcp.11.0 Xaw.16.0 Xext.13.0 Xmu.11.0 Xpm.10.0 Xt.11.1 c.100.0 xcb.4.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-2 at 1713348523.45) distfiles size=26004 >>> Running build in mail/xlbiff at 1713348523.57 ===> mail/xlbiff ===> Checking files for xlbiff-3.0p4 `/exopi-cvs/ports/distfiles/xlbiff-3.0.tar.Z' is up to date. >> (SHA256) xlbiff-3.0.tar.Z: OK ===> Extracting for xlbiff-3.0p4 ===> Patching for xlbiff-3.0p4 ===> Applying OpenBSD patch patch-01 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Imakefile.orig Mon Oct 26 09:06:42 1992 |+++ Imakefile Fri Aug 23 14:45:17 1996 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 8. done ===> Applying OpenBSD patch patch-02 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xlbiff.man.orig Mon Oct 26 09:06:44 1992 |+++ xlbiff.man Sun Nov 3 23:55:27 1996 -------------------------- Patching file xlbiff.man using Plan A... Hunk #1 succeeded at 38. Hunk #2 succeeded at 230. 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 xlbiff-3.0p4 ===> Configuring for xlbiff-3.0p4 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DMAILPATH=\"/usr/spool/mail/%s\" -- xlbiff.c > .depend ===> Building for xlbiff-3.0p4 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DMAILPATH=\"/usr/spool/mail/%s\" -c xlbiff.c xlbiff.c:235:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main( int argc, char *argv[] ) ^ int xlbiff.c:272:37: warning: data argument not used by format string [-Wformat-extra-args] progname, VERSION,PATCHLEVEL,TESTLEVEL); ^ ./patchlevel.h:6:20: note: expanded from macro 'TESTLEVEL' #define TESTLEVEL 0 ^ xlbiff.c:273:6: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(0); ^ xlbiff.c:273:6: note: include the header or explicitly provide a declaration for 'exit' xlbiff.c:302:24: warning: call to undeclared function 'malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] default_file = (char*)malloc(strlen(MAILPATH) + strlen(username)); ^ xlbiff.c:302:17: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] default_file = (char*)malloc(strlen(MAILPATH) + strlen(username)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xlbiff.c:421:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] checksize() ^ int xlbiff.c:450:14: warning: call to undeclared function 'system'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] status = system(lbiff_data.checkCmd); ^ xlbiff.c:523:1: warning: non-void function does not return a value [-Wreturn-type] } ^ xlbiff.c:571:15: warning: call to undeclared function 'malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] buf = (char*)malloc(bufsize + sizeof(scan_fail_msg) + 1); ^ xlbiff.c:571:8: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] buf = (char*)malloc(bufsize + sizeof(scan_fail_msg) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xlbiff.c:577:12: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] cmd_buf = (char*)malloc(strlen(lbiff_data.cmd) + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xlbiff.c:823:25: warning: call to undeclared function 'malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] sound_buf = (char*)malloc(strlen(lbiff_data.sound) + 10); ^ xlbiff.c:823:18: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] sound_buf = (char*)malloc(strlen(lbiff_data.sound) + 10); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xlbiff.c:830:2: warning: call to undeclared function 'system'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] system(sound_buf); ^ 14 warnings generated. rm -f xlbiff cc -o xlbiff -O2 -L/usr/X11R6/lib -L/usr/local/lib xlbiff.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib xlbiff.c(xlbiff.o:(main)): warning: sprintf() is often misused, please use snprintf() xlbiff.c(xlbiff.o:(doScan)): warning: strcpy() is almost always misused, please use strlcpy() rm -f xlbiff._man if test -z "" ; then cd `dirname xlbiff` && ln -s `basename xlbiff.man` `basename xlbiff._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xlbiff.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xlbiff._man; fi >>> Running package in mail/xlbiff at 1713348527.26 ===> mail/xlbiff ===> Faking installation for xlbiff-3.0p4 install -c xlbiff /exopi-obj/pobj/xlbiff-3.0/fake-amd64/usr/local/bin/xlbiff install -c -m 0444 XLbiff.ad /exopi-obj/pobj/xlbiff-3.0/fake-amd64/usr/local/lib/X11/app-defaults/XLbiff + mkdir -p /exopi-obj/pobj/xlbiff-3.0/fake-amd64/etc/X11/app-defaults install in . done install -c -m 0444 xlbiff._man /exopi-obj/pobj/xlbiff-3.0/fake-amd64/usr/local/man/man1/xlbiff.1 install.man in . done ===> Building package for xlbiff-3.0p4 Create /exopi-cvs/ports/packages/amd64/all/xlbiff-3.0p4.tgz Creating package xlbiff-3.0p4 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 9% checksumming|******** | 14% checksumming|*********** | 18% checksumming|************** | 23% checksumming|***************** | 27% checksumming|******************* | 32% checksumming|********************** | 36% checksumming|************************* | 41% checksumming|**************************** | 45% checksumming|******************************* | 50% checksumming|********************************* | 55% checksumming|************************************ | 59% checksumming|*************************************** | 64% checksumming|****************************************** | 68% checksumming|******************************************** | 73% checksumming|*********************************************** | 77% checksumming|************************************************** | 82% checksumming|***************************************************** | 86% checksumming|******************************************************* | 91% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|************************************************** | 77% archiving|*************************************************** | 79% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xlbiff-3.0p4.tgz >>> Running clean in mail/xlbiff at 1713348529.84 ===> mail/xlbiff ===> Cleaning for xlbiff-3.0p4 >>> Ended at 1713348530.51 max_stuck=4.17/depends=5.82/show-prepare-results=1.81/build=3.58/package=2.72/clean=0.74