>>> Building on exopi-6 under games/xonix BDEPENDS = [devel/imake;devel/imake-cf;devel/dwz] DIST = [games/xonix:xonix-1.4.tar.gz] FULLPKGNAME = xonix-1.4p10 (Junk lock obtained for exopi-6 at 1711446224.52) >>> Running depends in games/xonix at 1711446224.57 last junk was in mail/thunderbird-i18n/be /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 was: /usr/sbin/pkg_add -aI -Drepair dwz-0.15 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 games/xonix at 1711446229.86 ===> games/xonix ===> Building from scratch xonix-1.4p10 ===> xonix-1.4p10 depends on: imake-* -> imake-1.0.9 ===> xonix-1.4p10 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> xonix-1.4p10 depends on: dwz-* -> dwz-0.15 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c m ===> 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.99.0 m.10.1 dwz-0.15 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-6 at 1711446231.22) distfiles size=44533 >>> Running build in games/xonix at 1711446231.27 ===> games/xonix ===> Checking files for xonix-1.4p10 `/exopi-cvs/ports/distfiles/xonix-1.4.tar.gz' is up to date. >> (SHA256) xonix-1.4.tar.gz: OK ===> Extracting for xonix-1.4p10 ===> Patching for xonix-1.4p10 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Imakefile.orig Wed May 5 21:44:47 2004 |+++ Imakefile Wed May 5 21:44:56 2004 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 23. done ===> Applying OpenBSD patch patch-x11_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: x11.c |--- x11.c.orig |+++ x11.c -------------------------- Patching file x11.c using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 336. done ===> Applying OpenBSD patch patch-xonix_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xonix.c.orig Thu Sep 14 11:52:10 1995 |+++ xonix.c Sat Feb 9 16:39:07 2008 -------------------------- Patching file xonix.c using Plan A... Hunk #1 succeeded at 97. Hunk #2 succeeded at 200. Hunk #3 succeeded at 247. Hunk #4 succeeded at 1101. Hunk #5 succeeded at 1111. Hunk #6 succeeded at 1193. Hunk #7 succeeded at 1267. Hunk #8 succeeded at 1456. done ===> Applying OpenBSD patch patch-xonix_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xonix.h.orig Fri Sep 8 09:51:30 1995 |+++ xonix.h Sat Feb 9 13:59:09 2008 -------------------------- Patching file xonix.h using Plan A... Hunk #1 succeeded at 288. done ===> Applying OpenBSD patch patch-xonix_man Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xonix.man.orig Sat Feb 9 16:43:48 2008 |+++ xonix.man Sat Feb 9 16:43:59 2008 -------------------------- Patching file xonix.man using Plan A... Hunk #1 succeeded at 73. 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 xonix-1.4p10 ===> Configuring for xonix-1.4p10 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 -DUSE_X11 -DXONIXDIR=\"/usr/local/lib/X11/xonix\" -- xonix.c x11.c stack.c > .depend ===> Building for xonix-1.4p10 cc -O2 -pipe -g -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DUSE_X11 -DXONIXDIR=\"/usr/local/lib/X11/xonix\" -c xonix.c xonix.c:469:2: warning: call to undeclared function 'DrawCompleteInside'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] DrawCompleteInside (); ^ xonix.c:475:2: warning: call to undeclared function 'ScorePoints'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ScorePoints (gHighScore); ^ xonix.c:506:2: warning: call to undeclared function 'ScorePoints'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ScorePoints (gHighScore); ^ xonix.c:1089:5: warning: call to undeclared function 'ScorePoints'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ScorePoints (gHighScore); ^ xonix.c:1264:3: warning: call to undeclared function 'DisplayHighScore'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] DisplayHighScore(); ^ 5 warnings generated. cc -O2 -pipe -g -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DUSE_X11 -DXONIXDIR=\"/usr/local/lib/X11/xonix\" -c x11.c x11.c:533:35: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNminWidth, (XtPointer)(unsigned)width); i++; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:534:35: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNmaxWidth, (XtPointer)(unsigned)width); i++; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:535:36: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNminHeight, (XtPointer)(unsigned)height); i++; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:536:36: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNmaxHeight, (XtPointer)(unsigned)height); i++; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:599:3: warning: call to undeclared function 'Do_New'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Do_New(); ^ x11.c:787:5: warning: call to undeclared function 'Do_New'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Do_New(); ^ x11.c:853:28: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNx, (XtPointer)(x + 10)); i++; ^~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:854:28: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNy, (XtPointer)(y + 10)); i++; ^~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:947:3: warning: format specifies type 'long *' but the argument has type 'time_t *' (aka 'long long *') [-Wformat] &score_rec[i].tstamp) ^~~~~~~~~~~~~~~~~~~~ x11.c:957:9: warning: call to undeclared function 'umask'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] (void)umask(umask(0) & ~0644); ^ x11.c:1045:5: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] score_rec[i].tstamp); ^~~~~~~~~~~~~~~~~~~ x11.c:1096:28: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNx, (XtPointer)(x + 10)); i++; ^~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:1097:28: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNy, (XtPointer)(y + 100)); i++; ^~~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:1159:30: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNx, (XtPointer)(x + 10)); i++; ^~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ x11.c:1160:30: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast] XtSetArg(wargs[i], XtNy, (XtPointer)(y + 10)); i++; ^~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:1175:57: note: expanded from macro 'XtSetArg' ((void)( (arg).name = (n), (arg).value = (XtArgVal)(d) )) ^ 15 warnings generated. cc -O2 -pipe -g -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DUSE_X11 -DXONIXDIR=\"/usr/local/lib/X11/xonix\" -c stack.c rm -f xonix cc -o xonix -O2 -pipe -g -L/usr/X11R6/lib -L/usr/local/lib xonix.o x11.o stack.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXau -lXpm -lm -Wl,-rpath,/usr/local/lib xonix.c:173(xonix.o:(RandomPosition)): warning: random() may return deterministic values, is that what you want? x11.c:500(x11.o:(x11_init)): warning: sprintf() is often misused, please use snprintf() x11.c:923(x11.o:(DisplayHighScore)): warning: strcat() is almost always misused, please use strlcat() rm -f xonix._man if test -z "" ; then cd `dirname xonix` && ln -s `basename xonix.man` `basename xonix._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" < xonix.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/\@\@$/\\/' >xonix._man; fi >>> Running package in games/xonix at 1711446234.29 ===> games/xonix ===> Faking installation for xonix-1.4p10 install -c xonix /exopi-obj/pobj/xonix-1.4/fake-amd64/usr/local/bin/xonix + mkdir -p /exopi-obj/pobj/xonix-1.4/fake-amd64/etc/X11/app-defaults install -c -m 0444 Xonix.ad /exopi-obj/pobj/xonix-1.4/fake-amd64/usr/local/lib/X11/app-defaults/Xonix + mkdir -p /exopi-obj/pobj/xonix-1.4/fake-amd64/usr/local/lib/X11/xonix install in . done install -c -m 0444 xonix._man /exopi-obj/pobj/xonix-1.4/fake-amd64/usr/local/man/man1/xonix.1 install.man in . done /exopi-obj/pobj/xonix-1.4/bin/install -d -m 755 /exopi-obj/pobj/xonix-1.4/fake-amd64/usr/local/share/examples/xonix /exopi-obj/pobj/xonix-1.4/bin/install -c -m 644 /dev/null /exopi-obj/pobj/xonix-1.4/fake-amd64/usr/local/share/examples/xonix/xonix.scores Reading existing plist for xonix-1.4p10 Writing /exopi-obj/pobj/xonix-1.4/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/xonix-1.4/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/xonix-1.4/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/xonix-1.4/fake-amd64/usr/local/bin/xonix ===> Building package for xonix-1.4p10 Create /exopi-cvs/ports/packages/amd64/all/xonix-1.4p10.tgz Creating package xonix-1.4p10 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 16% checksumming|************ | 19% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|********************************************************* | 89% archiving|*********************************************************** | 93% archiving|****************************************************************|100% Creating package debug-xonix-1.4p10 reading plist| checking dependencies| checking dependencies|games/xonix 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|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xonix-1.4p10.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-xonix-1.4p10.tgz >>> Running clean in games/xonix at 1711446239.50 ===> games/xonix ===> Cleaning for xonix-1.4p10 >>> Ended at 1711446240.26 max_stuck=0.00/depends=5.25/show-prepare-results=1.44/build=3.02/package=5.06/clean=0.95