------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> redir-2.2.1_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> redir-2.2.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by redir-2.2.1_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> redir-2.2.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by redir-2.2.1_2 for building => SHA256 Checksum OK for redir-2.2.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> redir-2.2.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by redir-2.2.1_2 for building ===> Extracting for redir-2.2.1_2 => SHA256 Checksum OK for redir-2.2.1.tar.gz. Extracted Memory Use: 0.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for redir-2.2.1_2 ===> Applying ports patches for redir-2.2.1_2 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> redir-2.2.1_2 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> redir-2.2.1_2 depends on package: gmake>=4.3 - found ===> Configuring for redir-2.2.1_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for redir-2.2.1_2 gmake[1]: Entering directory '/construction/net/redir/redir-2.2.1' cc -pipe -O2 -fno-strict-aliasing -Wall -Igetopt -c -o redir.o redir.c cc -pipe -O2 -fno-strict-aliasing -Wall -Igetopt -c -o getopt/getopt.o getopt/getopt.c cc -pipe -O2 -fno-strict-aliasing -Wall -Igetopt -c -o getopt/getopt1.o getopt/getopt1.c redir.c: In function 'ftp_clean': redir.c:495:53: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if(getsockname(send, (struct sockaddr *)&sockname, &socksize) != 0) { ^~~~~~~~~ In file included from redir.c:74: /usr/include/sys/socket.h:493:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ redir.c:509:58: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if(getsockname(localsock, (struct sockaddr *)&sockname, &socksize) < 0) { ^~~~~~~~~ In file included from redir.c:74: /usr/include/sys/socket.h:493:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ redir.c: In function 'do_accept': redir.c:724:10: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] &clientlen)) < 0) { ^~~~~~~~~~ In file included from redir.c:74: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ redir.c: In function 'main': redir.c:1067:52: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (!getpeername(0, (struct sockaddr *) &client, &client_size)) { ^~~~~~~~~~~~ In file included from redir.c:74: /usr/include/sys/socket.h:492:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ getopt/getopt.c: In function '_getopt_internal': getopt/getopt.c:527:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^~~~~~ getopt/getopt.c:603:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^~~~~~~ getopt/getopt.c:606:21: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] == (unsigned int) strlen (p->name)) ^~~~~~ getopt/getopt.c:606:21: warning: incompatible implicit declaration of built-in function 'strlen' getopt/getopt.c:606:21: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:114:1: +#include getopt/getopt.c:606:21: == (unsigned int) strlen (p->name)) ^~~~~~ getopt/getopt.c:630:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt/getopt.c:630:16: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:648:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (opterr) ^ getopt/getopt.c:660:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt/getopt.c:660:17: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:676:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt/getopt.c:676:17: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:681:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt/getopt.c:681:16: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:792:51: warning: incompatible implicit declaration of built-in function 'strlen' if ((unsigned int) (nameend - nextchar) == strlen (p->name)) ^~~~~~ getopt/getopt.c:792:51: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:815:18: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt/getopt.c:815:18: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:835:19: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt/getopt.c:835:19: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:849:19: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt/getopt.c:849:19: note: include '' or provide a declaration of 'strlen' getopt/getopt.c:853:18: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt/getopt.c:853:18: note: include '' or provide a declaration of 'strlen' cc -s -o redir redir.o getopt/getopt.o getopt/getopt1.o gmake[1]: Leaving directory '/construction/net/redir/redir-2.2.1' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for redir-2.2.1_2 ===> Generating temporary packing list install -s -m 555 /construction/net/redir/redir-2.2.1/redir /construction/net/redir/stage/usr/local/bin install -m 444 /construction/net/redir/redir-2.2.1/redir.man /construction/net/redir/stage/usr/local/man/man1/redir.1 ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for redir-2.2.1_2 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03