------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ncrypt 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 ------------------------------------------------------------------------------- ===> ncrypt-0.8.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ncrypt 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 ===> ncrypt-0.8.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ncrypt-0.8.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ncrypt 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 ===> ncrypt-0.8.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ncrypt-0.8.1 for building => SHA256 Checksum OK for ncrypt-0.8.1.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ncrypt 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 ===> ncrypt-0.8.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ncrypt-0.8.1 for building ===> Extracting for ncrypt-0.8.1 => SHA256 Checksum OK for ncrypt-0.8.1.tgz. Extracted Memory Use: 1.71M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ncrypt-0.8.1 ===> Applying ports patches for ncrypt-0.8.1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ncrypt-0.8.1 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gawk... (cached) /usr/bin/awk checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... none checking whether ln -s works... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for gettimeofday... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ncrypt-0.8.1 --- all --- /usr/bin/make all-am --- ncrypt.o --- --- decrypt_file.o --- --- encrypt_file.o --- --- get_decryption_password.o --- --- get_encryption_password.o --- --- isaac.o --- --- mem.o --- --- rand_gen.o --- --- read_pass.o --- --- rijndael-alg-fst.o --- --- encrypt_file.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o encrypt_file.o encrypt_file.c --- ncrypt.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o ncrypt.o ncrypt.c --- decrypt_file.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o decrypt_file.o decrypt_file.c --- get_decryption_password.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o get_decryption_password.o get_decryption_password.c --- get_encryption_password.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o get_encryption_password.o get_encryption_password.c --- isaac.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o isaac.o isaac.c --- mem.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o mem.o mem.c --- rand_gen.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o rand_gen.o rand_gen.c --- read_pass.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o read_pass.o read_pass.c --- rijndael-api-fst.o --- --- rijndael-alg-fst.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o rijndael-alg-fst.o rijndael-alg-fst.c --- rijndael-api-fst.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o rijndael-api-fst.o rijndael-api-fst.c --- serpent.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o serpent.o serpent.c --- sh1strhsh.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o sh1strhsh.o sh1strhsh.c --- sha1.o --- --- twofish.o --- --- wipe_file.o --- --- sha1.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o sha1.o sha1.c --- twofish.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o twofish.o twofish.c --- wipe_file.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o wipe_file.o wipe_file.c --- nrm.o --- cc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -fno-strict-aliasing -c -o nrm.o nrm.c --- nrm --- cc -Wall -pipe -O2 -fno-strict-aliasing -o nrm nrm.o rand_gen.o wipe_file.o isaac.o --- serpent.o --- serpent.c: In function 'makeKeyS': serpent.c:58:3: warning: 'strncpy' specified bound 65 equals destination size [-Wstringop-truncation] strncpy(key->keyMaterial, keyMaterial, MAX_KEY_SIZE+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- ncrypt --- cc -Wall -pipe -O2 -fno-strict-aliasing -o ncrypt ncrypt.o decrypt_file.o encrypt_file.o get_decryption_password.o get_encryption_password.o isaac.o mem.o rand_gen.o read_pass.o rijndael-alg-fst.o rijndael-api-fst.o serpent.o sh1strhsh.o sha1.o twofish.o wipe_file.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ncrypt-0.8.1 ===> Generating temporary packing list /bin/mkdir -p '/construction/security/ncrypt/stage/usr/local/bin' install -s -m 555 ncrypt nrm '/construction/security/ncrypt/stage/usr/local/bin' ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ncrypt-0.8.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:05