>>> Building on exopi-1 under games/xmine BDEPENDS = [devel/imake;devel/imake-cf;x11/Xaw3d] DIST = [games/xmine:xmine-1.0.3-Xaw.tar.gz] FULLPKGNAME = xmine-1.0.3p5 RDEPENDS = [x11/Xaw3d] Woken up games/xmine (Junk lock failure for exopi-1 at 1713378949.13186) Received IO (Junk lock obtained for exopi-1 at 1713378968.57) Received IO Woken up games/xmine Woken up games/xmine Woken up games/xmine Woken up games/xmine Woken up games/xmine >>> Running depends in games/xmine at 1713378970.97 last junk was in net/headscale /usr/sbin/pkg_add -aI -Drepair Xaw3d-1.6.6 imake-1.0.9 imake-cf-1.0.7p0 was: /usr/sbin/pkg_add -aI -Drepair Xaw3d-1.6.6 imake-1.0.9 imake-cf-1.0.7p0 /usr/sbin/pkg_add -aI -Drepair Xaw3d-1.6.6 imake-1.0.9 imake-cf-1.0.7p0 >>> Running show-prepare-results in games/xmine at 1713378983.50 ===> games/xmine ===> Building from scratch xmine-1.0.3p5 ===> xmine-1.0.3p5 depends on: imake-* -> imake-1.0.9 ===> xmine-1.0.3p5 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> xmine-1.0.3p5 depends on: Xaw3d-* -> Xaw3d-1.6.6 ===> Verifying specs: ICE SM X11 Xau Xaw3d Xdmcp Xext Xmu Xpm Xt c ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xaw3d.12.0 Xdmcp.11.0 Xext.13.0 Xmu.11.0 Xpm.10.0 Xt.11.1 c.100.0 Xaw3d-1.6.6 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-1 at 1713378984.94) distfiles size=19950 >>> Running build in games/xmine at 1713378984.98 ===> games/xmine ===> Checking files for xmine-1.0.3p5 `/exopi-cvs/ports/distfiles/xmine-1.0.3-Xaw.tar.gz' is up to date. >> (SHA256) xmine-1.0.3-Xaw.tar.gz: OK ===> Extracting for xmine-1.0.3p5 ===> Patching for xmine-1.0.3p5 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Imakefile.orig Mon Dec 26 12:42:58 1994 |+++ Imakefile Fri Oct 26 23:07:54 2007 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 21. done ===> Applying OpenBSD patch patch-xmine_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xmine.c.orig Mon Dec 26 12:31:20 1994 |+++ xmine.c Fri Oct 26 23:07:54 2007 -------------------------- Patching file xmine.c using Plan A... Hunk #1 succeeded at 78. Hunk #2 succeeded at 126. Hunk #3 succeeded at 247. Hunk #4 succeeded at 280. Hunk #5 succeeded at 293. Hunk #6 succeeded at 394. Hunk #7 succeeded at 421. Hunk #8 succeeded at 479. Hunk #9 succeeded at 648. Hunk #10 succeeded at 932. Hunk #11 succeeded at 1099. Hunk #12 succeeded at 1377. Hunk #13 succeeded at 1426. Hunk #14 succeeded at 1544. Hunk #15 succeeded at 1592. Hunk #16 succeeded at 1701. Hunk #17 succeeded at 1718. Hunk #18 succeeded at 1859. done ===> Applying OpenBSD patch patch-xmine_man Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xmine.man.orig Mon Mar 28 20:15:52 1994 |+++ xmine.man Fri Oct 26 23:07:55 2007 -------------------------- Patching file xmine.man using Plan A... Hunk #1 succeeded at 1. 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 xmine-1.0.3p5 ===> Configuring for xmine-1.0.3p5 mv -f Makefile Makefile.bak 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 -Wall -DUSE_XAW_3D -- Canvas.c xmine.c > .depend ===> Building for xmine-1.0.3p5 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -Wall -DUSE_XAW_3D -c Canvas.c Canvas.c:94:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Redisplay(w, event, region) ^ Canvas.c:45:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Redisplay(); ^ Canvas.c:108:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static Boolean SetValues(current, request, new, args, nargs) ^ Canvas.c:47:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static Boolean SetValues(); ^ Canvas.c:123:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Resize(cw) ^ Canvas.c:46:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Resize(); ^ 6 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -Wall -DUSE_XAW_3D -c xmine.c xmine.c:279:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] void draw(), redraw_cb(), set_color(); ^ xmine.c:208:6: note: conflicting prototype is here void redraw_cb P ((Widget, XExposeEvent*, Region, XtPointer)); ^ xmine.c:745:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redrawsquare(x, y) ^ xmine.c:1108:4: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (XtPointer) game_level); ^~~~~~~~~~~~~~~~~~~~~~ xmine.c:1282:14: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] int level = (int)closure; ^~~~~~~~~~~~ xmine.c:1617:50: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(buf, "%s%s", getenv("HOME"), SCORE_FILE+1); ~~~~~~~~~~^~ xmine.c:1617:50: note: use array indexing to silence this warning sprintf(buf, "%s%s", getenv("HOME"), SCORE_FILE+1); ^ & [ ] xmine.c:1687:14: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] int level = (int) closure; ^~~~~~~~~~~~~ 6 warnings generated. rm -f xmine cc -o xmine -O2 -L/usr/X11R6/lib -L/usr/local/lib Canvas.o xmine.o -lXaw3d -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib xmine.c(xmine.o:(set_custom)): warning: sprintf() is often misused, please use snprintf() xmine.c(xmine.o:(layout_board)): warning: random() may return deterministic values, is that what you want? xmine.c(xmine.o:(new_best)): warning: strcpy() is almost always misused, please use strlcpy() rm -f xmine._man if test -z "" ; then cd `dirname xmine` && ln -s `basename xmine.man` `basename xmine._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=6 -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" < xmine.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/\@\@$/\\/' >xmine._man; fi >>> Running package in games/xmine at 1713378989.17 ===> games/xmine ===> Faking installation for xmine-1.0.3p5 install -c xmine /exopi-obj/pobj/xmine-1.0.3/fake-amd64/usr/local/bin/xmine + mkdir -p /exopi-obj/pobj/xmine-1.0.3/fake-amd64/etc/X11/app-defaults install -c -m 0444 Xmine.ad /exopi-obj/pobj/xmine-1.0.3/fake-amd64/usr/local/lib/X11/app-defaults/Xmine install in . done install -c -m 0444 xmine._man /exopi-obj/pobj/xmine-1.0.3/fake-amd64/usr/local/man/man6/xmine.6 install.man in . done ===> Building package for xmine-1.0.3p5 Create /exopi-cvs/ports/packages/amd64/all/xmine-1.0.3p5.tgz Creating package xmine-1.0.3p5 reading plist| checking dependencies| checking dependencies|x11/Xaw3d 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|* | 1% archiving|************************************************************ | 94% archiving|************************************************************** | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xmine-1.0.3p5.tgz >>> Running clean in games/xmine at 1713378992.90 ===> games/xmine ===> Cleaning for xmine-1.0.3p5 >>> Ended at 1713378993.65 max_stuck=19.39/waiting-for-lock #136=21.84/depends=12.52/show-prepare-results=1.50/build=4.17/package=3.70/clean=0.83