>>> Building on exopi-4 under net/cgterm BDEPENDS = [devel/sdl;devel/gmake] DIST = [net/cgterm:cgterm-1.6.tar.gz] FULLPKGNAME = cgterm-1.6p1 RDEPENDS = [devel/sdl] (Junk lock obtained for exopi-4 at 1713951177.24) >>> Running depends in net/cgterm at 1713951177.59 last junk was in lang/gcc/8 /usr/sbin/pkg_add -aI -Drepair sdl-1.2.15p12 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 sdl-1.2.15p12 /usr/sbin/pkg_add -aI -Drepair sdl-1.2.15p12 >>> Running show-prepare-results in net/cgterm at 1713951179.25 ===> net/cgterm ===> Building from scratch cgterm-1.6p1 ===> cgterm-1.6p1 depends on: gmake-* -> gmake-4.4.1 ===> cgterm-1.6p1 depends on: sdl-* -> sdl-1.2.15p12 ===> Verifying specs: SDL c pthread ===> found SDL.8.0 c.100.0 pthread.27.1 gmake-4.4.1 sdl-1.2.15p12 (Junk lock released for exopi-4 at 1713951179.89) distfiles size=87887 >>> Running build in net/cgterm at 1713951179.92 ===> net/cgterm ===> Checking files for cgterm-1.6p1 `/exopi-cvs/ports/distfiles/cgterm-1.6.tar.gz' is up to date. >> (SHA256) cgterm-1.6.tar.gz: OK ===> Extracting for cgterm-1.6p1 ===> Patching for cgterm-1.6p1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Fri Feb 6 19:11:45 2004 |+++ Makefile Fri Sep 2 12:20:48 2016 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 8. Hunk #3 succeeded at 71. 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 cgterm-1.6p1 ===> Configuring for cgterm-1.6p1 ===> Building for cgterm-1.6p1 cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o cgterm.o cgterm.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o kernal.o kernal.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o gfx.o gfx.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o net.o net.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o config.o config.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o keyboard.o keyboard.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o menu.o menu.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o font.o font.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o timer.o timer.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o crc.o crc.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o sound.o sound.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o macro.o macro.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o ui.o ui.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o xfer.o xfer.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o xmodem.o xmodem.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o punter.o punter.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o diskimage.o diskimage.c diskimage.c:598:19: warning: variable 'lastts' set but not used [-Wunused-but-set-variable] TrackSector ts, lastts; ^ 1 warning generated. cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o dir.o dir.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o fileselector.o fileselector.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o ui_term.o ui_term.c cc -o cgterm cgterm.o kernal.o gfx.o net.o config.o keyboard.o menu.o font.o timer.o crc.o sound.o macro.o ui.o xfer.o xmodem.o punter.o diskimage.o dir.o fileselector.o ui_term.o `sdl-config --libs` config.c(config.o:(cfg_init)): warning: strcpy() is almost always misused, please use strlcpy() config.c(config.o:(real_cfg_change_dir)): warning: strcat() is almost always misused, please use strlcat() menu.c(menu.o:(menu_update_xfer_progress)): warning: sprintf() is often misused, please use snprintf() cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o cgchat.o cgchat.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o chat.o chat.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o status.o status.c cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o ui_chat.o ui_chat.c cc -o cgchat cgchat.o kernal.o gfx.o net.o config.o keyboard.o menu.o font.o timer.o crc.o sound.o macro.o ui.o chat.o status.o ui_chat.o `sdl-config --libs` chat.c(chat.o:(parse_cmd)): warning: strcat() is almost always misused, please use strlcat() config.c(config.o:(cfg_init)): warning: strcpy() is almost always misused, please use strlcpy() menu.c(menu.o:(menu_update_xfer_progress)): warning: sprintf() is often misused, please use snprintf() cc -O2 -pipe -Wall `sdl-config --cflags` -DPREFIX=\"/usr/local\" -c -o testkbd.o testkbd.c testkbd.c:101:7: warning: variable 'shift' set but not used [-Wunused-but-set-variable] int shift, ctrl, alt; ^ testkbd.c:101:14: warning: variable 'ctrl' set but not used [-Wunused-but-set-variable] int shift, ctrl, alt; ^ testkbd.c:101:20: warning: variable 'alt' set but not used [-Wunused-but-set-variable] int shift, ctrl, alt; ^ 3 warnings generated. cc -o testkbd testkbd.o `sdl-config --libs` >>> Running package in net/cgterm at 1713951186.29 ===> net/cgterm ===> Faking installation for cgterm-1.6p1 mkdir /exopi-obj/pobj/cgterm-1.6/fake-amd64/usr/local/share/cgterm > /dev/null 2>&1 strip cgterm cp cgterm /exopi-obj/pobj/cgterm-1.6/fake-amd64/usr/local/bin/ cp cgchat /exopi-obj/pobj/cgterm-1.6/fake-amd64/usr/local/bin/ cp *.bmp *.kbd *.wav /exopi-obj/pobj/cgterm-1.6/fake-amd64/usr/local/share/cgterm/ /exopi-obj/pobj/cgterm-1.6/bin/install -d -m 755 /exopi-obj/pobj/cgterm-1.6/fake-amd64/usr/local/share/doc/cgterm /exopi-obj/pobj/cgterm-1.6/bin/install -c -m 644 /exopi-obj/pobj/cgterm-1.6/cgterm-1.6/cg*.txt /exopi-obj/pobj/cgterm-1.6/fake-amd64/usr/local/share/doc/cgterm ===> Building package for cgterm-1.6p1 Create /exopi-cvs/ports/packages/amd64/all/cgterm-1.6p1.tgz Creating package cgterm-1.6p1 reading plist| checking dependencies| checking dependencies|devel/sdl checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********* | 15% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 27% checksumming|******************* | 31% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************** | 42% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 58% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|****************************************** | 69% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************* | 21% archiving|***************************** | 45% archiving|*************************************** | 62% archiving|************************************************** | 78% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/cgterm-1.6p1.tgz >>> Running clean in net/cgterm at 1713951188.79 ===> net/cgterm ===> Cleaning for cgterm-1.6p1 >>> Ended at 1713951188.99 max_stuck=0.00/depends=1.96/show-prepare-results=0.68/build=6.32/package=2.54/clean=0.23