>>> Building on exopi-6 under games/xminehunter BDEPENDS = [x11/motif] DIST = [games/xminehunter:xminehunter-0.4.tar.gz] FULLPKGNAME = xminehunter-0.4p7 RDEPENDS = [x11/motif] (Junk lock obtained for exopi-6 at 1764975734.46) >>> Running depends in games/xminehunter at 1764975734.51 last junk was in textproc/apertium-dicts/szl /usr/sbin/pkg_add -aI -Drepair motif-2.3.8p2 was: /usr/sbin/pkg_add -aI -Drepair motif-2.3.8p2 /usr/sbin/pkg_add -aI -Drepair motif-2.3.8p2 >>> Running show-prepare-results in games/xminehunter at 1764975736.45 ===> games/xminehunter ===> Building from scratch xminehunter-0.4p7 ===> xminehunter-0.4p7 depends on: motif-* -> motif-2.3.8p2 ===> Verifying specs: X11 Xext Xpm Xt c m c++ c++abi pthread xcb Xm ===> found X11.19.0 Xext.13.0 Xpm.10.0 Xt.11.1 c.102.2 m.10.1 c++.12.0 c++abi.9.0 pthread.28.1 xcb.4.1 Xm.6.1 motif-2.3.8p2 (Junk lock released for exopi-6 at 1764975736.85) distfiles size=896168 >>> Running build in games/xminehunter at 1764975736.89 ===> games/xminehunter ===> Checking files for xminehunter-0.4p7 `/exopi-cvs/ports/distfiles/xminehunter-0.4.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xminehunter-0.4p7 ===> Patching for xminehunter-0.4p7 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Mon Jul 22 08:11:34 1996 |+++ Makefile Fri Oct 26 23:08:54 2007 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 49. 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 xminehunter-0.4p7 ===> Configuring for xminehunter-0.4p7 ===> Building for xminehunter-0.4p7 rm -f xminehunter.o c++ -c -O2 -pipe -std=gnu++98 -DMINE_SCORE_PATH=\"/usr/local/lib/X11/xminehunter\" -I/usr/local/include -I/usr/X11R6/include xminehunter.cc rm -f callbacks.o c++ -c -O2 -pipe -std=gnu++98 -DMINE_SCORE_PATH=\"/usr/local/lib/X11/xminehunter\" -I/usr/local/include -I/usr/X11R6/include callbacks.cc callbacks.cc:68:46: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 68 | XmString xm_str = XmStringCreate(time_str, "TAG1"); | ^ callbacks.cc:173:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 173 | xm_str = XmStringCreate("Fastest Mine Hunters (Easy)", "TAG1"); | ^ callbacks.cc:173:60: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 173 | xm_str = XmStringCreate("Fastest Mine Hunters (Easy)", "TAG1"); | ^ callbacks.cc:176:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 176 | xm_str = XmStringCreate("Fastest Mine Hunters (Medium)", "TAG1"); | ^ callbacks.cc:176:62: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 176 | xm_str = XmStringCreate("Fastest Mine Hunters (Medium)", "TAG1"); | ^ callbacks.cc:179:29: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 179 | xm_str = XmStringCreate("Fastest Mine Hunters (Hard)", "TAG1"); | ^ callbacks.cc:179:60: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 179 | xm_str = XmStringCreate("Fastest Mine Hunters (Hard)", "TAG1"); | ^ callbacks.cc:171:11: warning: enumeration value 'Customized' not handled in switch [-Wswitch] 171 | switch (cd->app_part->game_mode) { | ^~~~~~~~~~~~~~~~~~~~~~~ callbacks.cc:190:65: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 190 | xm_str = XmStringCreate(cd->app_part->high_score[i].name, "TAG2"); | ^ callbacks.cc:192:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 192 | xm_str = XmStringCreate("Anonymous", "TAG2"); | ^ callbacks.cc:192:44: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 192 | xm_str = XmStringCreate("Anonymous", "TAG2"); | ^ callbacks.cc:197:40: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 197 | xm_str = XmStringCreate(num_str, "TAG2"); | ^ callbacks.cc:200:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 200 | xm_str = XmStringCreate("", "TAG2"); | ^ callbacks.cc:200:35: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 200 | xm_str = XmStringCreate("", "TAG2"); | ^ 14 warnings generated. rm -f event_handlers.o c++ -c -O2 -pipe -std=gnu++98 -DMINE_SCORE_PATH=\"/usr/local/lib/X11/xminehunter\" -I/usr/local/include -I/usr/X11R6/include event_handlers.cc event_handlers.cc:32:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] 32 | else | ^ event_handlers.cc:75:51: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 75 | XmString xm_str = XmStringCreate(count_str, "TAG1"); | ^ event_handlers.cc:51:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] 51 | else { | ^ 3 warnings generated. rm -f app.o c++ -c -O2 -pipe -std=gnu++98 -DMINE_SCORE_PATH=\"/usr/local/lib/X11/xminehunter\" -I/usr/local/include -I/usr/X11R6/include app.cc app.cc:454:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 454 | XmString xm_str = XmStringCreate("0", "TAG1"); | ^ app.cc:454:41: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 454 | XmString xm_str = XmStringCreate("0", "TAG1"); | ^ app.cc:474:38: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 474 | xm_str = XmStringCreate(count_str, "TAG1"); | ^ 3 warnings generated. rm -f interface.o c++ -c -O2 -pipe -std=gnu++98 -DMINE_SCORE_PATH=\"/usr/local/lib/X11/xminehunter\" -I/usr/local/include -I/usr/X11R6/include interface.cc interface.cc:19:5: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 19 | "XMinehunter*background: gray", | ^ interface.cc:20:5: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 20 | "XMinehunter*highlightThickness: 0", | ^ interface.cc:21:5: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 21 | "XMinehunter*fontList: -*-helvetica-bold-r-normal--14-140*=TAG1,\ | ^ interface.cc:41:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 41 | "MainWindow", NULL, 0); | ^ interface.cc:56:29: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 56 | XmStringCreateLocalized("File"), 'F', | ^ interface.cc:58:29: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 58 | XmStringCreateLocalized("Game"), 'G', | ^ interface.cc:60:29: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 60 | XmStringCreateLocalized("Help"), 'H', | ^ interface.cc:54:53: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 54 | XmVaCreateSimpleMenuBar(gui_part->MainWinW, "MenuBar", | ^ interface.cc:73:57: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 73 | XmVaPUSHBUTTON, XmStringCreateLocalized("New"), | ^ interface.cc:75:43: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 75 | XmVaPUSHBUTTON, XmStringCreateLocalized("High Scores..."), | ^ interface.cc:78:57: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 78 | XmVaPUSHBUTTON, XmStringCreateLocalized("Quit"), | ^ interface.cc:71:58: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 71 | XmVaCreateSimplePulldownMenu(gui_part->MenuBarW, "File", | ^ interface.cc:96:57: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 96 | XmVaPUSHBUTTON, XmStringCreateLocalized("Easy"), | ^ interface.cc:98:57: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 98 | XmVaPUSHBUTTON, XmStringCreateLocalized("Medium"), | ^ interface.cc:100:57: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 100 | XmVaPUSHBUTTON, XmStringCreateLocalized("Hard"), | ^ interface.cc:103:57: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 103 | XmVaPUSHBUTTON, XmStringCreateLocalized("Customized..."), | ^ interface.cc:94:58: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 94 | XmVaCreateSimplePulldownMenu(gui_part->MenuBarW, "Game", | ^ interface.cc:127:57: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 127 | XmVaPUSHBUTTON, XmStringCreateLocalized("About..."), | ^ interface.cc:130:57: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 130 | XmVaPUSHBUTTON, XmStringCreateLocalized("How To Play..."), | ^ interface.cc:125:58: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 125 | XmVaCreateSimplePulldownMenu(gui_part->MenuBarW, "Help", | ^ interface.cc:144:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 144 | gui_part->CommandW = XmCreateForm(gui_part->MainWinW, "CommandWindow", | ^ interface.cc:146:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 146 | Widget time_label = XmCreateLabel(gui_part->CommandW, "Time:", NULL, 0); | ^ interface.cc:156:57: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 156 | Widget time_frame = XmCreateFrame(gui_part->CommandW, "Time Frame", NULL, 0); | ^ interface.cc:168:47: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 168 | gui_part->TimeW = XmCreateLabel(time_frame, "0", NULL, 0); | ^ interface.cc:186:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 186 | Widget count_frame = XmCreateFrame(gui_part->CommandW, "Count Frame", NULL, 0); | ^ interface.cc:204:58: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 204 | Widget count_label = XmCreateLabel(gui_part->CommandW, "Mines:", NULL, 0); | ^ interface.cc:218:6: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 218 | "XMinehunter, version 0.4, by jyu@acm.org\nFor My Mother", "TAG2"); | ^ interface.cc:218:65: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 218 | "XMinehunter, version 0.4, by jyu@acm.org\nFor My Mother", "TAG2"); | ^ interface.cc:220:10: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 220 | "MessageWindow", NULL, 0); | ^ interface.cc:253:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 253 | gui_part->FieldW = XmCreateRowColumn(gui_part->MainWinW, "MineField", | ^ interface.cc:276:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 276 | XmCreatePushButton(gui_part->FieldW, "Block", args, 4); | ^ interface.cc:314:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 314 | XmString xm_str = XmStringCreate("You Lost!", "TAG2"); | ^ interface.cc:314:49: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 314 | XmString xm_str = XmStringCreate("You Lost!", "TAG2"); | ^ interface.cc:343:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 343 | XmString xm_str = XmStringCreate("You Won!", "TAG2"); | ^ interface.cc:343:49: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 343 | XmString xm_str = XmStringCreate("You Won!", "TAG2"); | ^ interface.cc:445:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 445 | "Customized", NULL, 0); | ^ interface.cc:447:43: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 447 | XmNdialogTitle, XmStringCreateLocalized("Customized"), | ^ interface.cc:449:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 449 | XmNmessageString, XmStringCreate("Customized Game", "TAG1"), | ^ interface.cc:449:55: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 449 | XmNmessageString, XmStringCreate("Customized Game", "TAG1"), | ^ interface.cc:455:56: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 455 | Widget rc = XmCreateRowColumn(gui_part->GameDialogW, "InputFields", NULL, 0); | ^ interface.cc:463:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 463 | Widget l1 = XmCreateLabel(rc, "Number of mines:", NULL, 0); | ^ interface.cc:464:54: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 464 | gui_part->NumOfMinesTextFW = XmCreateTextField(rc, "NumOfMines", NULL, 0); | ^ interface.cc:465:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 465 | Widget l2 = XmCreateLabel(rc, "Field width:", NULL, 0); | ^ interface.cc:466:54: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 466 | gui_part->FieldWidthTextFW = XmCreateTextField(rc, "FieldWidth", NULL, 0); | ^ interface.cc:467:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 467 | Widget l3 = XmCreateLabel(rc, "Field height:", NULL, 0); | ^ interface.cc:468:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 468 | gui_part->FieldHeightTextFW = XmCreateTextField(rc, "FieldHeight", NULL, 0); | ^ interface.cc:482:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 482 | "Warning", NULL, 0); | ^ interface.cc:488:43: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 488 | XmNdialogTitle, XmStringCreateLocalized("Warning"), | ^ interface.cc:490:18: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 490 | XmStringCreate("Wrong Input", "TAG1"), | ^ interface.cc:490:33: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 490 | XmStringCreate("Wrong Input", "TAG1"), | ^ interface.cc:495:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 495 | "About", NULL, 0); | ^ interface.cc:497:27: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 497 | XmStringCreateLocalized("About"), NULL); | ^ interface.cc:504:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 504 | "XMinehunter, version 0.4\nCopyright 1994 - 1997 by Jin Yu\n\nFor My Mother", "TAG1"); | ^ interface.cc:504:83: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 504 | "XMinehunter, version 0.4\nCopyright 1994 - 1997 by Jin Yu\n\nFor My Mother", "TAG1"); | ^ interface.cc:514:7: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 514 | "Help", NULL, 0); | ^ interface.cc:516:27: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 516 | XmStringCreateLocalized("Help"), NULL); | ^ interface.cc:523:5: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 523 | "Left mouse button to uncover squares\nRight mouse button to mark mines\nMiddle mouse button to quick-uncover squares", "TAG1"); | ^ interface.cc:523:125: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 523 | "Left mouse button to uncover squares\nRight mouse button to mark mines\nMiddle mouse button to quick-uncover squares", "TAG1"); | ^ interface.cc:533:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 533 | "HighScore", | ^ interface.cc:536:43: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 536 | XmNdialogTitle, XmStringCreateLocalized("High Scores"), | ^ interface.cc:543:54: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 543 | rc = XmCreateRowColumn(gui_part->HighScoreDialogW, "rc", NULL, 0); | ^ interface.cc:552:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 552 | XmString place_title = XmStringCreate("Place", "TAG1"); | ^ interface.cc:552:50: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 552 | XmString place_title = XmStringCreate("Place", "TAG1"); | ^ interface.cc:553:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 553 | XmString name_title = XmStringCreate("Name", "TAG1"); | ^ interface.cc:553:48: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 553 | XmString name_title = XmStringCreate("Name", "TAG1"); | ^ interface.cc:554:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 554 | XmString score_title = XmStringCreate("Score", "TAG1"); | ^ interface.cc:554:50: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 554 | XmString score_title = XmStringCreate("Score", "TAG1"); | ^ interface.cc:570:38: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 570 | XmString name_str = XmStringCreate("Anonymous", "TAG2"); | ^ interface.cc:570:51: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 570 | XmString name_str = XmStringCreate("Anonymous", "TAG2"); | ^ interface.cc:571:39: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 571 | XmString score_str = XmStringCreate("", "TAG2"); | ^ interface.cc:571:43: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 571 | XmString score_str = XmStringCreate("", "TAG2"); | ^ interface.cc:575:41: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 575 | place_str = XmStringCreate(num_str, "TAG2"); | ^ interface.cc:603:11: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 603 | "", NULL, 0); | ^ interface.cc:606:43: warning: conversion from string literal to 'String' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 606 | XmNdialogTitle, XmStringCreateLocalized("Enter Name"), | ^ interface.cc:607:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 607 | XmNselectionLabelString, XmStringCreate("Your Name:", "TAG1"), | ^ interface.cc:607:57: warning: conversion from string literal to 'XmStringCharSet' (aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings] 607 | XmNselectionLabelString, XmStringCreate("Your Name:", "TAG1"), | ^ 76 warnings generated. rm -f constructor.o c++ -c -O2 -pipe -std=gnu++98 -DMINE_SCORE_PATH=\"/usr/local/lib/X11/xminehunter\" -I/usr/local/include -I/usr/X11R6/include constructor.cc rm -f bitmap.o c++ -c -O2 -pipe -std=gnu++98 -DMINE_SCORE_PATH=\"/usr/local/lib/X11/xminehunter\" -I/usr/local/include -I/usr/X11R6/include bitmap.cc In file included from bitmap.cc:32: ./bitmaps/normal.xpm:4:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 4 | " 32 32 3 1", | ^ ./bitmaps/normal.xpm:6:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 6 | ". c #c4c4c4", | ^ ./bitmaps/normal.xpm:7:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 7 | "# c #000000", | ^ ./bitmaps/normal.xpm:8:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 8 | "a c #ffff00", | ^ ./bitmaps/normal.xpm:10:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 10 | "..........############..........", | ^ ./bitmaps/normal.xpm:11:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 11 | "..........############..........", | ^ ./bitmaps/normal.xpm:12:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 12 | "........####aaaaaaa#####........", | ^ ./bitmaps/normal.xpm:13:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 13 | "......###aaaaaaaaaaaaa####......", | ^ ./bitmaps/normal.xpm:14:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 14 | ".....##aaaaaaaaaaaaaaaaa###.....", | ^ ./bitmaps/normal.xpm:15:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 15 | "....##aaaaaaaaaaaaaaaaaaa###....", | ^ ./bitmaps/normal.xpm:16:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 16 | "...##aaaaaaaaaaaaaaaaaaaaa###...", | ^ ./bitmaps/normal.xpm:17:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 17 | "..##aaaaaaaaaaaaaaaaaaaaaaa##...", | ^ ./bitmaps/normal.xpm:18:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 18 | ".##aaaaaaaaaaaaaaaaaaaaaaaaa##..", | ^ ./bitmaps/normal.xpm:19:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 19 | ".##aaaaaaaaaaaaaaaaaaaaaaaaa##..", | ^ ./bitmaps/normal.xpm:20:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 20 | "##aaa######################aa##.", | ^ ./bitmaps/normal.xpm:21:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 21 | "##aa########################a##.", | ^ ./bitmaps/normal.xpm:22:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 22 | "#aa######a#aa#######a#aa########", | ^ ./bitmaps/normal.xpm:23:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 23 | "#####a##aa#aa###a##aa#aa########", | ^ ./bitmaps/normal.xpm:24:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 24 | "####aa##aa#aa###a##aa#aa##aa####", | ^ ./bitmaps/normal.xpm:25:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 25 | "###aaaa##aaa###aaa##aaa###aaa###", | ^ ./bitmaps/normal.xpm:26:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 26 | "##aaaaa########aaa########aaaa##", | ^ ./bitmaps/normal.xpm:27:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 27 | "#aaaaaaa######aaaaa#####aaaaaa##", | ^ ./bitmaps/normal.xpm:28:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 28 | "#aaaaaaaaaaaaaaaaaaaaaaaaaaaaa##", | ^ ./bitmaps/normal.xpm:29:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 29 | "#aaaaaaaaaaaaaaaaaaaaaaaaaaaa##.", | ^ ./bitmaps/normal.xpm:30:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 30 | "##aaaaaaaaaaaaaaaaaaaaaaaaaaa##.", | ^ ./bitmaps/normal.xpm:31:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 31 | "##aaaaa##aaaaaaaaaaaaa##aaaaa##.", | ^ ./bitmaps/normal.xpm:32:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 32 | ".##aaa##aaaaaaaaaaaaaaa##aaa###.", | ^ ./bitmaps/normal.xpm:33:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 33 | ".##aa#a###aaaaaaaaaaa###a#aa###.", | ^ ./bitmaps/normal.xpm:34:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 34 | "..##aaaa###aaaaaaaaa###aaaa###..", | ^ ./bitmaps/normal.xpm:35:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 35 | "..##aaaaa#############aaaa####..", | ^ ./bitmaps/normal.xpm:36:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 36 | "...##aaaaaa#########aaaaaa###...", | ^ ./bitmaps/normal.xpm:37:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 37 | "...####aaaaaaaaaaaaaaaaaa###....", | ^ ./bitmaps/normal.xpm:38:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 38 | "....####aaaaaaaaaaaaaaa####.....", | ^ ./bitmaps/normal.xpm:39:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 39 | ".....#####aaaaaaaaaaa#####......", | ^ ./bitmaps/normal.xpm:40:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 40 | ".......##################.......", | ^ ./bitmaps/normal.xpm:41:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 41 | "..........############.........." | ^ In file included from bitmap.cc:33: ./bitmaps/smile.xpm:4:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 4 | " 32 32 4 1", | ^ ./bitmaps/smile.xpm:6:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 6 | ". c #c4c4c4", | ^ ./bitmaps/smile.xpm:7:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 7 | "# c #ffff00", | ^ ./bitmaps/smile.xpm:8:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 8 | "a c #000000", | ^ ./bitmaps/smile.xpm:9:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 9 | "b c #ff0000", | ^ ./bitmaps/smile.xpm:11:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 11 | "................................", | ^ ./bitmaps/smile.xpm:12:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 12 | "............########............", | ^ ./bitmaps/smile.xpm:13:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 13 | "..........############..........", | ^ ./bitmaps/smile.xpm:14:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 14 | "........################........", | ^ ./bitmaps/smile.xpm:15:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 15 | ".......##################.......", | ^ ./bitmaps/smile.xpm:16:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 16 | "......####################......", | ^ ./bitmaps/smile.xpm:17:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 17 | ".....######################.....", | ^ ./bitmaps/smile.xpm:18:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 18 | "....########################....", | ^ ./bitmaps/smile.xpm:19:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 19 | "...##########################...", | ^ ./bitmaps/smile.xpm:20:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 20 | "...########aa######aa########...", | ^ ./bitmaps/smile.xpm:21:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 21 | "..########aaaa####aaaa########..", | ^ ./bitmaps/smile.xpm:22:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 22 | "..########aaaa####aaaa########..", | ^ ./bitmaps/smile.xpm:23:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 23 | "..########aaaa####aaaa########..", | ^ ./bitmaps/smile.xpm:24:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 24 | ".#########aaaa####aaaa#########.", | ^ ./bitmaps/smile.xpm:25:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 25 | ".#########aaaa####aaaa#########.", | ^ ./bitmaps/smile.xpm:26:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 26 | ".##########aa######aa##########.", | ^ ./bitmaps/smile.xpm:27:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 27 | ".########a############a########.", | ^ ./bitmaps/smile.xpm:28:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 28 | ".#######a##############a#######.", | ^ ./bitmaps/smile.xpm:29:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 29 | ".####aaaa##############aaaa####.", | ^ ./bitmaps/smile.xpm:30:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 30 | ".########a############a########.", | ^ ./bitmaps/smile.xpm:31:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 31 | "..########a###################..", | ^ ./bitmaps/smile.xpm:32:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 32 | "..########a##########a########..", | ^ ./bitmaps/smile.xpm:33:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 33 | "..#########aa######aaa########..", | ^ ./bitmaps/smile.xpm:34:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 34 | "...########abaaaaaaba########...", | ^ ./bitmaps/smile.xpm:35:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 35 | "...#########abbbbbba#########...", | ^ ./bitmaps/smile.xpm:36:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 36 | "....#########abbbba#########....", | ^ ./bitmaps/smile.xpm:37:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 37 | ".....#########aaaa#########.....", | ^ ./bitmaps/smile.xpm:38:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 38 | "......####################......", | ^ ./bitmaps/smile.xpm:39:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 39 | ".......##################.......", | ^ ./bitmaps/smile.xpm:40:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 40 | "........################........", | ^ ./bitmaps/smile.xpm:41:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 41 | "..........############..........", | ^ ./bitmaps/smile.xpm:42:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 42 | "............########............" | ^ In file included from bitmap.cc:34: ./bitmaps/cry.xpm:4:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 4 | " 32 32 3 1", | ^ ./bitmaps/cry.xpm:6:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 6 | ". c #000000", | ^ ./bitmaps/cry.xpm:7:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 7 | "# c #ffff00", | ^ ./bitmaps/cry.xpm:8:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 8 | "c c #c4c4c4", | ^ ./bitmaps/cry.xpm:10:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 10 | "cccccccccccccccccccccccccccccccc", | ^ ./bitmaps/cry.xpm:11:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 11 | "cccccccccccccccccccccccccccccccc", | ^ ./bitmaps/cry.xpm:12:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 12 | "cccccccccccc#########ccccccccccc", | ^ ./bitmaps/cry.xpm:13:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 13 | "ccccccccc###############cccccccc", | ^ ./bitmaps/cry.xpm:14:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 14 | "ccccccc###################cccccc", | ^ ./bitmaps/cry.xpm:15:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 15 | "ccccccc###################cccccc", | ^ ./bitmaps/cry.xpm:16:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 16 | "cccccc#####################ccccc", | ^ ./bitmaps/cry.xpm:17:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 17 | "cccc#########################ccc", | ^ ./bitmaps/cry.xpm:18:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 18 | "cccc#########################ccc", | ^ ./bitmaps/cry.xpm:19:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 19 | "ccc#####.#############..######cc", | ^ ./bitmaps/cry.xpm:20:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 20 | "ccc#####.#############..######cc", | ^ ./bitmaps/cry.xpm:21:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 21 | "ccc######..##########.########cc", | ^ ./bitmaps/cry.xpm:22:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 22 | "cc#########.########.##########c", | ^ ./bitmaps/cry.xpm:23:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 23 | "cc######.....#####......#######c", | ^ ./bitmaps/cry.xpm:24:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 24 | "cc######.....#####......#######c", | ^ ./bitmaps/cry.xpm:25:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 25 | "cc#########.########.##########c", | ^ ./bitmaps/cry.xpm:26:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 26 | "cc#######..##########.#########c", | ^ ./bitmaps/cry.xpm:27:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 27 | "cc######.#############..#######c", | ^ ./bitmaps/cry.xpm:28:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 28 | "cc#############################c", | ^ ./bitmaps/cry.xpm:29:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 29 | "cc#############################c", | ^ ./bitmaps/cry.xpm:30:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 30 | "cc#############################c", | ^ ./bitmaps/cry.xpm:31:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 31 | "ccc######.............########cc", | ^ ./bitmaps/cry.xpm:32:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 32 | "ccc####..####..#.#..##...#####cc", | ^ ./bitmaps/cry.xpm:33:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 33 | "ccc####..####..#.#..##...#####cc", | ^ ./bitmaps/cry.xpm:34:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 34 | "cccc##.######..#.#..#####.###ccc", | ^ ./bitmaps/cry.xpm:35:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 35 | "cccc#########..###..#########ccc", | ^ ./bitmaps/cry.xpm:36:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 36 | "cccccc#########...#########ccccc", | ^ ./bitmaps/cry.xpm:37:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 37 | "ccccccc###################cccccc", | ^ ./bitmaps/cry.xpm:38:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 38 | "ccccccc###################cccccc", | ^ ./bitmaps/cry.xpm:39:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 39 | "ccccccccc###############cccccccc", | ^ ./bitmaps/cry.xpm:40:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 40 | "cccccccccccc#########ccccccccccc", | ^ ./bitmaps/cry.xpm:41:1: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] 41 | "cccccccccccccccccccccccccccccccc" | ^ 109 warnings generated. rm -f xminehunter c++ -o xminehunter -O2 -pipe -std=gnu++98 -DMINE_SCORE_PATH=\"/usr/local/lib/X11/xminehunter\" xminehunter.o callbacks.o event_handlers.o app.o interface.o constructor.o bitmap.o -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -lXm -lXt -lXpm -lXext -lX11 ld: warning: callbacks.cc(callbacks.o:(mine_hunter_T::open_mine_cb(_WidgetRec*, void*, XmAnyCallbackStruct*))): warning: sprintf() is often misused, please use snprintf() ld: warning: app.cc(app.o:(mine_hunter_T::init_app())): warning: rand() may return deterministic values, is that what you want? ld: warning: app.cc(app.o:(mine_hunter_T::lock())): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in games/xminehunter at 1764975739.11 ===> games/xminehunter ===> Faking installation for xminehunter-0.4p7 mkdir -p /exopi-obj/pobj/xminehunter-0.4/fake-amd64/usr/local/lib/X11/xminehunter chmod 666 /exopi-obj/pobj/xminehunter-0.4/fake-amd64/usr/local/lib/X11/xminehunter cp xminehunter /exopi-obj/pobj/xminehunter-0.4/fake-amd64/usr/local/bin ===> Building package for xminehunter-0.4p7 Create /exopi-cvs/ports/packages/amd64/all/xminehunter-0.4p7.tgz Creating package xminehunter-0.4p7 reading plist| checking dependencies| checking dependencies|x11/motif 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| | 1% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xminehunter-0.4p7.tgz >>> Running clean in games/xminehunter at 1764975740.89 ===> games/xminehunter ===> Cleaning for xminehunter-0.4p7 >>> Ended at 1764975741.07 max_stuck=0.00/depends=1.93/show-prepare-results=0.45/build=2.22/package=1.77/clean=0.23