=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for wkhtmltox-0.12.4.tar.bz2
=> Checksum SHA512 OK for wkhtmltox-0.12.4.tar.bz2
===> Installing dependencies for wkhtmltopdf-0.12.4nb15
==========================================================================
The following variables will affect the build process of this package,
wkhtmltopdf-0.12.4nb15.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg
        * PYTHON_VERSION_DEFAULT = 311
        * SSLBASE = /usr
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private

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

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg
        * PYPACKAGE = python27

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/usr/bin/make clean' after the changes.
==========================================================================
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency perl>=5.0: found perl-5.38.2
=> Tool dependency distcc-[0-9]*: found distcc-3.4
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Build dependency x11-links>=1.35: found x11-links-1.35nb1
=> Full dependency freetype2>=2.13.2nb1: found freetype2-2.13.2nb1
=> Full dependency png>=1.6.0nb1: found png-1.6.43
=> Full dependency python27>=2.7.1nb2: found python27-2.7.18nb15
=> Full dependency jpeg>=9: found jpeg-9e
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Overriding tools for wkhtmltopdf-0.12.4nb15
===> Extracting for wkhtmltopdf-0.12.4nb15
===> Patching for wkhtmltopdf-0.12.4nb15
=> Applying pkgsrc patches for wkhtmltopdf-0.12.4nb15
===> Creating toolchain wrappers for wkhtmltopdf-0.12.4nb15
===> Configuring for wkhtmltopdf-0.12.4nb15
=> Fixing x11 options.
for f in `find /tmp/pkgbuild/converters/wkhtmltopdf/work.sparc/wkhtmltox-0.12.4 -type f -name '*.py' -print`; do 	 cp $f $f.orig &&					 sed '1s|^#!.*$|#!/usr/pkg/bin/python2.7|' $f.orig > $f;	 done