>>> Building on exopi-1 under net/netpipes DIST = [net/netpipes:netpipes-4.2-export.tar.gz] FULLPKGNAME = netpipes-4.2p1 distfiles size=74977 >>> Running build in net/netpipes at 1713379999.85 ===> net/netpipes ===> Building from scratch netpipes-4.2p1 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for netpipes-4.2p1 `/exopi-cvs/ports/distfiles/netpipes-4.2-export.tar.gz' is up to date. >> (SHA256) netpipes-4.2-export.tar.gz: OK ===> Extracting for netpipes-4.2p1 ===> Patching for netpipes-4.2p1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Wed Oct 28 20:30:03 1998 |+++ Makefile Wed Mar 21 22:11:23 2001 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 17. Hunk #2 succeeded at 59. Hunk #3 succeeded at 71. Hunk #4 succeeded at 140. done ===> Applying OpenBSD patch patch-hose_1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- hose.1.orig Wed Oct 28 20:30:26 1998 |+++ hose.1 Wed Mar 21 23:44:45 2001 -------------------------- Patching file hose.1 using Plan A... Hunk #1 succeeded at 65. 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 netpipes-4.2p1 ===> Configuring for netpipes-4.2p1 ===> Building for netpipes-4.2p1 cc -O2 -pipe -DPOSIX_SIG -c faucet.c faucet.c:138:17: warning: passing arguments to 'bindlocal' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!bindlocal(sock, name, localhost, ^ faucet.c:107:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setup_socket(name, backlog, reuseaddr) ^ faucet.c:196:14: warning: passing arguments to 'printhost' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] printhost(stderr, &srv->sin_addr); ^ faucet.c:167:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] authorize_address(sin) ^ faucet.c:222:11: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(0); ^ faucet.c:231:11: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(1); ^ faucet.c:240:11: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(2); ^ faucet.c:259:8: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(fd); ^ faucet.c:247:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int flag_scan_comma_fds(s) ^ faucet.c:306:15: warning: passing arguments to 'set_progname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_progname(argv[0]); ^ faucet.c:337:10: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(fd); ^ faucet.c:484:19: warning: passing arguments to 'emit_version' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] emit_version("faucet", 1992); ^ faucet.c:509:14: warning: passing arguments to 'reserve_fds' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] reserve_fds(0); ^ faucet.c:520:41: warning: passing arguments to 'convert_hostname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 0==(foreignHOST = convert_hostname(foreignhost, &foreignCOUNT))) { ^ faucet.c:530:44: warning: passing arguments to 'name_to_inet_port' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 0 == (foreignPORT = name_to_inet_port(foreignport)) ) { ^ faucet.c:622:28: warning: incompatible pointer types passing 'union (unnamed union at faucet.c:281:3) *' to parameter of type 'struct sockaddr *' [-Wincompatible-pointer-types] if (!authorize_address(&saddr)) { ^~~~~~ faucet.c:635:17: warning: passing arguments to 'printhost' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] printhost(stderr, &sinp->sin_addr); ^ faucet.c:669:12: warning: passing arguments to 'dup_n' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dup_n(rval); /* dup the socket onto all the chosen file descriptors */ ^ faucet.c:275:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main (argc,argv) ^ 19 warnings generated. cc -O2 -pipe -DPOSIX_SIG -c common.c common.c:50:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void add_fd(fd) ^ In file included from common.c:37: ./common.h:42:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void add_fd(/* int fd */); ^ common.c:77:23: warning: passing arguments to 'valid_descriptor' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!valid_descriptor(fds[i])) ^ common.c:70:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void reserve_fds(placeholder) ^ In file included from common.c:37: ./common.h:45:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void reserve_fds(/* int placeholder */); ^ common.c:82:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void dup_n(socket) ^ In file included from common.c:37: ./common.h:49:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void dup_n(/*int socket */); ^ common.c:102:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int name_to_inet_port(portname) ^ In file included from common.c:37: ./common.h:53:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int name_to_inet_port(/* char* */); ^ common.c:131:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] convert_hostname(name, count_ret) ^ In file included from common.c:37: ./common.h:58:1: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] convert_hostname(/* char *, int * */); ^ common.c:183:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void printhost(fp, addr) ^ In file included from common.c:37: ./common.h:63:1: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] printhost(/* struct in_addr * */); ^ common.c:223:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bindlocal(fd, name, addrname, domain, reuseaddr) ^ In file included from common.c:37: ./common.h:68:1: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] bindlocal(/* int, char *, char*, int, int */); ^ ./common.h:102:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int valid_descriptor(/*int fd */); ^ common.c:333:5: note: conflicting prototype is here int valid_descriptor(int fd) ^ 16 warnings generated. cc -O2 -pipe -DPOSIX_SIG -c version.c version.c:31:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void set_progname(argv0) ^ version.c:42:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void emit_version(progtitle, beginyear) ^ 2 warnings generated. cc -O2 -pipe -DPOSIX_SIG -o faucet faucet.o common.o version.o cc -O2 -pipe -DPOSIX_SIG -c hose.c hose.c:128:43: warning: passing arguments to 'convert_hostname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (0==(addresses = convert_hostname(hostname, &num_addresses))) { ^ hose.c:134:45: warning: passing arguments to 'name_to_inet_port' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] inet_addr.sin_port = name_to_inet_port(portname); ^ hose.c:164:16: warning: passing arguments to 'bindlocal' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] !bindlocal(sock, localport, localaddr, ^ hose.c:184:12: warning: passing arguments to 'printhost' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] printhost(stderr, &inet_addr.sin_addr); ^ hose.c:99:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int setup_socket(hostname,portname, reuseaddr) ^ hose.c:234:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void copyio(sock, aggressive_close) ^ hose.c:367:11: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(0); ^ hose.c:376:11: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(1); ^ hose.c:385:11: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(2); ^ hose.c:404:8: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(fd); ^ hose.c:392:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int flag_scan_comma_fds(s) ^ hose.c:430:15: warning: passing arguments to 'set_progname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_progname(argv[0]); ^ hose.c:467:10: warning: passing arguments to 'add_fd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_fd(fd); ^ hose.c:634:19: warning: passing arguments to 'emit_version' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] emit_version("hose", 1992); ^ hose.c:686:14: warning: passing arguments to 'reserve_fds' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] reserve_fds(0); ^ hose.c:726:10: warning: passing arguments to 'dup_n' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dup_n(sock); /* dup the socket onto all the chosen file descriptors */ ^ hose.c:420:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main (argc,argv) ^ 17 warnings generated. cc -O2 -pipe -DPOSIX_SIG -c memmove.c cc -O2 -pipe -DPOSIX_SIG -o hose hose.o common.o version.o memmove.o cc -O2 -pipe -DPOSIX_SIG -c sockdown.c sockdown.c:48:17: warning: passing arguments to 'set_progname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_progname(argv[0]); ^ sockdown.c:77:19: warning: passing arguments to 'emit_version' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] emit_version("sockdown", 1995); ^ sockdown.c:40:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 3 warnings generated. cc -O2 -pipe -DPOSIX_SIG -o sockdown sockdown.o version.o cc -O2 -pipe -DPOSIX_SIG -c getpeername.c getpeername.c:45:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] int getpeername(); ^ /usr/include/sys/socket.h:569:5: note: conflicting prototype is here int getpeername(int, struct sockaddr *, socklen_t *); ^ getpeername.c:46:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] int getsockname(); ^ /usr/include/sys/socket.h:570:5: note: conflicting prototype is here int getsockname(int, struct sockaddr *, socklen_t *); ^ getpeername.c:59:17: warning: passing arguments to 'set_progname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_progname(argv[0]); ^ getpeername.c:86:19: warning: passing arguments to 'emit_version' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] emit_version("getpeername", 1995); ^ getpeername.c:112:11: 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] if (0!= f(fd, &saddr, &saddrlen)) { ^ getpeername.c:48:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 6 warnings generated. cc -O2 -pipe -DPOSIX_SIG -o getpeername getpeername.o version.o cc -O2 -pipe -DPOSIX_SIG -c timelimit.c timelimit.c:55:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void kill_child(childpid) ^ timelimit.c:95:17: warning: passing arguments to 'set_progname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_progname(argv[0]); ^ timelimit.c:98:9: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (0==strcmp(argv[1], "-v")) { ^ timelimit.c:98:9: note: include the header or explicitly provide a declaration for 'strcmp' timelimit.c:119:12: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] ch = ch + strlen(ch)-1; ^ timelimit.c:119:12: note: include the header or explicitly provide a declaration for 'strlen' timelimit.c:143:21: warning: passing arguments to 'emit_version' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] emit_version("timelimit", 1996); ^ timelimit.c:152:58: warning: call to undeclared library function 'strerror' with type 'char *(int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] fprintf(stderr, "%s: unable to fork (%s).\n", progname, strerror(errno)); ^ timelimit.c:152:58: note: include the header or explicitly provide a declaration for 'strerror' timelimit.c:87:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main (argc,argv) ^ 7 warnings generated. cc -O2 -pipe -DPOSIX_SIG -o timelimit timelimit.o version.o cc -O2 -pipe -DPOSIX_SIG -c encapsulate.c encapsulate.c:181:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int Im_server_p(sock_fd) ^ encapsulate.c:240:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void add_subproc_fd(fd, code, sid) ^ encapsulate.c:286:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void remove_pipeline_(pl) ^ encapsulate.c:295:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void remove_pipeline(pl) ^ encapsulate.c:312:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static char * prepare_SYNs(len_ret) ^ encapsulate.c:373:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void prime_packet_queue_(sp) ^ encapsulate.c:386:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void prime_packet_queue(buf, len) ^ encapsulate.c:399:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void maybe_inject_special_packets(buf, len, size) ^ encapsulate.c:429:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void build_fd_lists(readfds, writefds, ^ encapsulate.c:531:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void build_packet_header (buf, flags, session, length) ^ encapsulate.c:555:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int read_from_child(pl, buf, buf_len, buf_size) ^ encapsulate.c:594:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int write_to_child(pl, buf, buf_len) ^ encapsulate.c:638:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void write_to_socket(fd, obuf, obuf_off, obuf_len) ^ encapsulate.c:673:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void read_from_socket(fd, pl, buf, buf_len, buf_size) ^ encapsulate.c:720:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void interpret_scp_header(header, pl) ^ encapsulate.c:875:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void handle_control_message(buf, len) ^ encapsulate.c:930:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void perform_special_actions(ibuf_len, obuf_len, curr_readable, curr_writeable) ^ encapsulate.c:1058:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void main_io_loop(sock_fd) ^ encapsulate.c:1335:27: warning: passing arguments to 'valid_descriptor' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!valid_descriptor(curr->child_fd)) ^ encapsulate.c:1311:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void spawn_child(cmd, sockfd) ^ encapsulate.c:1441:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int scan_flag_numeric_fd(s, fdp) ^ encapsulate.c:1477:17: warning: passing arguments to 'set_progname' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_progname(argv[0]); ^ encapsulate.c:1701:21: warning: passing arguments to 'emit_version' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] emit_version("encapsulate", 1996); ^ encapsulate.c:1472:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main (argc,argv) ^ 24 warnings generated. cc -O2 -pipe -DPOSIX_SIG -o encapsulate encapsulate.o common.o version.o memmove.o >>> Running package in net/netpipes at 1713380009.40 ===> net/netpipes ===> Faking installation for netpipes-4.2p1 test -d /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local || mkdir /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local test -d /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/bin || mkdir /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/bin /exopi-obj/pobj/netpipes-4.2/bin/install -c -s -m 755 faucet hose sockdown getpeername timelimit encapsulate /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/bin/ rm -f /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/bin/getsockname ln -s getpeername /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/bin/getsockname [ -x ssl-auth ] && /exopi-obj/pobj/netpipes-4.2/bin/install -c -s -m 755 ssl-auth /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/bin/ *** Error 1 in target 'install' (ignored) test -d /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/man || mkdir /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/man test -d /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/man/man1 || mkdir /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/netpipes-4.2/bin/install -c -m 644 netpipes.1 faucet.1 hose.1 sockdown.1 getpeername.1 timelimit.1 encapsulate.1 ssl-auth.1 /exopi-obj/pobj/netpipes-4.2/fake-amd64/usr/local/man/man1/ ===> Building package for netpipes-4.2p1 Create /exopi-cvs/ports/packages/amd64/all/netpipes-4.2p1.tgz Creating package netpipes-4.2p1 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|*********** | 17% archiving|******************* | 30% archiving|*********************** | 35% archiving|******************************* | 48% archiving|********************************** | 53% archiving|************************************* | 58% archiving|****************************************** | 66% archiving|*********************************************** | 73% archiving|************************************************** | 78% archiving|***************************************************** | 84% archiving|********************************************************* | 89% archiving|*********************************************************** | 92% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/netpipes-4.2p1.tgz >>> Running clean in net/netpipes at 1713380012.80 ===> net/netpipes ===> Cleaning for netpipes-4.2p1 >>> Ended at 1713380013.62 max_stuck=0.00/build=9.57/package=3.34/clean=0.99