------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1g,1.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The libpwstor 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 ------------------------------------------------------------------------------- ===> libpwstor-0.1_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The libpwstor 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 ===> libpwstor-0.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpwstor-0.1_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The libpwstor 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 ===> libpwstor-0.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpwstor-0.1_2 for building => SHA256 Checksum OK for libpwstor-0.1.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The libpwstor 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 ===> libpwstor-0.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpwstor-0.1_2 for building ===> Extracting for libpwstor-0.1_2 => SHA256 Checksum OK for libpwstor-0.1.tar.bz2. Extracted Memory Use: 0.32M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libpwstor-0.1_2 ===> Applying ports patches for libpwstor-0.1_2 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libpwstor-0.1_2 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libpwstor-0.1_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for libpwstor-0.1_2 configure: loading site script /xports/Templates/config.site checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for test... /bin/test checking for library containing strerror... none required checking for inline... inline checking for an ANSI C-conforming const... yes checking for working volatile... 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 whether byte ordering is bigendian... no checking sys/endian.h usability... yes checking sys/endian.h presence... yes checking for sys/endian.h... yes checking machine/endian.h usability... yes checking machine/endian.h presence... yes checking for machine/endian.h... yes checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking size of long long... 8 checking size of long... 8 checking size of int... 4 checking size of short... 2 checking for realloc... yes checking for reallocf... yes checking for uint64_t... yes checking for int64_t... yes checking for entropy device... /dev/urandom checking for OpenSSL... /usr/local checking for RAND_seed in -lcrypto... yes checking for OpenSSL 0.9.8 or above... found configure: creating ./config.status config.status: creating Makefile config.status: creating localconfig.h SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libpwstor-0.1_2 --- base64.o --- --- passwords.o --- --- utils.o --- --- base64.o --- cc -O -pipe -I./ -pipe -fPIC -DPIC -O2 -fno-strict-aliasing -I/usr/local/include -c base64.c --- passwords.o --- cc -O -pipe -I./ -pipe -fPIC -DPIC -O2 -fno-strict-aliasing -I/usr/local/include -c passwords.c --- utils.o --- cc -O -pipe -I./ -pipe -fPIC -DPIC -O2 -fno-strict-aliasing -I/usr/local/include -c utils.c --- all --- cc -shared -O -pipe -I./ -pipe -fPIC -DPIC -O2 -fno-strict-aliasing -I/usr/local/include -o libpwstor.so base64.o passwords.o utils.o ar rcs libpwstor.a base64.o passwords.o utils.o cc -O -pipe -I./ -pipe -fPIC -DPIC -O2 -fno-strict-aliasing -I/usr/local/include -o pwtool pwtool.c libpwstor.a -Wl,-rpath,/usr/local/lib -lcrypto -L/usr/local/lib SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> libpwstor-0.1_2 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libpwstor-0.1_2 ===> libpwstor-0.1_2 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list /usr/bin/install -m 0755 pwtool /construction/security/libpwstor/stage/usr/local/bin/pwtool /usr/bin/install -m 0644 pwstor.h /construction/security/libpwstor/stage/usr/local/include/pwstor.h /usr/bin/install -m 0644 libpwstor.so /construction/security/libpwstor/stage/usr/local/lib/libpwstor.so.0.1 /usr/bin/install -m 0644 libpwstor.a /construction/security/libpwstor/stage/usr/local/lib/libpwstor.a ln -fs libpwstor.so.0.1 /construction/security/libpwstor/stage/usr/local/lib/libpwstor.so /usr/bin/install -m 0644 man1/pwtool.1 /construction/security/libpwstor/stage/usr/local/man/man1/pwtool.1 /usr/bin/install -m 0644 man3/pwstor.3 /construction/security/libpwstor/stage/usr/local/man/man3/pwstor.3 /usr/bin/install -m 0644 man3/pwstor.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_version.3 /usr/bin/install -m 0644 man3/pwstor.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_version_int.3 /usr/bin/install -m 0644 man3/pws_rand_get.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_rand_get.3 /usr/bin/install -m 0644 man3/pws_memnuke.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_memnuke.3 /usr/bin/install -m 0644 man3/pws_base64_encode.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_base64_encode.3 /usr/bin/install -m 0644 man3/pws_base64_decode.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_base64_decode.3 /usr/bin/install -m 0644 man3/pwsencoder.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_passwords_encode.3 /usr/bin/install -m 0644 man3/pwsencoder.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_passwords_encodemulti.3 /usr/bin/install -m 0644 man3/pwsencoder.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_passwords_len.3 /usr/bin/install -m 0644 man3/pwscheck.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_passwords_check.3 /usr/bin/install -m 0644 man3/pwscheck.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_passwords_checkmulti.3 /usr/bin/install -m 0644 man3/pws_passwords_converttomulti.3 /construction/security/libpwstor/stage/usr/local/man/man3/pws_passwords_converttomulti.3 /usr/bin/strip /construction/security/libpwstor/stage/usr/local/bin/pwtool /usr/bin/strip /construction/security/libpwstor/stage/usr/local/lib/libpwstor.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: /construction/security/libpwstor/stage/usr/local/lib/libpwstor.so.0.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 libpwstor-0.1_2 file sizes/checksums [19]: 0% file sizes/checksums [19]: 100% packing files [19]: 0% packing files [19]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12