------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The sniff port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> sniff-1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The sniff port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> sniff-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sniff-1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The sniff port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> sniff-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sniff-1.0 for building => SHA256 Checksum OK for sniff-1.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The sniff port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> sniff-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by sniff-1.0 for building ===> Extracting for sniff-1.0 => SHA256 Checksum OK for sniff-1.0.tar.gz. Extracted Memory Use: 0.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for sniff-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for sniff-1.0 loading site script /xports/Templates/config.site creating cache ./config.cache 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 whether make sets ${MAKE}... yes checking for gethostbyaddr in -lsocket... no checking for gethostbyaddr in -lxnet... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for stdio.h... (cached) yes checking for signal.h... (cached) yes checking for string.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for working const... yes checking whether time.h and sys/time.h may both be included... yes checking return type of signal handlers... void checking for gethostbyaddr... yes checking for tcpdump program in the most known common places... tcpdump... found!! updating cache ./config.cache creating ./config.status creating Makefile SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for sniff-1.0 --- sniff.o --- --- clear.o --- --- ifOpen.o --- --- lookupDNShost.o --- --- printData.o --- --- printHeader.o --- --- readPacket.o --- --- readTCP.o --- --- sniffData.o --- --- sniff.o --- cc -pipe -O2 -fno-strict-aliasing -c sniff.c --- clear.o --- cc -pipe -O2 -fno-strict-aliasing -c clear.c --- ifOpen.o --- cc -pipe -O2 -fno-strict-aliasing -c ifOpen.c --- lookupDNShost.o --- cc -pipe -O2 -fno-strict-aliasing -c lookupDNShost.c --- printData.o --- cc -pipe -O2 -fno-strict-aliasing -c printData.c --- printHeader.o --- cc -pipe -O2 -fno-strict-aliasing -c printHeader.c --- readPacket.o --- cc -pipe -O2 -fno-strict-aliasing -c readPacket.c --- readTCP.o --- cc -pipe -O2 -fno-strict-aliasing -c readTCP.c --- sniffData.o --- cc -pipe -O2 -fno-strict-aliasing -c sniffData.c --- sniff.o --- sniff.c: In function 'main': sniff.c:30:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ sniff.c:30:7: warning: incompatible implicit declaration of built-in function 'exit' sniff.c:30:7: note: include '' or provide a declaration of 'exit' sniff.c:3:1: +#include sniff.c:30:7: exit(0); ^~~~ --- sniffData.o --- sniffData.c: In function 'sniffData': --- printData.o --- printData.c: In function 'printData': printData.c:19:10: warning: implicit declaration of function 'isprint' [-Wimplicit-function-declaration] if(isprint(data[i])) ^~~~~~~ --- sniffData.o --- sniffData.c:66:7: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] alarm(0); ^~~~~ --- clear.o --- clear.c: In function 'sgura': clear.c:23:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ clear.c:23:4: warning: incompatible implicit declaration of built-in function 'exit' clear.c:23:4: note: include '' or provide a declaration of 'exit' clear.c:2:1: +#include clear.c:23:4: exit(0); ^~~~ --- sniff --- cc -pipe -O2 -fno-strict-aliasing -o sniff sniff.o clear.o ifOpen.o lookupDNShost.o printData.o printHeader.o readPacket.o readTCP.o sniffData.o SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for sniff-1.0 ===> Generating temporary packing list (cd /construction/security/sniff/sniff-1.0 && install -s -m 555 sniff /construction/security/sniff/stage/usr/local/sbin) (cd /construction/security/sniff/sniff-1.0 && install -m 444 sniff.1 /construction/security/sniff/stage/usr/local/man/man1) ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for sniff-1.0 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:03