=> 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 spl-1.0pre3.tar.gz
=> Checksum RMD160 OK for spl-1.0pre3.tar.gz
=> Checksum SHA512 OK for spl-1.0pre3.tar.gz
===> Installing dependencies for spl-1.0pre3nb23
==========================================================================
The supported build options for spl are:

	sqlite

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.spl (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
spl-1.0pre3nb23.  Their current value is shown below:

        * READLINE_DEFAULT = editline

Based on these variables, the following variables have been set:

        * READLINE_TYPE = editline
        * TERMCAP_TYPE = termcap

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 bash-[0-9]*: found bash-5.0.16nb1
=> Tool dependency gawk>=3.1.1: found gawk-5.0.1
=> Tool dependency gmake>=3.81: found gmake-4.2.1nb1
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
=> Full dependency pcre>=8.30nb1: found pcre-8.44
===> Overriding tools for spl-1.0pre3nb23
===> Extracting for spl-1.0pre3nb23
===> Patching for spl-1.0pre3nb23
=> Substituting "prefix" in GNUmakefile
=> Applying pkgsrc patches for spl-1.0pre3nb23
=> Verifying /data/pkgsrc/lang/spl/patches/patch-aa
=> Applying pkgsrc patch /data/pkgsrc/lang/spl/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.2 2007/03/17 08:45:04 obache Exp $
|
|--- clib.c.orig	2006-11-14 13:54:32.000000000 +0000
|+++ clib.c
--------------------------
Patching file clib.c using Plan A...
Hunk #1 succeeded at 402.
done
=> Verifying /data/pkgsrc/lang/spl/patches/patch-ab
=> Applying pkgsrc patch /data/pkgsrc/lang/spl/patches/patch-ab
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ab,v 1.2 2007/03/17 08:45:05 obache Exp $
|
|--- GNUmakefile.orig	2007-03-17 08:18:09.000000000 +0000
|+++ GNUmakefile
--------------------------
Patching file GNUmakefile using Plan A...
Hunk #1 succeeded at 22.
done
=> Verifying /data/pkgsrc/lang/spl/patches/patch-ac
=> Applying pkgsrc patch /data/pkgsrc/lang/spl/patches/patch-ac
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ac,v 1.1 2007/03/17 08:45:06 obache Exp $
|
|Index: spl_modules/mod_uuidgen.c
|===================================================================
|--- spl_modules/mod_uuidgen.c.orig	2006-10-25 08:58:24.000000000 +0000
|+++ spl_modules/mod_uuidgen.c
--------------------------
Patching file spl_modules/mod_uuidgen.c using Plan A...
Hunk #1 succeeded at 40.
done
=> Verifying /data/pkgsrc/lang/spl/patches/patch-ad
=> Applying pkgsrc patch /data/pkgsrc/lang/spl/patches/patch-ad
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ad,v 1.1 2007/03/17 08:45:07 obache Exp $
|
|--- syscheck.sh.orig	2006-10-25 08:24:18.000000000 +0000
|+++ syscheck.sh
--------------------------
Patching file syscheck.sh using Plan A...
Hunk #1 succeeded at 97.
done
=> Verifying /data/pkgsrc/lang/spl/patches/patch-webspld_c
=> Applying pkgsrc patch /data/pkgsrc/lang/spl/patches/patch-webspld_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-webspld_c,v 1.1 2012/04/13 05:51:44 dholland Exp $
|
|Use standard headers.
|
|--- webspld.c~	2006-10-22 11:08:09.000000000 +0000
|+++ webspld.c
--------------------------
Patching file webspld.c using Plan A...
Hunk #1 succeeded at 34.
done
===> Creating toolchain wrappers for spl-1.0pre3nb23
===> Configuring for spl-1.0pre3nb23
=> Checking for portability problems in extracted files
ERROR: [check-portability.awk] => Found test ... == ...:
ERROR: [check-portability.awk] GNUmakefile:404: 		   ( [ $(BUILD_WITH_MUDFLAP) = 1 ] && [ "$$x" == "example27.spl" ]; ) \

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 /data/pkgsrc/lang/spl
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/lang/spl