------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1g,1.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The libdomainkeys 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 ------------------------------------------------------------------------------- ===> libdomainkeys-0.69_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The libdomainkeys 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 ===> libdomainkeys-0.69_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libdomainkeys-0.69_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The libdomainkeys 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 ===> libdomainkeys-0.69_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libdomainkeys-0.69_1 for building => SHA256 Checksum OK for libdomainkeys-0.69.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The libdomainkeys 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 ===> libdomainkeys-0.69_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libdomainkeys-0.69_1 for building ===> Extracting for libdomainkeys-0.69_1 => SHA256 Checksum OK for libdomainkeys-0.69.tar.gz. Extracted Memory Use: 0.32M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libdomainkeys-0.69_1 ===> Applying ports patches for libdomainkeys-0.69_1 ===> Cleanly applied ports patch(es) patch-domainkeys.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libdomainkeys-0.69_1 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libdomainkeys-0.69_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for libdomainkeys-0.69_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libdomainkeys-0.69_1 --- objwarn --- --- dns_txt.So --- --- domainkeys.So --- --- dktrace.So --- --- dns_txt.o --- --- domainkeys.o --- --- dktrace.o --- --- makeheader --- --- dktrace.So --- cc -fpic -DPIC -pipe -O2 -fno-strict-aliasing -DBIND_8_COMPAT -I/usr/local/include -std=gnu99 -c dktrace.c -o dktrace.So --- dns_txt.o --- cc -pipe -O2 -fno-strict-aliasing -DBIND_8_COMPAT -I/usr/local/include -std=gnu99 -c dns_txt.c -o dns_txt.o --- domainkeys.o --- cc -pipe -O2 -fno-strict-aliasing -DBIND_8_COMPAT -I/usr/local/include -std=gnu99 -c domainkeys.c -o domainkeys.o --- dktrace.o --- cc -pipe -O2 -fno-strict-aliasing -DBIND_8_COMPAT -I/usr/local/include -std=gnu99 -c dktrace.c -o dktrace.o --- makeheader --- cc -pipe -O2 -fno-strict-aliasing -DBIND_8_COMPAT -I/usr/local/include -std=gnu99 makeheader.c -o makeheader --- objwarn --- Warning: Object directory not changed from original /construction/mail/libdomainkeys/libdomainkeys-0.69 --- dns_txt.So --- cc -fpic -DPIC -pipe -O2 -fno-strict-aliasing -DBIND_8_COMPAT -I/usr/local/include -std=gnu99 -c dns_txt.c -o dns_txt.So --- domainkeys.So --- cc -fpic -DPIC -pipe -O2 -fno-strict-aliasing -DBIND_8_COMPAT -I/usr/local/include -std=gnu99 -c domainkeys.c -o domainkeys.So domainkeys.c: In function 'dkheaders': domainkeys.c:1347:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)dk_headers(dk, dk->headers); ^ domainkeys.c: In function 'dk_free': domainkeys.c:2244:6: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/openssl/evp.h:13, from domainkeys.c:27: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ --- domainkeys.h --- ./makeheader domainkeys.h --- domainkeys.o --- domainkeys.c: In function 'dkheaders': domainkeys.c:1347:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)dk_headers(dk, dk->headers); ^ domainkeys.c: In function 'dk_free': domainkeys.c:2244:6: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/openssl/evp.h:13, from domainkeys.c:27: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ --- libdomainkeys.so.3 --- building shared library libdomainkeys.so.3 rm -f libdomainkeys.so.3 libdomainkeys.so ln -fs libdomainkeys.so.3 libdomainkeys.so cc -Wl,-rpath,/usr/local/lib -lcrypto -L/usr/local/lib -shared -Wl,-x -o libdomainkeys.so.3 -Wl,-soname,libdomainkeys.so.3 `lorder dns_txt.So domainkeys.So dktrace.So | tsort -q` --- libdomainkeys.a --- building static domainkeys library rm -f libdomainkeys.a ar cq libdomainkeys.a `lorder dns_txt.o domainkeys.o dktrace.o | tsort -q` ranlib libdomainkeys.a SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> libdomainkeys-0.69_1 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libdomainkeys-0.69_1 ===> libdomainkeys-0.69_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list install -C -o root -g wheel -m 444 libdomainkeys.a /construction/mail/libdomainkeys/stage/usr/local/lib install -s -o root -g wheel -m 444 libdomainkeys.so.3 /construction/mail/libdomainkeys/stage/usr/local/lib ln -fs libdomainkeys.so.3 /construction/mail/libdomainkeys/stage/usr/local/lib/libdomainkeys.so install -C -o root -g wheel -m 444 domainkeys.h dktrace.h /construction/mail/libdomainkeys/stage/usr/local/include install -m 555 /construction/mail/libdomainkeys/libdomainkeys-0.69/dknewkey /construction/mail/libdomainkeys/stage/usr/local/share/libdomainkeys ====> 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 libdomainkeys-0.69_1 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04