>>> Building on exopi-4 under games/spatial DIST = [games/spatial:threedee.tar.Z] FULLPKGNAME = spatial-1.0.1p2 distfiles size=63063 >>> Running build in games/spatial at 1713856890.82 ===> games/spatial ===> Building from scratch spatial-1.0.1p2 ===> Verifying specs: X11 c m xcb ===> found X11.18.0 c.100.0 m.10.1 xcb.4.1 ===> Checking files for spatial-1.0.1p2 `/exopi-cvs/ports/distfiles/threedee.tar.Z' is up to date. >> (SHA256) threedee.tar.Z: OK ===> Extracting for spatial-1.0.1p2 ===> Patching for spatial-1.0.1p2 ===> Applying OpenBSD patch patch-spatial_deco_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/deco.c.orig Mon Aug 23 20:31:10 1993 |+++ spatial/deco.c Thu Sep 8 14:12:49 2005 -------------------------- Patching file spatial/deco.c using Plan A... Hunk #1 succeeded at 3. done ===> Applying OpenBSD patch patch-spatial_disp_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/disp.c.orig Thu Aug 26 01:09:16 1993 |+++ spatial/disp.c Thu Sep 8 11:57:48 2005 -------------------------- Patching file spatial/disp.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 44. Hunk #3 succeeded at 442. done ===> Applying OpenBSD patch patch-spatial_game_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/game.c.orig Mon Aug 23 21:28:21 1993 |+++ spatial/game.c Wed Dec 5 15:03:28 2007 -------------------------- Patching file spatial/game.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 31. Hunk #3 succeeded at 380. done ===> Applying OpenBSD patch patch-spatial_intro_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/intro.c.orig Fri Aug 27 21:02:51 1993 |+++ spatial/intro.c Wed Dec 5 15:03:28 2007 -------------------------- Patching file spatial/intro.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 23. Hunk #3 succeeded at 121. done ===> Applying OpenBSD patch patch-spatial_rots_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/rots.c.orig Mon Aug 23 20:45:55 1993 |+++ spatial/rots.c Wed Dec 5 15:03:28 2007 -------------------------- Patching file spatial/rots.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 25. Hunk #3 succeeded at 127. done ===> Applying OpenBSD patch patch-spatial_score_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/score.c.orig Fri Aug 27 21:49:34 1993 |+++ spatial/score.c Thu Sep 8 23:45:54 2005 -------------------------- Patching file spatial/score.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 16. Hunk #3 succeeded at 55. Hunk #4 succeeded at 102. Hunk #5 succeeded at 121. Hunk #6 succeeded at 144. Hunk #7 succeeded at 163. Hunk #8 succeeded at 183. done ===> Applying OpenBSD patch patch-spatial_spatial_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/spatial.c.orig Thu Aug 26 00:26:15 1993 |+++ spatial/spatial.c Wed Dec 5 15:03:28 2007 -------------------------- Patching file spatial/spatial.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 13. done ===> Applying OpenBSD patch patch-spatial_spatial_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/spatial.h.orig Mon Aug 23 20:48:54 1993 |+++ spatial/spatial.h Thu Sep 8 23:42:22 2005 -------------------------- Patching file spatial/spatial.h using Plan A... Hunk #1 succeeded at 87. 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 spatial-1.0.1p2 ===> Configuring for spatial-1.0.1p2 ===> Building for spatial-1.0.1p2 cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c spatial.c spatial.c:21:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 1 warning generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c disp.c disp.c:219: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 setup_one_fieldpm(fips) ^ disp.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 draw_score(drw) ^ disp.c:352: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 back_to_disp(all) ^ disp.c:387: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 loadpieces(flname) ^ 4 warnings generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c game.c game.c:114:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (eventp = XCheckWindowEvent(dpy, win, evmasks, &event)) ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ game.c:114:13: note: place parentheses around the assignment to silence this warning if (eventp = XCheckWindowEvent(dpy, win, evmasks, &event)) ^ ( ) game.c:114:13: note: use '==' to turn this assignment into an equality comparison if (eventp = XCheckWindowEvent(dpy, win, evmasks, &event)) ^ == game.c:124:17: warning: incompatible pointer types passing 'XEvent *' (aka 'union _XEvent *') to parameter of type 'XKeyEvent *' [-Wincompatible-pointer-types] XLookupString(&event, &key, 1, &ksym, NULL); ^~~~~~ /usr/X11R6/include/X11/Xutil.h:535:35: note: passing argument to parameter here XKeyEvent* /* event_struct */, ^ 2 warnings generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c rots.c rots.c:82: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 rotate_piece(axis, theta) /* works on plist */ ^ rots.c:188:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int collision(listflag) ^ rots.c:255: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 add_cubie(cx, cy, cz) ^ rots.c:263: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 add_one_cubie(fips, cx, cy, cz) ^ rots.c:348: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 add_cubies(lev) ^ rots.c:464: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 draw_curpiece(drw) ^ 6 warnings generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c intro.c intro.c:66:17: warning: incompatible pointer types passing 'XEvent *' (aka 'union _XEvent *') to parameter of type 'XKeyEvent *' [-Wincompatible-pointer-types] XLookupString(&event, &key, 1, &ksym, NULL); ^~~~~~ /usr/X11R6/include/X11/Xutil.h:535:35: note: passing argument to parameter here XKeyEvent* /* event_struct */, ^ 1 warning generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c deco.c deco.c:48:17: warning: incompatible pointer types passing 'XEvent *' (aka 'union _XEvent *') to parameter of type 'XKeyEvent *' [-Wincompatible-pointer-types] XLookupString(&event, &key, 1, &ksym, NULL); ^~~~~~ /usr/X11R6/include/X11/Xutil.h:535:35: note: passing argument to parameter here XKeyEvent* /* event_struct */, ^ 1 warning generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c score.c score.c:60: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 load_hscores(save) ^ score.c:181:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (tcp=XGetDefault(dpy, "spatial", "name")) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ score.c:181:17: note: place parentheses around the assignment to silence this warning else if (tcp=XGetDefault(dpy, "spatial", "name")) { ^ ( ) score.c:181:17: note: use '==' to turn this assignment into an equality comparison else if (tcp=XGetDefault(dpy, "spatial", "name")) { ^ == 2 warnings generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include spatial.o disp.o game.o rots.o intro.o deco.o score.o -o spatial -L/usr/X11R6/lib -lX11 -lm rots.c(rots.o:(startpiece)): warning: random() may return deterministic values, is that what you want? >>> Running package in games/spatial at 1713856894.81 ===> games/spatial ===> Faking installation for spatial-1.0.1p2 /exopi-obj/pobj/spatial-1.0.1/bin/install -c -s -m 755 /exopi-obj/pobj/spatial-1.0.1/threedee/spatial/spatial /exopi-obj/pobj/spatial-1.0.1/fake-amd64/usr/local/bin /exopi-obj/pobj/spatial-1.0.1/bin/install -c -m 644 /exopi-obj/pobj/spatial-1.0.1/threedee/spatial/spatial.6 /exopi-obj/pobj/spatial-1.0.1/fake-amd64/usr/local/man/man6 /exopi-obj/pobj/spatial-1.0.1/bin/install -d -m 755 /exopi-obj/pobj/spatial-1.0.1/fake-amd64/usr/local/share/spatial /exopi-obj/pobj/spatial-1.0.1/bin/install -c -m 644 /exopi-obj/pobj/spatial-1.0.1/threedee/spatial/spatial.shp /exopi-obj/pobj/spatial-1.0.1/fake-amd64/usr/local/share/spatial/spatial.shp ===> Building package for spatial-1.0.1p2 Create /exopi-cvs/ports/packages/amd64/all/spatial-1.0.1p2.tgz Creating package spatial-1.0.1p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 4% checksumming|***** | 9% checksumming|******** | 13% checksumming|*********** | 17% checksumming|************* | 22% checksumming|**************** | 26% checksumming|******************* | 30% checksumming|********************* | 35% checksumming|************************ | 39% checksumming|*************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 57% checksumming|************************************* | 61% checksumming|**************************************** | 65% checksumming|****************************************** | 70% checksumming|********************************************* | 74% checksumming|************************************************ | 78% checksumming|************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************** | 91% checksumming|********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***************************************************** | 82% archiving|******************************************************* | 86% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/spatial-1.0.1p2.tgz >>> Running clean in games/spatial at 1713856897.27 ===> games/spatial ===> Cleaning for spatial-1.0.1p2 >>> Ended at 1713856898.46 max_stuck=0.00/build=3.93/package=2.50/clean=1.24