>>> Building on exopi-1 under games/clines BDEPENDS = [archivers/bzip2] DIST = [games/clines:clines-1.0.4.tar.bz2] FULLPKGNAME = clines-1.0.4p3 Avoided depends for bzip2-1.0.8p0 distfiles size=83950 >>> Running build in games/clines at 1713725120.99 ===> games/clines ===> Building from scratch clines-1.0.4p3 ===> clines-1.0.4p3 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: c curses ===> found c.100.0 curses.15.0 ===> Checking files for clines-1.0.4p3 `/exopi-cvs/ports/distfiles/clines-1.0.4.tar.bz2' is up to date. >> (SHA256) clines-1.0.4.tar.bz2: OK ===> Extracting for clines-1.0.4p3 ===> Patching for clines-1.0.4p3 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Sun Oct 8 06:19:52 2006 |+++ Makefile.in Sun Nov 26 18:28:10 2006 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 632. Hunk #2 succeeded at 688. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Sun Oct 8 06:19:54 2006 |+++ configure Sat Nov 18 10:34:58 2006 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 7588. 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 clines-1.0.4p3 ===> Configuring for clines-1.0.4p3 Using /exopi-obj/pobj/clines-1.0.4/config.site (generated) configure: loading site script /exopi-obj/pobj/clines-1.0.4/config.site checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /exopi-obj/pobj/clines-1.0.4/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking Which curses library to use... auto checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdio.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for signal.h... (cached) yes checking for time.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking for netinet/in.h... (cached) yes checking for dirent.h... (cached) yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking for unistd.h... (cached) yes checking for ctype.h... (cached) yes checking for fcntl.h... (cached) yes checking for pwd.h... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for stdarg.h... (cached) yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking for initscr in -lncursesw... yes checking ncursesw/ncurses.h usability... no checking ncursesw/ncurses.h presence... no checking for ncursesw/ncurses.h... no checking ncurses/ncurses.h usability... no checking ncurses/ncurses.h presence... no checking for ncurses/ncurses.h... no checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for Gpm_Open in -lgpm... no configure: WARNING: You are using "ncursesw" library and "ncurses" headers This not may be at all compatible. Check your $CFLAGS and ld configuration. Or checking for mousemask in -lncursesw... yes checking if we are using standard curses on Solaris... no checking for OpenBSD... yes, do not use savetty checking for color_set in -lncursesw... yes checking if debugging should be included... no configure: creating ./config.status config.status: creating Makefile config.status: creating version config.status: creating clines-config.h config.status: executing depfiles commands ===> Building for clines-1.0.4p3 /usr/bin/make all-am if cc -DHAVE_CONFIG_H -I. -I. -I. -I. -Isrc/include -Wall -O2 -pipe -DCLINES_DATA_DIR=\"/var/games/clines\" -MT clines-board.o -MD -MP -MF ".deps/clines-board.Tpo" -c -o clines-board.o `test -f 'src/board.c' || echo './'`src/board.c; then mv -f ".deps/clines-board.Tpo" ".deps/clines-board.Po"; else rm -f ".deps/clines-board.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I. -I. -Isrc/include -Wall -O2 -pipe -DCLINES_DATA_DIR=\"/var/games/clines\" -MT clines-gameplay.o -MD -MP -MF ".deps/clines-gameplay.Tpo" -c -o clines-gameplay.o `test -f 'src/gameplay.c' || echo './'`src/gameplay.c; then mv -f ".deps/clines-gameplay.Tpo" ".deps/clines-gameplay.Po"; else rm -f ".deps/clines-gameplay.Tpo"; exit 1; fi src/gameplay.c:248:15: warning: passing arguments to 'resume_timer' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] resume_timer(1); ^ src/gameplay.c:251:18: warning: passing arguments to 'resume_timer' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] resume_timer(1); ^ 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I. -I. -Isrc/include -Wall -O2 -pipe -DCLINES_DATA_DIR=\"/var/games/clines\" -MT clines-main.o -MD -MP -MF ".deps/clines-main.Tpo" -c -o clines-main.o `test -f 'src/main.c' || echo './'`src/main.c; then mv -f ".deps/clines-main.Tpo" ".deps/clines-main.Po"; else rm -f ".deps/clines-main.Tpo"; exit 1; fi src/main.c:231:20: warning: address of array 'next->d_name' will always evaluate to 'true' [-Wpointer-bool-conversion] if (!next->d_name || (namlen = strlen(next->d_name)) < min_len || ~~~~~~~^~~~~~ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I. -I. -Isrc/include -Wall -O2 -pipe -DCLINES_DATA_DIR=\"/var/games/clines\" -MT clines-render.o -MD -MP -MF ".deps/clines-render.Tpo" -c -o clines-render.o `test -f 'src/render.c' || echo './'`src/render.c; then mv -f ".deps/clines-render.Tpo" ".deps/clines-render.Po"; else rm -f ".deps/clines-render.Tpo"; exit 1; fi cc -O2 -pipe -DCLINES_DATA_DIR=\"/var/games/clines\" -o clines clines-board.o clines-gameplay.o clines-main.o clines-render.o -lncursesw board.c(clines-board.o:(add)): warning: rand() may return deterministic values, is that what you want? >>> Running package in games/clines at 1713725129.19 ===> games/clines ===> Faking installation for clines-1.0.4p3 test -z "/usr/local/bin" || mkdir -p -- "/exopi-obj/pobj/clines-1.0.4/fake-amd64/usr/local/bin" /exopi-obj/pobj/clines-1.0.4/bin/install -c -s -m 755 'clines' '/exopi-obj/pobj/clines-1.0.4/fake-amd64/usr/local/bin/clines' test -z "/usr/local/man/man6" || mkdir -p -- "/exopi-obj/pobj/clines-1.0.4/fake-amd64/usr/local/man/man6" /exopi-obj/pobj/clines-1.0.4/bin/install -c -m 644 './clines.6' '/exopi-obj/pobj/clines-1.0.4/fake-amd64/usr/local/man/man6/clines.6' /exopi-obj/pobj/clines-1.0.4/bin/install -d -m 755 /exopi-obj/pobj/clines-1.0.4/fake-amd64/usr/local/share/doc/clines /exopi-obj/pobj/clines-1.0.4/bin/install -c -m 644 /exopi-obj/pobj/clines-1.0.4/clines-1.0.4/README /exopi-obj/pobj/clines-1.0.4/fake-amd64/usr/local/share/doc/clines ===> Building package for clines-1.0.4p3 Create /exopi-cvs/ports/packages/amd64/all/clines-1.0.4p3.tgz Creating package clines-1.0.4p3 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|******************************************** | 69% archiving|*********************************************************** | 92% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/clines-1.0.4p3.tgz >>> Running clean in games/clines at 1713725130.72 ===> games/clines ===> Cleaning for clines-1.0.4p3 >>> Ended at 1713725130.93 max_stuck=0.00/build=8.22/package=1.52/clean=0.24