------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The cryptcat 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 ------------------------------------------------------------------------------- ===> cryptcat-1.2.1,1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The cryptcat 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 ===> cryptcat-1.2.1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cryptcat-1.2.1,1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The cryptcat 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 ===> cryptcat-1.2.1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cryptcat-1.2.1,1 for building => SHA256 Checksum OK for cryptcat-unix-1.2.1.tar. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The cryptcat 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 ===> cryptcat-1.2.1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cryptcat-1.2.1,1 for building ===> Extracting for cryptcat-1.2.1,1 => SHA256 Checksum OK for cryptcat-unix-1.2.1.tar. Extracted Memory Use: 0.20M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cryptcat-1.2.1,1 ===> Applying ports patches for cryptcat-1.2.1,1 ===> Cleanly applied ports patch(es) patch-Makefile patch-farm9crypt.cc patch-netcat.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for cryptcat-1.2.1,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cryptcat-1.2.1,1 --- freebsd --- make -e cryptcat -j 10 XFLAGS='-DFREEBSD' STATIC=-static XLIBS='-lstdc++' --- netcat.o --- --- farm9crypt.o --- --- twofish2.o --- --- netcat.o --- cc -pipe -O2 -fno-strict-aliasing -c netcat.c --- farm9crypt.o --- cc -pipe -O2 -fno-strict-aliasing -c farm9crypt.cc --- twofish2.o --- cc -pipe -O2 -fno-strict-aliasing -c twofish2.cc --- netcat.o --- netcat.c: In function 'bail': netcat.c:230:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close (netfd); ^~~~~ pclose netcat.c:231:3: warning: implicit declaration of function 'sleep'; did you mean 'strsep'? [-Wimplicit-function-declaration] sleep (1); ^~~~~ strsep netcat.c: In function 'tmtravel': netcat.c:249:3: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] alarm (0); ^~~~~ netcat.c: At top level: netcat.c:964:1: warning: return type defaults to 'int' [-Wimplicit-int] udptest (fd, where) ^~~~~~~ netcat.c: In function 'udptest': netcat.c:970:8: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] rr = write (fd, bigbuf_in, 1); ^~~~~ fwrite netcat.c: In function 'readwrite': netcat.c:1209:7: warning: implicit declaration of function 'farm9crypt_read' [-Wimplicit-function-declaration] rr = farm9crypt_read (fd, bigbuf_net, BIGSIZ); ^~~~~~~~~~~~~~~ netcat.c:1231:7: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] rr = read (0, bigbuf_in, BIGSIZ); ^~~~ fread netcat.c:1282:7: warning: implicit declaration of function 'farm9crypt_write' [-Wimplicit-function-declaration] rr = farm9crypt_write (fd, zp, rr); /* one line, or the whole buffer */ ^~~~~~~~~~~~~~~~ netcat.c: At top level: netcat.c:1315:1: warning: return type defaults to 'int' [-Wimplicit-int] main (argc, argv) ^~~~ netcat.c: In function 'main': netcat.c:1346:3: warning: implicit declaration of function 'res_init'; did you mean 'rewind'? [-Wimplicit-function-declaration] res_init(); ^~~~~~~~ rewind netcat.c:1382:9: warning: implicit declaration of function 'farm9crypt_initialized' [-Wimplicit-function-declaration] if (farm9crypt_initialized() == 0) { ^~~~~~~~~~~~~~~~~~~~~~ netcat.c:1383:7: warning: implicit declaration of function 'farm9crypt_init' [-Wimplicit-function-declaration] farm9crypt_init(crypt_key_f9); ^~~~~~~~~~~~~~~ netcat.c:1422:15: warning: implicit declaration of function 'getopt'; did you mean 'getw'? [-Wimplicit-function-declaration] while ((x = getopt (argc, argv, "ae:g:G:hi:k:lno:p:rs:tuvw:z")) != EOF) { ^~~~~~ getw netcat.c:1456:2: warning: implicit declaration of function 'helpme'; did you mean 'rename'? [-Wimplicit-function-declaration] helpme(); /* exits by itself */ ^~~~~~ rename netcat.c: At top level: netcat.c:1667:1: warning: return type defaults to 'int' [-Wimplicit-int] helpme() ^~~~~~ --- cryptcat --- c++ -s -pipe -O2 -fno-strict-aliasing -DGAPING_SECURITY_HOLE -DFREEBSD -static -o cryptcat netcat.o farm9crypt.o twofish2.o -lstdc++ SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cryptcat-1.2.1,1 ===> Generating temporary packing list install -s -m 555 /construction/net/cryptcat/unix/cryptcat /construction/net/cryptcat/stage/usr/local/bin install -m 0644 /construction/net/cryptcat/unix/README.cryptcat /construction/net/cryptcat/stage/usr/local/share/doc/cryptcat ====> 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 cryptcat-1.2.1,1 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:00 TOTAL TIME 00:00:03