>>> Building on exopi-4 under games/xgolgo BDEPENDS = [devel/imake;devel/imake-cf] DIST = [games/xgolgo:xeyes-g.tar.gz] FULLPKGNAME = xgolgo-1.0p2 (Junk lock obtained for exopi-4 at 1714743659.17) >>> Running depends in games/xgolgo at 1714743659.23 last junk was in education/freedict/swe-spa /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/xgolgo at 1714743660.96 ===> games/xgolgo ===> Building from scratch xgolgo-1.0p2 ===> xgolgo-1.0p2 depends on: imake-* -> imake-1.0.9 ===> xgolgo-1.0p2 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xext Xmu Xt c m xcb ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xmu.11.0 Xt.11.1 c.100.0 m.10.1 xcb.4.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-4 at 1714743662.10) distfiles size=11023 >>> Running build in games/xgolgo at 1714743662.18 ===> games/xgolgo ===> Checking files for xgolgo-1.0p2 `/exopi-cvs/ports/distfiles/xeyes-g.tar.gz' is up to date. >> (SHA256) xeyes-g.tar.gz: OK ===> Extracting for xgolgo-1.0p2 ===> Patching for xgolgo-1.0p2 ===> Applying OpenBSD patch patch-xeyes_man Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xeyes.man.orig Fri Jun 4 01:53:05 1993 |+++ xeyes.man Fri Oct 26 23:03:56 2007 -------------------------- Patching file xeyes.man using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-xgolgo_man Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xgolgo.man.orig Fri Oct 26 23:03:56 2007 |+++ xgolgo.man Fri Oct 26 23:03:56 2007 -------------------------- (Creating file xgolgo.man...) Patching file xgolgo.man using Plan A... Empty context always matches. 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 xgolgo-1.0p2 ===> Configuring for xgolgo-1.0p2 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 -- xeyes.c Eyes.c transform.c > .depend ===> Building for xgolgo-1.0p2 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xeyes.c xeyes.c:69:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void main(argc, argv) ^ xeyes.c:69:1: note: change return type to 'int' void main(argc, argv) ^~~~ int xeyes.c:69: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 main(argc, argv) ^ xeyes.c:110: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 quit(w, event, params, num_params) ^ xeyes.c:33: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 quit(); ^ 4 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c Eyes.c Eyes.c:149: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 Initialize (greq, gnew) ^ Eyes.c:97: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 Initialize(), Realize(), Destroy(); ^ Eyes.c:226:6: warning: call to undeclared function 'SetTransform'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] SetTransform (&w->eyes.t, ^ Eyes.c:236:19: warning: call to undeclared function 'calloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bitmap = (char *)calloc((charw = (w->core.width + 7) / 8) * w->core.height, sizeof(char)); ^ Eyes.c:236:11: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] bitmap = (char *)calloc((charw = (w->core.width + 7) / 8) * w->core.height, sizeof(char)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Eyes.c:237:15: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] bitmapmask = (char *)calloc(charw * w->core.height, sizeof(char)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Eyes.c:260:2: warning: call to undeclared function 'free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] free(bitmap); ^ Eyes.c:210: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 (gw) ^ Eyes.c:98:26: 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(), Resize (); ^ Eyes.c:278: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 Realize (gw, valueMask, attrs) ^ Eyes.c:97:27: 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 Initialize(), Realize(), Destroy(); ^ Eyes.c:297: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 Destroy (gw) ^ Eyes.c:97:38: 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 Initialize(), Realize(), Destroy(); ^ Eyes.c:322:27: warning: passing arguments to 'repaint_window' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) repaint_window ((EyesWidget)gw); ^ Eyes.c:310: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(gw, event, region) ^ Eyes.c:98: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(), Resize (); ^ Eyes.c:325:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static TPoint computePupil (num, mouse) ^ Eyes.c:364: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 computePupils (mouse, pupils) ^ Eyes.c:401:5: warning: call to undeclared function 'eyeBall'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] eyeBall (w, w->eyes.centerGC, 0); ^ Eyes.c:411:5: warning: call to undeclared function 'eyeBall'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] eyeBall (w, w->eyes.centerGC, 1); ^ Eyes.c:373: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 draw_it(client_data, id) ^ Eyes.c:101: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 draw_it (); ^ Eyes.c:428:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] repaint_window (w) ^ Eyes.c:433:3: warning: call to undeclared function 'eyeBall'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] eyeBall (w, w->eyes.pupGC, 0); ^ Eyes.c:428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] repaint_window (w) ^ Eyes.c:100:12: 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 int repaint_window(); ^ Eyes.c:436:1: warning: non-void function does not return a value [-Wreturn-type] } ^ Eyes.c:439: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) ^ Eyes.c:99: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(); ^ Eyes.c:445:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] eyeLiner (w, d, outgc, centergc, num) ^ int Eyes.c:453:2: warning: call to undeclared function 'TFillArc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] TFillArc (dpy, d, outgc, &w->eyes.t, ^ Eyes.c:445:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eyeLiner (w, d, outgc, centergc, num) ^ Eyes.c:466:1: warning: non-void function does not return a value [-Wreturn-type] } ^ Eyes.c:468:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] eyeBall (w, gc, num) ^ int Eyes.c:476:2: warning: call to undeclared function 'TFillArc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] TFillArc (dpy, win, gc, &w->eyes.t, ^ Eyes.c:468:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eyeBall (w, gc, num) ^ Eyes.c:481:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 37 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c transform.c transform.c:19:23: warning: call to undeclared function 'malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] xpoints = (XPoint *) malloc (n_points * sizeof (*xpoints)); ^ transform.c:19:12: warning: cast to 'XPoint *' from smaller integer type 'int' [-Wint-to-pointer-cast] xpoints = (XPoint *) malloc (n_points * sizeof (*xpoints)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ transform.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TranslatePoints (points, n_points, t, mode) ^ transform.c:33:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] TFillPolygon (dpy, d, gc, t, points, n_points, shape, mode) ^ int transform.c:49:3: warning: call to undeclared function 'free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] free (xpoints); ^ transform.c:33:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TFillPolygon (dpy, d, gc, t, points, n_points, shape, mode) ^ transform.c:51:1: warning: non-void function does not return a value [-Wreturn-type] } ^ transform.c:53:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] TDrawArc (dpy, d, gc, t, x, y, width, height, angle1, angle2) ^ int transform.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] transform.c:76:1: warning: non-void function does not return a value [-Wreturn-type] } ^ transform.c:78:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] TFillArc (dpy, d, gc, t, x, y, width, height, angle1, angle2) ^ int transform.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] transform.c:101:1: warning: non-void function does not return a value [-Wreturn-type] } ^ transform.c:103:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] SetTransform (t, xx1, xx2, xy1, xy2, tx1, tx2, ty1, ty2) ^ int transform.c:103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] transform.c:112:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 16 warnings generated. rm -f xgolgo cc -o xgolgo -O2 -L/usr/X11R6/lib -L/usr/local/lib xeyes.o Eyes.o transform.o -lXmu -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lXt -lSM -lICE -lXext -lXext -lX11 -lXdmcp -lXau -lm -Wl,-rpath,/usr/local/lib rm -f xgolgo._man if test -z "" ; then cd `dirname xgolgo` && ln -s `basename xgolgo.man` `basename xgolgo._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" < xgolgo.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/\@\@$/\\/' >xgolgo._man; fi >>> Running package in games/xgolgo at 1714743666.94 ===> games/xgolgo ===> Faking installation for xgolgo-1.0p2 install -c xgolgo /exopi-obj/pobj/xgolgo-1.0/fake-amd64/usr/local/bin/xgolgo install in . done /exopi-obj/pobj/xgolgo-1.0/bin/install -c -m 644 /exopi-obj/pobj/xgolgo-1.0/xeyes/xeyes.man /exopi-obj/pobj/xgolgo-1.0/fake-amd64/usr/local/man/man1/xgolgo.1 ===> Building package for xgolgo-1.0p2 Create /exopi-cvs/ports/packages/amd64/all/xgolgo-1.0p2.tgz Creating package xgolgo-1.0p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 15% checksumming|************ | 20% checksumming|*************** | 25% checksumming|****************** | 30% checksumming|********************* | 35% checksumming|************************ | 40% checksumming|*************************** | 45% checksumming|******************************* | 50% checksumming|********************************** | 55% checksumming|************************************* | 60% checksumming|**************************************** | 65% checksumming|******************************************* | 70% checksumming|********************************************** | 75% checksumming|************************************************* | 80% checksumming|**************************************************** | 85% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xgolgo-1.0p2.tgz >>> Running clean in games/xgolgo at 1714743668.86 ===> games/xgolgo ===> Cleaning for xgolgo-1.0p2 >>> Ended at 1714743669.82 max_stuck=0.00/depends=1.48/show-prepare-results=1.46/build=4.72/package=1.93/clean=1.07