>>> Building on exopi-6 under telephony/astmanproxy BDEPENDS = [devel/gmake;devel/dwz] DIST = [telephony/astmanproxy:astmanproxy-1.22pre20081208-f4b952a7.tar.gz] FULLPKGNAME = astmanproxy-1.22pre20081208p2 Avoided depends for dwz-0.15 gmake-4.4.1 distfiles size=60213 >>> Running build in telephony/astmanproxy at 1714745419.79 ===> telephony/astmanproxy ===> Building from scratch astmanproxy-1.22pre20081208p2 ===> astmanproxy-1.22pre20081208p2 depends on: gmake-* -> gmake-4.4.1 ===> astmanproxy-1.22pre20081208p2 depends on: dwz-* -> dwz-0.15 ===> Verifying specs: c crypto pthread ssl ===> found c.100.0 crypto.54.0 pthread.27.1 ssl.57.0 ===> Checking files for astmanproxy-1.22pre20081208p2 `/exopi-cvs/ports/distfiles/astmanproxy-1.22pre20081208-f4b952a7.tar.gz' is up to date. >> (SHA256) astmanproxy-1.22pre20081208-f4b952a7.tar.gz: OK ===> Extracting for astmanproxy-1.22pre20081208p2 ===> Patching for astmanproxy-1.22pre20081208p2 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 27. Hunk #2 succeeded at 49. Hunk #3 succeeded at 143. done ===> Applying OpenBSD patch patch-configs_astmanproxy_conf Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: configs/astmanproxy.conf |--- configs/astmanproxy.conf.orig |+++ configs/astmanproxy.conf -------------------------- Patching file configs/astmanproxy.conf using Plan A... Hunk #1 succeeded at 37. Hunk #2 succeeded at 62. Hunk #3 succeeded at 93. done ===> Applying OpenBSD patch patch-configs_ssl_conf Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: configs/ssl.conf |--- configs/ssl.conf.orig |+++ configs/ssl.conf -------------------------- Patching file configs/ssl.conf using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-src_astmanproxy_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/astmanproxy.c |--- src/astmanproxy.c.orig |+++ src/astmanproxy.c -------------------------- Patching file src/astmanproxy.c using Plan A... Hunk #1 succeeded at 687. done ===> Applying OpenBSD patch patch-src_include_astmanproxy_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/include/astmanproxy.h |--- src/include/astmanproxy.h.orig |+++ src/include/astmanproxy.h -------------------------- Patching file src/include/astmanproxy.h using Plan A... Hunk #1 succeeded at 134. done ===> Applying OpenBSD patch patch-src_include_endian_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/include/endian.h |--- src/include/endian.h.orig |+++ src/include/endian.h -------------------------- Patching file src/include/endian.h using Plan A... Hunk #1 succeeded at 29. 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 astmanproxy-1.22pre20081208p2 ===> Configuring for astmanproxy-1.22pre20081208p2 /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -DBASE_PKGPATH=telephony/astmanproxy -DFLAVOR_EXT= -DFULLPKGNAME=astmanproxy-1.22pre20081208p2 -DHOMEPAGE=http://www.voip-info.org/tiki-index.php\?page=AstManProxy -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=Stuart\ Henderson\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=astmanproxy -i -B /exopi-obj/pobj/astmanproxy-1.22pre20081208 /exopi-obj/pobj/astmanproxy-1.22pre20081208/astmanproxy-f4b952a717b7e982b585bf0daa86398add394a88/configs/astmanproxy.conf ===> Building for astmanproxy-1.22pre20081208p2 cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o astmanproxy.o src/astmanproxy.c src/astmanproxy.c:80:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->output->write(c, &sm); ^ src/astmanproxy.c:85:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->output->write(c, &cm); ^ src/astmanproxy.c:206:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->output->write(c, &m_temp); ^ src/astmanproxy.c:214:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->output->write(c, &m_temp); ^ src/astmanproxy.c:216:28: warning: address of array 'c->actionid' will always evaluate to 'true' [-Wpointer-bool-conversion] if (c->autofilter && c->actionid) { ~~ ~~~^~~~~~~~ src/astmanproxy.c:220:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->output->write(c, m); ^ src/astmanproxy.c:222:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->output->write(c, m); ^ src/astmanproxy.c:226:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->output->write(c, m); ^ src/astmanproxy.c:230:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c->output->write(c, m); ^ src/astmanproxy.c:317:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->input->onconnect(s, &m); ^ src/astmanproxy.c:334:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] res = s->input->read(s, &m); ^ src/astmanproxy.c:399:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] res = s->input->read(s, m); ^ src/astmanproxy.c:477:20: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &m); ^ src/astmanproxy.c:686:6: warning: variable 'cli_addrlen' set but not used [-Wunused-but-set-variable] int cli_addrlen; ^ 14 warnings generated. cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o config.o src/config.c cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o config_perms.o src/config_perms.c cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o common.o src/common.c cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o proxyfunc.o src/proxyfunc.c src/proxyfunc.c:35:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &m); ^ src/proxyfunc.c:57:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &m); ^ src/proxyfunc.c:72:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &mo); ^ src/proxyfunc.c:96:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &mo); ^ src/proxyfunc.c:124:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &mo); ^ src/proxyfunc.c:180:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &mo); ^ src/proxyfunc.c:217:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &m); ^ src/proxyfunc.c:263:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &mo); ^ src/proxyfunc.c:295:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &mo); ^ src/proxyfunc.c:318:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &m); ^ src/proxyfunc.c:355:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &mo); ^ src/proxyfunc.c:728:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s->output->write(s, &m); ^ 12 warnings generated. cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o log.o src/log.c cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o ssl.o src/ssl.c src/ssl.c:59:7: warning: assigning to 'SSL_METHOD *' (aka 'struct ssl_method_st *') from 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] meth = SSLv23_server_method(); ^ ~~~~~~~~~~~~~~~~~~~~~~ src/ssl.c:90:7: warning: assigning to 'SSL_METHOD *' (aka 'struct ssl_method_st *') from 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] meth = SSLv23_client_method(); ^ ~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o md5.o src/md5.c src/md5.c:155:24: warning: 'memset' call operates on objects of type 'struct MD5Context' while the size is based on a different type 'struct MD5Context *' [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ~~~ ^~~ src/md5.c:155:24: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^~~ 1 warning generated. cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o xml.o src/xml.c cc -shared -Xlinker -x xml.o -o xml.so cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o standard.o src/standard.c cc -shared -Xlinker -x standard.o -o standard.so cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o csv.o src/csv.c cc -shared -Xlinker -x csv.o -o csv.so cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -c -o http.o src/http.c src/http.c:201:7: warning: 'sprintf' will always overflow; destination buffer has size 15, but format string expands to at least 20 [-Wfortify-source] sprintf(status, "501 Not Implemented"); ^ 1 warning generated. cc -shared -Xlinker -x http.o -o http.so cc -O2 -pipe -g -Wall -D_REENTRANT -fPIC -iquotesrc/include -I/usr/include/openssl '-DPROXY_VERSION="1.22pre081119"' '-DCDIR="/etc/astmanproxy"' '-DCFILE="astmanproxy.conf"' '-DMDIR="/usr/local/lib/astmanproxy/modules"' '-DPDIR="/etc/astmanproxy"' '-DPFILE="astmanproxy.users"' -o astmanproxy -Wl,-E astmanproxy.o config.o config_perms.o common.o proxyfunc.o log.o ssl.o md5.o -lssl -pthread -lcrypto config.c:0 (src/config.c:0)(config.o:(processline)): warning: strcpy() is almost always misused, please use strlcpy() config.c:173 (src/config.c:173)(config.o:(LoadHandlers)): warning: sprintf() is often misused, please use snprintf() common.c:99 (src/common.c:99)(common.o:(AddHeader)): warning: vsprintf() is often misused, please use vsnprintf() proxyfunc.c:88 (src/proxyfunc.c:88)(proxyfunc.o:(ProxyChallenge)): warning: rand() may return deterministic values, is that what you want? >>> Running package in telephony/astmanproxy at 1714745424.84 ===> telephony/astmanproxy ===> Faking installation for astmanproxy-1.22pre20081208p2 install -d /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/sbin install astmanproxy /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/sbin install -d /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64//usr/local/lib/astmanproxy install -d /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/lib/astmanproxy/modules install xml.so standard.so csv.so http.so /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/lib/astmanproxy/modules install -d /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64//usr/local/share/examples/astmanproxy if [ ! -f /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64//usr/local/share/examples/astmanproxy/astmanproxy.conf ]; then \ install ./configs/astmanproxy.conf /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64//usr/local/share/examples/astmanproxy/astmanproxy.conf; \ fi if [ ! -f /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64//usr/local/share/examples/astmanproxy/astmanproxy.users ]; then \ install ./configs/astmanproxy.users /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64//usr/local/share/examples/astmanproxy/astmanproxy.users; \ fi Installation Complete! /exopi-obj/pobj/astmanproxy-1.22pre20081208/bin/install -c -m 644 /exopi-obj/pobj/astmanproxy-1.22pre20081208/astmanproxy-f4b952a717b7e982b585bf0daa86398add394a88/configs/ssl.conf /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/share/examples/astmanproxy/proxy-ssl.conf /exopi-obj/pobj/astmanproxy-1.22pre20081208/bin/install -d -m 755 /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/share/doc/astmanproxy/ /exopi-obj/pobj/astmanproxy-1.22pre20081208/bin/install -c -m 644 /exopi-obj/pobj/astmanproxy-1.22pre20081208/astmanproxy-f4b952a717b7e982b585bf0daa86398add394a88/README /exopi-obj/pobj/astmanproxy-1.22pre20081208/astmanproxy-f4b952a717b7e982b585bf0daa86398add394a88/doc/* /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/share/doc/astmanproxy Reading existing plist for astmanproxy-1.22pre20081208p2 Writing /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/lib/astmanproxy/modules/csv.so > Extracting debug info from /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/lib/astmanproxy/modules/http.so > Extracting debug info from /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/lib/astmanproxy/modules/standard.so > Extracting debug info from /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/lib/astmanproxy/modules/xml.so > Extracting debug info from /exopi-obj/pobj/astmanproxy-1.22pre20081208/fake-amd64/usr/local/sbin/astmanproxy ===> Building package for astmanproxy-1.22pre20081208p2 Create /exopi-cvs/ports/packages/amd64/all/astmanproxy-1.22pre20081208p2.tgz Creating package astmanproxy-1.22pre20081208p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|****** | 11% checksumming|******** | 13% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************* | 21% checksumming|************** | 24% checksumming|**************** | 26% checksumming|****************** | 29% checksumming|******************* | 32% checksumming|********************* | 34% checksumming|********************** | 37% checksumming|************************ | 39% checksumming|************************** | 42% checksumming|*************************** | 45% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 55% checksumming|*********************************** | 58% checksumming|************************************* | 61% checksumming|*************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|***************************************************** | 87% checksumming|******************************************************* | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************** | 53% archiving|************************************* | 58% archiving|******************************************* | 67% archiving|*********************************************** | 73% archiving|**************************************************** | 81% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|****************************************************************|100% Creating package debug-astmanproxy-1.22pre20081208p2 reading plist| checking dependencies| checking dependencies|telephony/astmanproxy checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************** | 61% archiving|******************************************* | 68% archiving|*************************************************** | 80% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/astmanproxy-1.22pre20081208p2.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-astmanproxy-1.22pre20081208p2.tgz >>> Running clean in telephony/astmanproxy at 1714745429.41 ===> telephony/astmanproxy ===> Cleaning for astmanproxy-1.22pre20081208p2 >>> Ended at 1714745429.63 max_stuck=0.00/build=5.06/package=4.57/clean=0.24