=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for opendkim-2.10.3.tar.gz => Checksum RMD160 OK for opendkim-2.10.3.tar.gz => Checksum SHA512 OK for opendkim-2.10.3.tar.gz ===> Installing dependencies for opendkim-2.10.3nb4 ========================================================================== The supported build options for opendkim are: debug dkim-stats opendkim-filter vbr The currently selected options are: opendkim-filter You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.opendkim (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, opendkim-2.10.3nb4. Their current value is shown below: * DKIM_GROUP = opendkim * DKIM_USER = opendkim * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private * VARBASE = /var You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2 => Tool dependency automake>=1.9: found automake-1.16.1nb1 => Tool dependency autoconf>=2.58: found autoconf-2.69nb9 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.6.0 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency libmilter>=8.14: found libmilter-8.15.2nb1 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency perl>=5.0: found perl-5.30.1 ===> Overriding tools for opendkim-2.10.3nb4 ===> Extracting for opendkim-2.10.3nb4 ===> Patching for opendkim-2.10.3nb4 => Applying pkgsrc patches for opendkim-2.10.3nb4 => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/mail/opendkim/patches/patch-configure.ac => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/mail/opendkim/patches/patch-configure.ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure.ac,v 1.1 2019/11/24 23:20:40 christos Exp $ | |- compat for OpenSSL 1.1 https://sourceforge.net/p/opendkim/patches/37/ |- fix == bashism | |--- configure.ac.orig 2015-05-12 14:43:09.000000000 -0400 |+++ configure.ac 2019-11-24 18:03:48.650839906 -0500 -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 860. done => Verifying /amd/pkgsrc/CHROOT/P/pkgsrc/mail/opendkim/patches/patch-opendkim_opendkim-crypto.c => Applying pkgsrc patch /amd/pkgsrc/CHROOT/P/pkgsrc/mail/opendkim/patches/patch-opendkim_opendkim-crypto.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-opendkim_opendkim-crypto.c,v 1.1 2019/11/24 23:20:40 christos Exp $ | |- OpenSSL 1.1 compat https://sourceforge.net/p/opendkim/patches/37/ | |--- opendkim/opendkim-crypto.c.orig 2013-02-25 16:02:41.000000000 -0500 |+++ opendkim/opendkim-crypto.c 2019-11-24 18:04:07.924299914 -0500 -------------------------- Patching file opendkim/opendkim-crypto.c using Plan A... Hunk #1 succeeded at 222. Hunk #2 succeeded at 396. done ===> Creating toolchain wrappers for opendkim-2.10.3nb4 ===> Configuring for opendkim-2.10.3nb4 => Fixing default paths cd /tmp/mail/opendkim/work/opendkim-2.10.3 && autoreconf -fiv autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/pkg/bin/autoconf --force autoreconf: running: /usr/pkg/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:63: installing 'build-aux/compile' configure.ac:37: installing 'build-aux/missing' autobuild/Makefile.am: installing 'build-aux/depcomp' autoreconf: Leaving directory `.' => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Replacing Perl interpreter in opendkim/opendkim-genkey.in. => Adding run-time search paths to pkg-config files. => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] configure: if test x"$jansson_found" == x"yes" Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/mail/opendkim *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/mail/opendkim