>>> Building on exopi-5 under games/xgolgo BDEPENDS = [devel/imake;devel/imake-cf] DIST = [games/xgolgo:xeyes-g.tar.gz] FULLPKGNAME = xgolgo-1.0p2 Avoided depends for imake-1.0.10 imake-cf-1.0.8 distfiles size=11023 >>> Running build in games/xgolgo at 1764960257.19 ===> games/xgolgo ===> Building from scratch xgolgo-1.0p2 ===> xgolgo-1.0p2 depends on: imake-* -> imake-1.0.10 ===> xgolgo-1.0p2 depends on: imake-cf-* -> imake-cf-1.0.8 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xext Xmu Xt c m xcb ===> found ICE.12.0 SM.9.0 X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xmu.11.0 Xt.11.1 c.102.2 m.10.1 xcb.4.1 ===> Checking files for xgolgo-1.0p2 `/exopi-cvs/ports/distfiles/xeyes-g.tar.gz' is up to date. >> (SHA256) all files: 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] 69 | void main(argc, argv) | ^ xeyes.c:69:1: note: change return type to 'int' 69 | 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 C23 [-Wdeprecated-non-prototype] 69 | 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 C23 [-Wdeprecated-non-prototype] 110 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 33 | 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 C23 [-Wdeprecated-non-prototype] 149 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 97 | 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] 226 | 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] 236 | 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] 236 | 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] 237 | 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] 260 | 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 C23 [-Wdeprecated-non-prototype] 210 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 98 | 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 C23 [-Wdeprecated-non-prototype] 278 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 97 | 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 C23 [-Wdeprecated-non-prototype] 297 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 97 | 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 C23 [-Wdeprecated-non-prototype] 322 | (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 C23 [-Wdeprecated-non-prototype] 310 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 98 | 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 C23 [-Wdeprecated-non-prototype] 325 | 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 C23 [-Wdeprecated-non-prototype] 364 | 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] 401 | 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] 411 | 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 C23 [-Wdeprecated-non-prototype] 373 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 101 | 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] 427 | static | ~~~~~~ | int 428 | 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] 433 | 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 C23 [-Wdeprecated-non-prototype] 428 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 100 | static int repaint_window(); | ^ Eyes.c:436:1: warning: non-void function does not return a value [-Wreturn-type] 436 | } | ^ Eyes.c:439:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 439 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 99 | 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] 445 | 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] 453 | 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 C23 [-Wdeprecated-non-prototype] 445 | eyeLiner (w, d, outgc, centergc, num) | ^ Eyes.c:466:1: warning: non-void function does not return a value [-Wreturn-type] 466 | } | ^ Eyes.c:468:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 468 | 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] 476 | 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 C23 [-Wdeprecated-non-prototype] 468 | eyeBall (w, gc, num) | ^ Eyes.c:481:1: warning: non-void function does not return a value [-Wreturn-type] 481 | } | ^ 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] 19 | xpoints = (XPoint *) malloc (n_points * sizeof (*xpoints)); | ^ transform.c:19:12: warning: cast to 'XPoint *' from smaller integer type 'int' [-Wint-to-pointer-cast] 19 | 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 C23 [-Wdeprecated-non-prototype] 9 | 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] 33 | 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] 49 | 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 C23 [-Wdeprecated-non-prototype] 33 | 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] 51 | } | ^ transform.c:53:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 53 | 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 C23 [-Wdeprecated-non-prototype] transform.c:76:1: warning: non-void function does not return a value [-Wreturn-type] 76 | } | ^ transform.c:78:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 78 | 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 C23 [-Wdeprecated-non-prototype] transform.c:101:1: warning: non-void function does not return a value [-Wreturn-type] 101 | } | ^ transform.c:103:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 103 | 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 C23 [-Wdeprecated-non-prototype] transform.c:112:1: warning: non-void function does not return a value [-Wreturn-type] 112 | } | ^ 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 1764960259.84 ===> 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 1764960261.47 ===> games/xgolgo ===> Cleaning for xgolgo-1.0p2 >>> Ended at 1764960263.37 max_stuck=0.29/build=2.62/package=1.62/clean=1.99