Building vitetris-0.57.txz (origin /buildshare/ports/355755/games/vitetris) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/vitetris-0.57.tar.gz x packages/ x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> vitetris-0.57 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of vitetris-0.57 Make install ===> vitetris-0.57 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vitetris-0.57 for building ===> Extracting for vitetris-0.57 => SHA256 Checksum OK for vitetris-0.57.tar.gz. ===> Patching for vitetris-0.57 ===> Applying FreeBSD patches for vitetris-0.57 ===> Configuring for vitetris-0.57 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/games/vitetris/work/vitetris-0.57/configure compiling test program... ok operating system: unix sed s/\$(MAKE) -C\([a-z/]*\)/cd \1; $(MAKE)/ Makefile src/Makefile checking for linux/joystick.h... no checking for curses.h... found in /usr/include checking for conio.h... no checking for stdint.h... yes checking for sys/types.h... yes checking for sys/select.h... yes checking for sys/un.h... yes updating src/config.h updating config.mk INSTALLATION DIRECTORIES: prefix = /usr/local bindir = $(prefix)/bin datarootdir = /usr/local/share docdir = $(datarootdir)/doc/vitetris pixmapdir = $(datarootdir)/pixmaps desktopdir = $(datarootdir)/applications FEATURES: 2player network curses term_resizing menu blockstyles (If you wish to change anything, run "configure help" for options.) Now run make ===> Building for vitetris-0.57 generating src/src-conf.mk ./src-conf.sh 'cc' '-O2 -pipe -fno-strict-aliasing' '' ./src-conf.sh def TWOPLAYER y ./src-conf.sh obj tetris2p y ./src-conf.sh def JOYSTICK ./src-conf.sh obj joylinux ./src-conf.sh obj select y ./src-conf.sh set BACKEND curses y ./src-conf.sh def CURSES y ./src-conf.sh set CURSES_INC "" y ./src-conf.sh set BACKEND ansi -z y ./src-conf.sh set BACKEND allegro ./src-conf.sh def ALLEGRO ./src-conf.sh def XLIB ./src-conf.sh def TERM_RESIZING y ./src-conf.sh def NO_MENU -z y ./src-conf.sh lib menuext y ./src-conf.sh def NO_BLOCKSTYLES -z y ./src-conf.sh lib netw y ./src-conf.sh def SOCKET y ./src-conf.sh def INET y ./src-conf.sh obj inet y ./src-conf.sh def TTY_SOCKET "y" -a y ./src-conf.sh obj tty_socket "y" -a y ./src-conf.sh set DHISCORE_FILENAME "-D'HISCORE_FILENAME=\"/var/games/vitetris-hiscores\"'" /var/games/vitetris-hiscores ./src-conf.sh def PCTIMER ./src-conf.sh obj pctimer cd src; /usr/bin/make tetris cc -O2 -pipe -fno-strict-aliasing -I. -DTWOPLAYER=1 -DSOCKET=1 -DINET=1 -DTTY_SOCKET=1 -DTERM_RESIZING=1 -c main.c cc -O2 -pipe -fno-strict-aliasing -I. -DTWOPLAYER=1 -DCURSES=1 -DSOCKET=1 -DINET=1 -DTTY_SOCKET=1 -D'HISCORE_FILENAME="/var/games/vitetris-hiscores"' -c cmdline.c cc -O2 -pipe -fno-strict-aliasing -I. -DTWOPLAYER=1 -DCURSES=1 -c cfgfile.c cc -O2 -pipe -fno-strict-aliasing -c options.c cc -O2 -pipe -fno-strict-aliasing -I. -D'HISCORE_FILENAME="/var/games/vitetris-hiscores"' -c hiscore.c cc -O2 -pipe -fno-strict-aliasing -c lang.c cc -O2 -pipe -fno-strict-aliasing -c timer.c cc -O2 -pipe -fno-strict-aliasing -c focus.c cd game; /usr/bin/make cc -O2 -pipe -fno-strict-aliasing -I.. -c tetris.c cc -O2 -pipe -fno-strict-aliasing -I.. -DSOCKET=1 -c tetris2p.c cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -DSOCKET=1 -c game.c cc -O2 -pipe -fno-strict-aliasing -c wonlost.c ar rs game.a tetris.o tetris2p.o game.o wonlost.o ar: warning: creating game.a cd menu; /usr/bin/make cc -O2 -pipe -fno-strict-aliasing -c menucore.c cc -O2 -pipe -fno-strict-aliasing -c dropdown.c cc -O2 -pipe -fno-strict-aliasing -DTWOPLAYER=1 -c inputset.c cc -O2 -pipe -fno-strict-aliasing -DTWOPLAYER=1 -c inputdev.c cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -DSOCKET=1 -c gamemenu.c cc -O2 -pipe -fno-strict-aliasing -c gm_2p.c cc -O2 -pipe -fno-strict-aliasing -I.. -c gm_sock.c cc -O2 -pipe -fno-strict-aliasing -I.. -c hslist.c cc -O2 -pipe -fno-strict-aliasing -I.. -c gameover.c ar rs menu.a menucore.o dropdown.o inputset.o inputdev.o gamemenu.o gm_2p.o gm_sock.o hslist.o gameover.o ar: warning: creating menu.a cc -O2 -pipe -fno-strict-aliasing -I.. -c startup.c -DINET=1 cc -O2 -pipe -fno-strict-aliasing -c invit.c cc -O2 -pipe -fno-strict-aliasing -c netplay.c cc -O2 -pipe -fno-strict-aliasing -DTWOPLAYER=1 -c optsmenu.c cc -O2 -pipe -fno-strict-aliasing -c blockstyle.c cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -DINET=1 -DTTY_SOCKET=1 -c men_curses.c rm -f menuext.a ar rcs menuext.a startup.o invit.o netplay.o optsmenu.o blockstyle.o men_curses.o cd netw; /usr/bin/make cc -O2 -pipe -fno-strict-aliasing -I.. -c socket.c cc -O2 -pipe -fno-strict-aliasing -I.. -c comm.c comm.c: In function 'recvplayer': comm.c:67: warning: comparison is always false due to limited range of data type cc -O2 -pipe -fno-strict-aliasing -I.. -c inet.c cc -O2 -pipe -fno-strict-aliasing -c tty_socket.c cc -O2 -pipe -fno-strict-aliasing -I.. -c comm_inet.c ar dc netw.a no_inet.o ar: fatal: Option -c is not permitted in mode -d *** Error code 64 (ignored) ar rs netw.a socket.o comm.o inet.o tty_socket.o comm_inet.o ar: warning: creating netw.a cd input; /usr/bin/make cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -DSOCKET=1 -DTTY_SOCKET=1 -DTERM_RESIZING=1 -c input.c cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -DCURSES=1 -c keyboard.c cc -O2 -pipe -fno-strict-aliasing -c joystick.c cc -O2 -pipe -fno-strict-aliasing -c playerin.c cc -O2 -pipe -fno-strict-aliasing -c inp_curses.c cc -O2 -pipe -fno-strict-aliasing -I.. -c select.c rm -f input.a ar rcs input.a input.o keyboard.o joystick.o playerin.o inp_curses.o select.o cd draw; /usr/bin/make cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -DSOCKET=1 -c draw.c cc -O2 -pipe -fno-strict-aliasing -c draw_menu.c cc -O2 -pipe -fno-strict-aliasing -I.. -c draw2p.c cc -O2 -pipe -fno-strict-aliasing -c draw2p_menu.c ar rs draw.a draw.o draw_menu.o draw2p.o draw2p_menu.o ar: warning: creating draw.a cd textgfx; /usr/bin/make cc -O2 -pipe -fno-strict-aliasing -c block.c cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -c win.c cc -O2 -pipe -fno-strict-aliasing -c print.c cc -O2 -pipe -fno-strict-aliasing -c ibmgfx.c cc -O2 -pipe -fno-strict-aliasing -c curses.c cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -c curses_win.c cc -O2 -pipe -fno-strict-aliasing -I.. -c term.c cc -O2 -pipe -fno-strict-aliasing -I.. -DTWOPLAYER=1 -DCURSES=1 -DTERM_RESIZING=1 -DSOCKET=1 -c resize.c rm -f textgfx.a ar rcs textgfx.a block.o win.o print.o ibmgfx.o curses.o curses_win.o term.o resize.o mv -f game/game.a . mv -f menu/*.a . mv -f netw/netw.a . mv -f input/input.a . mv -f draw/draw.a . mv -f textgfx/textgfx.a . cc -o tetris main.o cmdline.o cfgfile.o options.o hiscore.o lang.o timer.o focus.o game.a menuext.a menu.a netw.a input.a draw.a textgfx.a -lncurses mv -f src/tetris vitetris stripping symbols to reduce program size: strip --strip-all vitetris Done. Now run ./vitetris (or make install) ===> Staging for vitetris-0.57 ===> Generating temporary packing list install -oroot -gwheel -d /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/bin /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/share/allegro install -oroot -gwheel -m755 vitetris /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/bin install -oroot -gwheel -m644 README licence.txt /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/share/allegro if [ -n "/usr/local/share/pixmaps" ]; then install -oroot -gwheel -d /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/share/pixmaps && install -oroot -gwheel -m644 vitetris.xpm /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/share/pixmaps; fi if [ -n "/usr/local/share/applications" ]; then install -oroot -gwheel -d /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/share/applications && install -oroot -gwheel -m644 vitetris.desktop /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/share/applications; fi if [ -n "" ]; then install -oroot -gwheel -d /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/share/allegro && install -oroot -gwheel -m644 pc8x16.fnt /obj/buildshare/ports/355755/games/vitetris/work/stage/usr/local/share/allegro; fi Done. You may also wish to create the system-wide highscore file with "make install-hiscores". ====> Compressing man pages (compress-man) ===> Installing for vitetris-0.57 ===> Checking if games/vitetris already installed ===> Registering installation for vitetris-0.57 Installing vitetris-0.57... done ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/bin/vitetris If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://victornils.net/tetris/ Make package ===> Building package for vitetris-0.57 slot1: removed