>>> Building on exopi-6 under games/xminesweep BDEPENDS = [devel/imake-cf;devel/imake] DIST = [games/xminesweep:xminesweep3.0.tar.Z] FULLPKGNAME = xminesweep-3.0p6 (Junk lock obtained for exopi-6 at 1713949274.82) >>> Running depends in games/xminesweep at 1713949274.86 /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 games/xminesweep at 1713949277.43 ===> games/xminesweep ===> Building from scratch xminesweep-3.0p6 ===> xminesweep-3.0p6 depends on: imake-* -> imake-1.0.9 ===> xminesweep-3.0p6 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-6 at 1713949278.74) distfiles size=24898 >>> Running build in games/xminesweep at 1713949278.81 ===> games/xminesweep ===> Checking files for xminesweep-3.0p6 `/exopi-cvs/ports/distfiles/xminesweep3.0.tar.Z' is up to date. >> (SHA256) xminesweep3.0.tar.Z: OK ===> Extracting for xminesweep-3.0p6 ===> Patching for xminesweep-3.0p6 ===> Applying OpenBSD patch patch-callbacks_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- callbacks.c.orig Sun Jun 8 13:58:54 2014 |+++ callbacks.c Sun Jun 8 13:59:14 2014 -------------------------- Patching file callbacks.c using Plan A... Hunk #1 succeeded at 417. done ===> Applying OpenBSD patch patch-xminesweep_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: xminesweep.h |--- xminesweep.h.orig |+++ xminesweep.h -------------------------- Patching file xminesweep.h using Plan A... Hunk #1 succeeded at 25. 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 xminesweep-3.0p6 ===> Configuring for xminesweep-3.0p6 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 -DCHEAT_OK -- xminesweep.c callbacks.c misc.c > .depend ===> Building for xminesweep-3.0p6 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DCHEAT_OK -c xminesweep.c xminesweep.c:130:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(argc, argv) ^ int xminesweep.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xminesweep.c:295:15: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(w,h); ^ 3 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DCHEAT_OK -c callbacks.c callbacks.c:38:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void get_pos(ex,ey,x,y) ^ callbacks.c:77:15: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x,y); ^ callbacks.c:80:24: warning: passing arguments to 'Shift_B1_Event' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else Shift_B1_Event(w,event,params,numparams); ^ callbacks.c:54:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void B1_Event(w,event,params,numparams) ^ callbacks.c:146:24: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else expose(x-1,y); ^ callbacks.c:146:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else expose(x-1,y); ^ callbacks.c:155:24: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else expose(x+1,y); ^ callbacks.c:155:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else expose(x+1,y); ^ callbacks.c:164:24: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else expose(x,y-1); ^ callbacks.c:164:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else expose(x,y-1); ^ callbacks.c:173:24: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else expose(x,y+1); ^ callbacks.c:173:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else expose(x,y+1); ^ callbacks.c:182:24: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else expose(x-1,y-1); ^ callbacks.c:182:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else expose(x-1,y-1); ^ callbacks.c:191:24: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else expose(x-1,y+1); ^ callbacks.c:191:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else expose(x-1,y+1); ^ callbacks.c:200:24: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else expose(x+1,y-1); ^ callbacks.c:200:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else expose(x+1,y-1); ^ callbacks.c:209:24: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] } else expose(x+1,y+1); ^ callbacks.c:209:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else expose(x+1,y+1); ^ callbacks.c:85:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Shift_B1_Event(w,event,params,numparams) ^ callbacks.c:29:6: 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] void Shift_B1_Event(); ^ callbacks.c:218:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void B2_Event(w,event,params,numparams) ^ callbacks.c:248:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void B3_Event(w,event,params,numparams) ^ callbacks.c:315:15: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x,y); ^ callbacks.c:287:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Expose_Event(w,event,params,numparams) ^ callbacks.c:332:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void DoQuit(w, event, params, num_params) ^ callbacks.c:364:3: warning: call to undeclared function 'init_world'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] init_world(); ^ callbacks.c:359:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void DoRestart(w,client_data,call_data ) ^ callbacks.c:381:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void DoAjustMines(w,client_data,call_data ) ^ callbacks.c:416:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Do_Clock(client_data,call_data ) ^ callbacks.c:32:6: 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] void Do_Clock(); ^ 32 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DCHEAT_OK -c misc.c misc.c:54:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void seed_my_rand(val) ^ misc.c:272:17: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x-1,y); ^ misc.c:276:17: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x+1,y); ^ misc.c:280:17: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x,y-1); ^ misc.c:284:17: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x,y+1); ^ misc.c:288:17: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x-1,y-1); ^ misc.c:292:18: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x-1,y+1); ^ misc.c:296:17: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x+1,y-1); ^ misc.c:300:17: warning: passing arguments to 'expose' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expose(x+1,y+1); ^ misc.c:260:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void expose_zeros(x,y) ^ misc.c:309:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void expose(x,y) ^ misc.c:48:6: 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] void expose(); ^ 12 warnings generated. rm -f xminesweep cc -o xminesweep -O2 -L/usr/X11R6/lib -L/usr/local/lib xminesweep.o callbacks.o misc.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib xminesweep.c(xminesweep.o:(main)): warning: sprintf() is often misused, please use snprintf() rm -f xminesweep._man if test -z "" ; then cd `dirname xminesweep` && ln -s `basename xminesweep.man` `basename xminesweep._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" < xminesweep.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/\@\@$/\\/' >xminesweep._man; fi >>> Running package in games/xminesweep at 1713949281.94 ===> games/xminesweep ===> Faking installation for xminesweep-3.0p6 install -c xminesweep /exopi-obj/pobj/xminesweep-3.0/fake-amd64/usr/local/bin/xminesweep install in . done install -c -m 0444 xminesweep._man /exopi-obj/pobj/xminesweep-3.0/fake-amd64/usr/local/man/man1/xminesweep.1 install.man in . done ===> Building package for xminesweep-3.0p6 Create /exopi-cvs/ports/packages/amd64/all/xminesweep-3.0p6.tgz Creating package xminesweep-3.0p6 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 14% checksumming|************ | 19% checksumming|*************** | 24% checksumming|***************** | 29% checksumming|******************** | 33% checksumming|*********************** | 38% checksumming|************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|*********************************** | 57% checksumming|************************************** | 62% checksumming|***************************************** | 67% checksumming|******************************************** | 71% checksumming|********************************************** | 76% checksumming|************************************************* | 81% checksumming|**************************************************** | 86% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************************** | 92% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xminesweep-3.0p6.tgz >>> Running clean in games/xminesweep at 1713949284.12 ===> games/xminesweep ===> Cleaning for xminesweep-3.0p6 >>> Ended at 1713949284.81 max_stuck=1.82/depends=2.52/show-prepare-results=1.41/build=3.04/package=2.25/clean=0.77