>>> Building on exopi-5 under net/flvstreamer DIST = [net/flvstreamer:flvstreamer-2.1c1.tar.gz] FULLPKGNAME = flvstreamer-2.1c1p0 distfiles size=77379 >>> Running build in net/flvstreamer at 1713856678.27 ===> net/flvstreamer ===> Building from scratch flvstreamer-2.1c1p0 ===> Verifying specs: c pthread ===> found c.100.0 pthread.27.1 ===> Checking files for flvstreamer-2.1c1p0 `/exopi-cvs/ports/distfiles/flvstreamer-2.1c1.tar.gz' is up to date. >> (SHA256) flvstreamer-2.1c1.tar.gz: OK ===> Extracting for flvstreamer-2.1c1p0 ===> Patching for flvstreamer-2.1c1p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Mon Feb 15 01:06:20 2010 |+++ Makefile Tue Feb 23 21:38:08 2010 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 34. done ===> Applying OpenBSD patch patch-bytes_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- bytes.h.orig Sat Jan 2 09:50:14 2010 |+++ bytes.h Mon Jan 4 10:59:59 2010 -------------------------- Patching file bytes.h using Plan A... Hunk #1 succeeded at 78. 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 flvstreamer-2.1c1p0 ===> Configuring for flvstreamer-2.1c1p0 ===> Building for flvstreamer-2.1c1p0 cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c log.c cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c rtmp.c rtmp.c:1935:8: warning: variable 'didAlloc' set but not used [-Wunused-but-set-variable] bool didAlloc = false; ^ 1 warning generated. cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c amf.c cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c flvstreamer.c cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c parseurl.c cc -Wall log.o rtmp.o amf.o flvstreamer.o parseurl.o -o flvstreamer flvstreamer.c(flvstreamer.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() rtmp.c(rtmp.o:(RTMP_Connect1)): warning: rand() may return deterministic values, is that what you want? cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c streams.c cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c thread.c cc -Wall log.o rtmp.o amf.o streams.o parseurl.o thread.o -o streams -lpthread rtmp.c(rtmp.o:(RTMP_Connect1)): warning: rand() may return deterministic values, is that what you want? streams.c(streams.o:(processTCPrequest)): warning: sprintf() is often misused, please use snprintf() streams.c(streams.o:(processTCPrequest)): warning: strcpy() is almost always misused, please use strlcpy() cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c rtmpsrv.c rtmpsrv.c:138:1: warning: unused variable 'av_fpad' [-Wunused-const-variable] SAVC(fpad); ^ rtmpsrv.c:130:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :15:1: note: expanded from here av_fpad ^ rtmpsrv.c:142:1: warning: unused variable 'av_videoFunction' [-Wunused-const-variable] SAVC(videoFunction); ^ rtmpsrv.c:130:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :23:1: note: expanded from here av_videoFunction ^ rtmpsrv.c:153:1: warning: unused variable 'av_secureToken' [-Wunused-const-variable] SAVC(secureToken); ^ rtmpsrv.c:130:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :45:1: note: expanded from here av_secureToken ^ 3 warnings generated. cc -Wall log.o rtmp.o amf.o rtmpsrv.o thread.o -o rtmpsrv -lpthread rtmp.c(rtmp.o:(RTMP_Connect1)): warning: rand() may return deterministic values, is that what you want? cc -Wall -O2 -pipe -DFLVSTREAMER_VERSION=\"v2.1c1\" -O2 -c rtmpsuck.c rtmpsuck.c:126:1: warning: unused variable 'av_fpad' [-Wunused-const-variable] SAVC(fpad); ^ rtmpsuck.c:118:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :15:1: note: expanded from here av_fpad ^ rtmpsuck.c:127:1: warning: unused variable 'av_capabilities' [-Wunused-const-variable] SAVC(capabilities); ^ rtmpsuck.c:118:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :17:1: note: expanded from here av_capabilities ^ rtmpsuck.c:130:1: warning: unused variable 'av_videoFunction' [-Wunused-const-variable] SAVC(videoFunction); ^ rtmpsuck.c:118:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :23:1: note: expanded from here av_videoFunction ^ rtmpsuck.c:132:1: warning: unused variable 'av__result' [-Wunused-const-variable] SAVC(_result); ^ rtmpsuck.c:118:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :27:1: note: expanded from here av__result ^ rtmpsuck.c:133:1: warning: unused variable 'av_createStream' [-Wunused-const-variable] SAVC(createStream); ^ rtmpsuck.c:118:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :29:1: note: expanded from here av_createStream ^ rtmpsuck.c:136:1: warning: unused variable 'av_fmsVer' [-Wunused-const-variable] SAVC(fmsVer); ^ rtmpsuck.c:118:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :35:1: note: expanded from here av_fmsVer ^ rtmpsuck.c:137:1: warning: unused variable 'av_mode' [-Wunused-const-variable] SAVC(mode); ^ rtmpsuck.c:118:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :37:1: note: expanded from here av_mode ^ rtmpsuck.c:140:1: warning: unused variable 'av_secureToken' [-Wunused-const-variable] SAVC(secureToken); ^ rtmpsuck.c:118:35: note: expanded from macro 'SAVC' #define SAVC(x) static const AVal av_##x = AVC(#x) ^ :43:1: note: expanded from here av_secureToken ^ 8 warnings generated. cc -Wall log.o rtmp.o amf.o rtmpsuck.o thread.o -o rtmpsuck -lpthread rtmpsuck.c(rtmpsuck.o:(ServeInvoke)): warning: sprintf() is often misused, please use snprintf() rtmp.c(rtmp.o:(RTMP_Connect1)): warning: rand() may return deterministic values, is that what you want? >>> Running package in net/flvstreamer at 1713856684.97 ===> net/flvstreamer ===> Faking installation for flvstreamer-2.1c1p0 /exopi-obj/pobj/flvstreamer-2.1c1/bin/install -d -m 755 /exopi-obj/pobj/flvstreamer-2.1c1/fake-amd64/usr/local/share/doc/flvstreamer /exopi-obj/pobj/flvstreamer-2.1c1/bin/install -c -s -m 755 /exopi-obj/pobj/flvstreamer-2.1c1/flvstreamer/flvstreamer /exopi-obj/pobj/flvstreamer-2.1c1/fake-amd64/usr/local/bin /exopi-obj/pobj/flvstreamer-2.1c1/bin/install -c -s -m 755 /exopi-obj/pobj/flvstreamer-2.1c1/flvstreamer/rtmpsrv /exopi-obj/pobj/flvstreamer-2.1c1/fake-amd64/usr/local/bin/rtmpsrv_flv /exopi-obj/pobj/flvstreamer-2.1c1/bin/install -c -s -m 755 /exopi-obj/pobj/flvstreamer-2.1c1/flvstreamer/rtmpsuck /exopi-obj/pobj/flvstreamer-2.1c1/fake-amd64/usr/local/bin/rtmpsuck_flv /exopi-obj/pobj/flvstreamer-2.1c1/bin/install -c -s -m 755 /exopi-obj/pobj/flvstreamer-2.1c1/flvstreamer/streams /exopi-obj/pobj/flvstreamer-2.1c1/fake-amd64/usr/local/bin/streams_flv cd /exopi-obj/pobj/flvstreamer-2.1c1/flvstreamer; /exopi-obj/pobj/flvstreamer-2.1c1/bin/install -c -m 644 README COPYING ChangeLog* /exopi-obj/pobj/flvstreamer-2.1c1/fake-amd64/usr/local/share/doc/flvstreamer ===> Building package for flvstreamer-2.1c1p0 Create /exopi-cvs/ports/packages/amd64/all/flvstreamer-2.1c1p0.tgz Creating package flvstreamer-2.1c1p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**************** | 25% archiving|***************************** | 45% archiving|****************************************** | 65% archiving|********************************************************* | 89% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/flvstreamer-2.1c1p0.tgz >>> Running clean in net/flvstreamer at 1713856689.00 ===> net/flvstreamer ===> Cleaning for flvstreamer-2.1c1p0 >>> Ended at 1713856689.47 max_stuck=0.00/build=6.70/package=4.04/clean=0.50