=> Bootstrap dependency digest>=20211023: found digest-20211023
=> Checksum BLAKE2s OK for newsbeuter-2.9.tar.gz
=> Checksum SHA512 OK for newsbeuter-2.9.tar.gz
===> Installing dependencies for newsbeuter-2.9nb39
==========================================================================
The following variables will affect the build process of this package,
newsbeuter-2.9nb39.  Their current value is shown below:

        * KRB5_DEFAULT = heimdal
        * 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:

        * KRB5BASE (defined, but empty)
        * KRB5_TYPE = heimdal

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 gmake>=3.81: found gmake-4.3nb3
=> Tool dependency perl>=5.0: found perl-5.34.0nb3
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
=> Full dependency libiconv>=1.9.1nb4: found libiconv-1.14nb3
=> Full dependency gettext-lib>=0.18: found gettext-lib-0.21
=> Full dependency ncursesw>=6.0: found ncursesw-6.3
=> Full dependency json-c>=0.14: found json-c-0.15
=> Full dependency libxml2>=2.9.12nb1: found libxml2-2.9.12nb2
=> Full dependency stfl>=0.19: found stfl-0.24nb6
=> Full dependency curl>=7.80.0: found curl-7.80.0nb1
===> 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 newsbeuter-2.9nb39
===> Extracting for newsbeuter-2.9nb39
===> Patching for newsbeuter-2.9nb39
=> Applying pkgsrc patches for newsbeuter-2.9nb39
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-Makefile
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-Makefile
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-Makefile,v 1.1 2016/05/24 09:27:09 leot Exp $
|
|Install man page with proper permissions (executable bit not needed for them!).
|
|--- Makefile.orig	2015-02-19 10:56:59.000000000 +0000
|+++ Makefile
--------------------------
Patching file Makefile using Plan A...
Hunk #1 succeeded at 145.
done
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-config.sh
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-config.sh
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-config.sh,v 1.1 2016/05/24 09:27:09 leot Exp $
|
|Remove overly "smart" detection script for ncurses.  This doesn't work on NetBSD.
|If libstfl is linked against the system-wide curses, you can't later link against
|ncurses.  Newsbeuter can use the ncursesw compat offered by NetBSD 6.x native curses.
|
|--- config.sh.orig	2015-02-19 10:56:59.000000000 +0000
|+++ config.sh
--------------------------
Patching file config.sh using Plan A...
Hunk #1 succeeded at 109.
done
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-include_configcontainer.h
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-include_configcontainer.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-include_configcontainer.h,v 1.1 2016/12/16 00:00:25 joerg Exp $
|
|Avoid unnecessary string copies.
|
|Passing non-POD types to variadic functions is UB, so use C++11 rvalues
|and proper typing.
|
|--- include/configcontainer.h.orig	2016-12-15 14:37:54.279263729 +0000
|+++ include/configcontainer.h
--------------------------
Patching file include/configcontainer.h using Plan A...
Hunk #1 succeeded at 8.
done
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-src_configcontainer.cpp
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-src_configcontainer.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_configcontainer.cpp,v 1.1 2016/12/16 00:00:25 joerg Exp $
|
|Passing non-POD types to variadic functions is UB, so use C++11 rvalues
|and proper typing.
|
|--- src/configcontainer.cpp.orig	2016-12-15 14:37:26.527419424 +0000
|+++ src/configcontainer.cpp
--------------------------
Patching file src/configcontainer.cpp using Plan A...
Hunk #1 succeeded at 15.
Hunk #2 succeeded at 39.
Hunk #3 succeeded at 50.
Hunk #4 succeeded at 78.
Hunk #5 succeeded at 94.
Hunk #6 succeeded at 103.
done
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-src_controller.cpp
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-src_controller.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_controller.cpp,v 1.1 2016/05/24 09:27:09 leot Exp $
|
|Everything works, but native curses has no curses_version(), so rip out that bit.
|
|--- src/controller.cpp.orig	2015-02-19 10:56:59.000000000 +0000
|+++ src/controller.cpp
--------------------------
Patching file src/controller.cpp using Plan A...
Hunk #1 succeeded at 970.
done
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-src_feedhq__api.cpp
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-src_feedhq__api.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_feedhq__api.cpp,v 1.1 2019/07/02 07:37:54 nia Exp $
|
|Update for newer json-c API.
|
|https://github.com/json-c/json-c/issues/304
|
|--- src/feedhq_api.cpp.orig	2015-02-19 10:56:59.000000000 +0000
|+++ src/feedhq_api.cpp
--------------------------
Patching file src/feedhq_api.cpp using Plan A...
Hunk #1 succeeded at 132.
done
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-src_oldreader__api.cpp
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-src_oldreader__api.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_oldreader__api.cpp,v 1.1 2019/07/02 07:37:54 nia Exp $
|
|Update for newer json-c API.
|
|https://github.com/json-c/json-c/issues/304
|
|--- src/oldreader_api.cpp.orig	2015-02-19 10:56:59.000000000 +0000
|+++ src/oldreader_api.cpp
--------------------------
Patching file src/oldreader_api.cpp using Plan A...
Hunk #1 succeeded at 134.
done
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-src_ttrss__api.cpp
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-src_ttrss__api.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_ttrss__api.cpp,v 1.1 2019/07/02 07:37:54 nia Exp $
|
|Update for newer json-c API.
|
|https://github.com/json-c/json-c/issues/304
|
|--- src/ttrss_api.cpp.orig	2015-02-19 10:56:59.000000000 +0000
|+++ src/ttrss_api.cpp
--------------------------
Patching file src/ttrss_api.cpp using Plan A...
Hunk #1 succeeded at 113.
done
=> Verifying /tree/pkgsrc/news/newsbeuter/patches/patch-src_utils.cpp
=> Applying pkgsrc patch /tree/pkgsrc/news/newsbeuter/patches/patch-src_utils.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_utils.cpp,v 1.1 2021/12/20 07:19:42 nia Exp $
|
|Adapt to NetBSD iconv prototype change.
|
|--- src/utils.cpp.orig	2015-02-19 10:56:59.000000000 +0000
|+++ src/utils.cpp
--------------------------
Patching file src/utils.cpp using Plan A...
Hunk #1 succeeded at 37.
Hunk #2 succeeded at 283.
done
===> Creating toolchain wrappers for newsbeuter-2.9nb39
===> Configuring for newsbeuter-2.9nb39
=> Generating pkg-config files for builtin xz package.
=> Replacing Perl interpreter in txt2h.pl.
=> Checking for portability problems in extracted files