>>> Building on exopi-6 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 1764528132.14 ===> net/netpipes ===> Building from scratch netpipes-4.2p1 ===> Verifying specs: c ===> found c.102.2 ===> Checking files for netpipes-4.2p1 `/exopi-cvs/ports/distfiles/netpipes-4.2-export.tar.gz' is up to date. >> (SHA256) all files: 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 C23 [-Wdeprecated-non-prototype] 138 | 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 C23 [-Wdeprecated-non-prototype] 107 | 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 C23 [-Wdeprecated-non-prototype] 196 | 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 C23 [-Wdeprecated-non-prototype] 167 | 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 C23 [-Wdeprecated-non-prototype] 222 | 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 C23 [-Wdeprecated-non-prototype] 231 | 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 C23 [-Wdeprecated-non-prototype] 240 | 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 C23 [-Wdeprecated-non-prototype] 259 | 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 C23 [-Wdeprecated-non-prototype] 247 | 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 C23 [-Wdeprecated-non-prototype] 306 | 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 C23 [-Wdeprecated-non-prototype] 337 | 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 C23 [-Wdeprecated-non-prototype] 484 | 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 C23 [-Wdeprecated-non-prototype] 509 | 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 C23 [-Wdeprecated-non-prototype] 520 | 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 C23 [-Wdeprecated-non-prototype] 530 | 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] 622 | 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 C23 [-Wdeprecated-non-prototype] 635 | 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 C23 [-Wdeprecated-non-prototype] 669 | 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 C23 [-Wdeprecated-non-prototype] 275 | 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 C23 [-Wdeprecated-non-prototype] 50 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 42 | 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 C23 [-Wdeprecated-non-prototype] 77 | 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 C23 [-Wdeprecated-non-prototype] 70 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 45 | 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 C23 [-Wdeprecated-non-prototype] 82 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 49 | 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 C23 [-Wdeprecated-non-prototype] 102 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 53 | 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 C23 [-Wdeprecated-non-prototype] 131 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 58 | 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 C23 [-Wdeprecated-non-prototype] 183 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 63 | 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 C23 [-Wdeprecated-non-prototype] 223 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 68 | 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 C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 102 | int valid_descriptor(/*int fd */); | ^ common.c:333:5: note: conflicting prototype is here 333 | 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 C23 [-Wdeprecated-non-prototype] 31 | 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 C23 [-Wdeprecated-non-prototype] 42 | 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 C23 [-Wdeprecated-non-prototype] 128 | 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 C23 [-Wdeprecated-non-prototype] 134 | 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 C23 [-Wdeprecated-non-prototype] 164 | !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 C23 [-Wdeprecated-non-prototype] 184 | 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 C23 [-Wdeprecated-non-prototype] 99 | 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 C23 [-Wdeprecated-non-prototype] 234 | 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 C23 [-Wdeprecated-non-prototype] 367 | 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 C23 [-Wdeprecated-non-prototype] 376 | 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 C23 [-Wdeprecated-non-prototype] 385 | 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 C23 [-Wdeprecated-non-prototype] 404 | 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 C23 [-Wdeprecated-non-prototype] 392 | 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 C23 [-Wdeprecated-non-prototype] 430 | 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 C23 [-Wdeprecated-non-prototype] 467 | 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 C23 [-Wdeprecated-non-prototype] 634 | 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 C23 [-Wdeprecated-non-prototype] 686 | 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 C23 [-Wdeprecated-non-prototype] 726 | 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 C23 [-Wdeprecated-non-prototype] 420 | 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 C23 [-Wdeprecated-non-prototype] 48 | 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 C23 [-Wdeprecated-non-prototype] 77 | 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 C23 [-Wdeprecated-non-prototype] 40 | 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 C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 45 | int getpeername(); | ^ /usr/include/sys/socket.h:576:5: note: conflicting prototype is here 576 | 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 C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 46 | int getsockname(); | ^ /usr/include/sys/socket.h:577:5: note: conflicting prototype is here 577 | 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 C23 [-Wdeprecated-non-prototype] 59 | 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 C23 [-Wdeprecated-non-prototype] 86 | 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 C23 [-Wdeprecated-non-prototype] 112 | 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 C23 [-Wdeprecated-non-prototype] 48 | 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 C23 [-Wdeprecated-non-prototype] 55 | 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 C23 [-Wdeprecated-non-prototype] 95 | 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] 98 | 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] 119 | 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 C23 [-Wdeprecated-non-prototype] 143 | 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] 152 | 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 C23 [-Wdeprecated-non-prototype] 87 | 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 C23 [-Wdeprecated-non-prototype] 181 | 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 C23 [-Wdeprecated-non-prototype] 240 | 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 C23 [-Wdeprecated-non-prototype] 286 | 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 C23 [-Wdeprecated-non-prototype] 295 | 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 C23 [-Wdeprecated-non-prototype] 312 | 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 C23 [-Wdeprecated-non-prototype] 373 | 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 C23 [-Wdeprecated-non-prototype] 386 | 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 C23 [-Wdeprecated-non-prototype] 399 | 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 C23 [-Wdeprecated-non-prototype] 429 | 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 C23 [-Wdeprecated-non-prototype] 531 | 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 C23 [-Wdeprecated-non-prototype] 555 | 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 C23 [-Wdeprecated-non-prototype] 594 | 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 C23 [-Wdeprecated-non-prototype] 638 | 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 C23 [-Wdeprecated-non-prototype] 673 | 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 C23 [-Wdeprecated-non-prototype] 720 | 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 C23 [-Wdeprecated-non-prototype] 875 | 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 C23 [-Wdeprecated-non-prototype] 930 | 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 C23 [-Wdeprecated-non-prototype] 1058 | 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 C23 [-Wdeprecated-non-prototype] 1335 | 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 C23 [-Wdeprecated-non-prototype] 1311 | 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 C23 [-Wdeprecated-non-prototype] 1441 | 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 C23 [-Wdeprecated-non-prototype] 1477 | 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 C23 [-Wdeprecated-non-prototype] 1701 | 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 C23 [-Wdeprecated-non-prototype] 1472 | 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 1764528136.52 ===> 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|****************************************** | 65% 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 1764528140.59 ===> net/netpipes ===> Cleaning for netpipes-4.2p1 >>> Ended at 1764528141.05 max_stuck=0.00/build=4.28/package=3.40/clean=1.27