------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> tsocks-1.8.b5_8 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> tsocks-1.8.b5_8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tsocks-1.8.b5_8 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> tsocks-1.8.b5_8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tsocks-1.8.b5_8 for building => SHA256 Checksum OK for tsocks-1.8beta5.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> tsocks-1.8.b5_8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tsocks-1.8.b5_8 for building ===> Extracting for tsocks-1.8.b5_8 => SHA256 Checksum OK for tsocks-1.8beta5.tar.gz. Extracted Memory Use: 0.36M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tsocks-1.8.b5_8 ===> Applying ports patches for tsocks-1.8.b5_8 ===> Cleanly applied ports patch(es) patch-INSTALL patch-Makefile.in patch-configure patch-parser.c patch-tsocks.1 patch-tsocks.8 patch-tsocks.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> tsocks-1.8.b5_8 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tsocks-1.8.b5_8 depends on package: gmake>=4.3 - found ===> Configuring for tsocks-1.8.b5_8 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking host system type... x86_64-portbld-dragonfly5.9 checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking if the C compiler accepts -Wall... yes checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for dlfcn.h... (cached) yes checking for sys/socket.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/poll.h... (cached) yes checking for unistd.h... (cached) yes checking for strcspn... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strspn... yes checking for strtol... (cached) yes checking for connect in -lc... yes checking for socket... yes checking for inet_aton... (cached) yes checking for gethostbyname... (cached) yes checking for dlsym in -lc... yes checking for RTLD_NEXT from dlfcn.h... yes checking for correct select prototype... select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) checking for correct connect prototype... connect(int __fd, const struct sockaddr * __addr, socklen_t __len) checking for correct close prototype... close(int fd) checking for correct poll prototype... poll(struct pollfd *fds, unsigned int nfds, int timeout) updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tsocks-1.8.b5_8 gmake[1]: Entering directory '/construction/net/tsocks/tsocks-1.8' cc -fPIC -pipe -O2 -fno-strict-aliasing -Wall -I. -c tsocks.c -o tsocks.o cc -fPIC -pipe -O2 -fno-strict-aliasing -Wall -I. -c common.c -o common.o cc -fPIC -pipe -O2 -fno-strict-aliasing -Wall -I. -c parser.c -o parser.o cc -fPIC -pipe -O2 -fno-strict-aliasing -Wall -I. -static -o saveme saveme.c tsocks.c: In function 'connect': tsocks.c:215:27: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] (void *) &sock_type, &sock_type_len); ^~~~~~~~~~~~~~ In file included from tsocks.c:39: /usr/include/sys/socket.h:494:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^~~~~~~~~~ tsocks.c:271:62: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (!getpeername(__fd, (struct sockaddr *) &peer_address, &namelen)) { ^~~~~~~~ In file included from tsocks.c:39: /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); ^~~~~~~~~~~ parser.c: In function 'handle_path': parser.c:211:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((int) (newserver = (struct serverent *) malloc(sizeof(struct serverent)))) == -1) ^ tsocks.c: In function 'select': tsocks.c:343:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable] int rc = 0; ^~ tsocks.c: In function 'poll': tsocks.c:526:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable] int rc = 0, i; ^~ cc -fPIC -pipe -O2 -fno-strict-aliasing -Wall -I. -o inspectsocks inspectsocks.c common.o -lc cc -fPIC -pipe -O2 -fno-strict-aliasing -Wall -I. -nostdlib -shared -o libtsocks.so.1.8 tsocks.o common.o parser.o -lc -lc cc -fPIC -pipe -O2 -fno-strict-aliasing -Wall -I. -o validateconf validateconf.c common.o parser.o -lc ln -sf libtsocks.so.1.8 libtsocks.so gmake[1]: Leaving directory '/construction/net/tsocks/tsocks-1.8' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tsocks-1.8.b5_8 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/net/tsocks/tsocks-1.8' /bin/sh mkinstalldirs "/construction/net/tsocks/stage/usr/local/bin" /usr/bin/install -c tsocks /construction/net/tsocks/stage/usr/local/bin /bin/sh mkinstalldirs "/construction/net/tsocks/stage/usr/local/lib" /usr/bin/install -c libtsocks.so.1.8 /construction/net/tsocks/stage/usr/local/lib/libtsocks.so.1 ln -sf libtsocks.so.1 /construction/net/tsocks/stage/usr/local/lib/libtsocks.so /bin/sh mkinstalldirs "/construction/net/tsocks/stage/usr/local/man/man1" install -m 0644 tsocks.1 /construction/net/tsocks/stage/usr/local/man/man1/ /bin/sh mkinstalldirs "/construction/net/tsocks/stage/usr/local/man/man8" install -m 0644 tsocks.8 /construction/net/tsocks/stage/usr/local/man/man8/ /bin/sh mkinstalldirs "/construction/net/tsocks/stage/usr/local/man/man5" install -m 0644 tsocks.conf.5 /construction/net/tsocks/stage/usr/local/man/man5/ gmake[1]: Leaving directory '/construction/net/tsocks/tsocks-1.8' install -s -m 555 /construction/net/tsocks/tsocks-1.8/inspectsocks /construction/net/tsocks/stage/usr/local/bin install -s -m 555 /construction/net/tsocks/tsocks-1.8/validateconf /construction/net/tsocks/stage/usr/local/bin install -m 0644 /construction/net/tsocks/tsocks-1.8/tsocks.conf.simple.example /construction/net/tsocks/stage/usr/local/etc/tsocks.conf.sample install -m 0644 /construction/net/tsocks/tsocks-1.8/*.example /construction/net/tsocks/stage/usr/local/share/examples/tsocks install -m 0644 /construction/net/tsocks/tsocks-1.8/INSTALL /construction/net/tsocks/stage/usr/local/share/doc/tsocks/README /usr/bin/strip /construction/net/tsocks/stage/usr/local/lib/libtsocks.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: /construction/net/tsocks/stage/usr/local/lib/libtsocks.so.1 doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on it, pkg will not be able to know where it comes from. Warning: It is directly in /usr/local/lib, it is probably used by other ports. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for tsocks-1.8.b5_8 file sizes/checksums [12]: 0% file sizes/checksums [12]: 100% packing files [12]: 0% packing files [12]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06