>>> Building on exopi-1 under games/bastet BDEPENDS = [devel/boost] DIST = [games/bastet:bastet-0.43.2.tar.gz] FULLPKGNAME = bastet-0.43.2p3 RDEPENDS = [devel/boost] (Junk lock obtained for exopi-1 at 1711582231.10) >>> Running depends in games/bastet at 1711582231.13 last junk was in net/argus /usr/sbin/pkg_add -aI -Drepair boost-1.84.0p2v0 was: /usr/sbin/pkg_add -aI -Drepair boost-1.84.0p2v0 /usr/sbin/pkg_add -aI -Drepair boost-1.84.0p2v0 >>> Running show-prepare-results in games/bastet at 1711582256.94 ===> games/bastet ===> Building from scratch bastet-0.43.2p3 ===> bastet-0.43.2p3 depends on: boost-* -> boost-1.84.0p2v0 ===> Verifying specs: boost_program_options c curses m c++ c++abi pthread ===> found boost_program_options.23.0 c.99.0 curses.15.0 m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 boost-1.84.0p2v0 (Junk lock released for exopi-1 at 1711582257.94) distfiles size=87496 >>> Running build in games/bastet at 1711582257.97 ===> games/bastet ===> Checking files for bastet-0.43.2p3 `/exopi-cvs/ports/distfiles/bastet-0.43.2.tar.gz' is up to date. >> (SHA256) bastet-0.43.2.tar.gz: OK ===> Extracting for bastet-0.43.2p3 ===> Patching for bastet-0.43.2p3 ===> Applying OpenBSD patch patch-BastetBlockChooser_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |std::bind2nd was removed in C++17 | |Index: BastetBlockChooser.cpp |--- BastetBlockChooser.cpp.orig |+++ BastetBlockChooser.cpp -------------------------- Patching file BastetBlockChooser.cpp using Plan A... Hunk #1 succeeded at 115. Hunk #2 succeeded at 211. done ===> Applying OpenBSD patch patch-BastetBlockChooser_hpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: BastetBlockChooser.hpp |--- BastetBlockChooser.hpp.orig |+++ BastetBlockChooser.hpp -------------------------- Patching file BastetBlockChooser.hpp using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 75. done ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Sun Aug 30 09:04:24 2015 |+++ Makefile Tue May 24 19:46:56 2016 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 17. done ===> Applying OpenBSD patch patch-Ui_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |unistd.h needed for usleep(3) | |--- Ui.cpp.orig Sun Aug 30 09:04:24 2015 |+++ Ui.cpp Fri May 27 00:19:26 2016 -------------------------- Patching file Ui.cpp using Plan A... Hunk #1 succeeded at 24. 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 bastet-0.43.2p3 ===> Configuring for bastet-0.43.2p3 /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -DBASE_PKGPATH=games/bastet -DFLAVOR_EXT= -DFULLPKGNAME=bastet-0.43.2p3 -DHOMEPAGE=http://fph.altervista.org/prog/bastet.html -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=bastet -i -B /exopi-obj/pobj/bastet-0.43.2 /exopi-obj/pobj/bastet-0.43.2/bastet-0.43.2/Makefile ===> Building for bastet-0.43.2p3 c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c Ui.cpp Ui.cpp:187:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(w,0,0,message.c_str()); ^~~~~~~~~~~~~~~ Ui.cpp:187:21: note: treat the string as an argument to avoid this mvwprintw(w,0,0,message.c_str()); ^ "%s", Ui.cpp:204:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(w,0,0,message.c_str()); ^~~~~~~~~~~~~~~ Ui.cpp:204:21: note: treat the string as an argument to avoid this mvwprintw(w,0,0,message.c_str()); ^ "%s", Ui.cpp:225:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(w,0,0,message.c_str()); ^~~~~~~~~~~~~~~ Ui.cpp:225:21: note: treat the string as an argument to avoid this mvwprintw(w,0,0,message.c_str()); ^ "%s", Ui.cpp:243:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(w,i,4,choices[i].c_str()); ^~~~~~~~~~~~~~~~~~ Ui.cpp:243:23: note: treat the string as an argument to avoid this mvwprintw(w,i,4,choices[i].c_str()); ^ "%s", Ui.cpp:294:23: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mvwprintw(w,0,0,msg.c_str()); ^~~~~~~~~~~ Ui.cpp:294:23: note: treat the string as an argument to avoid this mvwprintw(w,0,0,msg.c_str()); ^ "%s", 5 warnings generated. c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c Block.cpp c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c Well.cpp c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c BlockPosition.cpp c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c Config.cpp c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c BlockChooser.cpp c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c BastetBlockChooser.cpp c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c main.cpp c++ -ggdb -o bastet Ui.o Block.o Well.o BlockPosition.o Config.o BlockChooser.o BastetBlockChooser.o main.o -lncurses -lboost_program_options -L/usr/local/lib -DLOCALSTATEDIR=/var BastetBlockChooser.cpp(BastetBlockChooser.o:(Bastet::BastetBlockChooser::GetStartingQueue())): warning: random() may return deterministic values, is that what you want? c++ -O2 -pipe -DNDEBUG -Wall -Wno-unused-local-typedef -I/usr/local/include -c Test.cpp c++ -ggdb -o Test Ui.o Block.o Well.o BlockPosition.o Config.o BlockChooser.o BastetBlockChooser.o Test.o -lncurses -lboost_program_options -L/usr/local/lib -DLOCALSTATEDIR=/var BlockChooser.cpp(BlockChooser.o:(Bastet::RandomBlockChooser::GetStartingQueue())): warning: random() may return deterministic values, is that what you want? >>> Running package in games/bastet at 1711582285.57 ===> games/bastet ===> Faking installation for bastet-0.43.2p3 /exopi-obj/pobj/bastet-0.43.2/bin/install -c -s -m 755 /exopi-obj/pobj/bastet-0.43.2/bastet-0.43.2/bastet /exopi-obj/pobj/bastet-0.43.2/fake-amd64/usr/local/bin/ /exopi-obj/pobj/bastet-0.43.2/bin/install -c -m 644 /exopi-obj/pobj/bastet-0.43.2/bastet-0.43.2/bastet.6 /exopi-obj/pobj/bastet-0.43.2/fake-amd64/usr/local/man/man6 /exopi-obj/pobj/bastet-0.43.2/bin/install -d -m 755 /exopi-obj/pobj/bastet-0.43.2/fake-amd64/usr/local/share/doc/bastet/ cd /exopi-obj/pobj/bastet-0.43.2/bastet-0.43.2; /exopi-obj/pobj/bastet-0.43.2/bin/install -c -m 644 AUTHORS LICENSE NEWS README /exopi-obj/pobj/bastet-0.43.2/fake-amd64/usr/local/share/doc/bastet /exopi-obj/pobj/bastet-0.43.2/bin/install -d -m 755 /exopi-obj/pobj/bastet-0.43.2/fake-amd64/usr/local/share/examples/bastet/ /exopi-obj/pobj/bastet-0.43.2/bin/install -c -m 644 /dev/null /exopi-obj/pobj/bastet-0.43.2/fake-amd64/usr/local/share/examples/bastet/bastet.scores2 ===> Building package for bastet-0.43.2p3 Create /exopi-cvs/ports/packages/amd64/all/bastet-0.43.2p3.tgz Creating package bastet-0.43.2p3 reading plist| checking dependencies| checking dependencies|devel/boost,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 6% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 16% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************** | 32% checksumming|********************** | 35% checksumming|************************ | 39% checksumming|************************** | 42% checksumming|**************************** | 45% checksumming|****************************** | 48% checksumming|******************************* | 52% checksumming|********************************* | 55% checksumming|*********************************** | 58% checksumming|************************************* | 61% checksumming|*************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bastet-0.43.2p3.tgz >>> Running clean in games/bastet at 1711582287.73 ===> games/bastet ===> Cleaning for bastet-0.43.2p3 >>> Ended at 1711582287.91 max_stuck=24.95/depends=25.82/show-prepare-results=1.02/build=27.60/package=2.16/clean=0.20