=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
=> Checksum BLAKE2s OK for dmalloc-5.5.2.tgz
=> Checksum SHA512 OK for dmalloc-5.5.2.tgz
===> Installing dependencies for dmalloc-5.5.2
=> Tool dependency bsdtar-[0-9]*: found bsdtar-3.4.3
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
===> 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 dmalloc-5.5.2
===> Extracting for dmalloc-5.5.2
===> Patching for dmalloc-5.5.2
=> Applying pkgsrc patches for dmalloc-5.5.2
=> Verifying /tree/pkgsrc/devel/dmalloc/patches/patch-aa
=> Applying pkgsrc patch /tree/pkgsrc/devel/dmalloc/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.3 2010/02/11 18:35:07 drochner Exp $
|
|--- Makefile.in.orig	2007-05-14 17:26:14.000000000 +0000
|+++ Makefile.in
--------------------------
Patching file Makefile.in using Plan A...
Hunk #1 succeeded at 257.
Hunk #2 succeeded at 270.
Hunk #3 succeeded at 279.
Hunk #4 succeeded at 288.
done
===> Creating toolchain wrappers for dmalloc-5.5.2
===> Configuring for dmalloc-5.5.2
=> 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
=> Checking for portability problems in extracted files
configure: configurations for the dmalloc library
configure: build utilities
checking for i486--netbsdelf-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for i486--netbsdelf-g++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
configure: WARNING: could not find C++ compiler c++
checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users
checking for i486--netbsdelf-ranlib... no
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking shared library link args... ld -shared --whole-archive -soname $@ -o $@.t
checking shared library extension... so
checking C++ support... disabled
checking thread support... enabled
checking shlib support... enabled
checking for size_t... yes
checking dmalloc size unsigned... yes
checking strdup macro... no
checking for mprotect... yes
checking mprotect works... yes
configure: important functionality
checking for mmap... yes
checking for sbrk... yes
checking mmap usage... yes
checking for getpagesize... yes
checking basic-block size... 12
checking for long... yes
checking size of long... 4
checking data-alignment size... 8
checking for abort... yes
checking abort safe... yes
checking return type of signal handlers... void
checking signal works... checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
yes
checking for getenv... yes
checking getenv safe... yes
checking sys/cygwin.h usability... no
checking sys/cygwin.h presence... no
checking for sys/cygwin.h... no
checking w32api/windef.h usability... no
checking w32api/windef.h presence... no
checking for w32api/windef.h... no
checking for w32api/winbase.h... no
checking for GetEnvironmentVariableA... no
checking constructor attribute... yes
checking destructor attribute... yes
checking return.h macros work... yes
checking if ident works... yes
configure: pthread particulars
checking for library containing pthread_mutex_init... -lpthread
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthreads.h usability... no
checking pthreads.h presence... no
checking for pthreads.h... no
checking for pthread_mutex_init... yes
checking for pthread_mutex_lock... yes
checking for pthread_mutex_unlock... yes
checking pthread mutex type... pthread_mutex_t
checking pthread attribute initialization... 0
configure: functions
checking for atexit... yes
checking for on_exit... no
checking for fork... yes
checking for gethostname... yes
checking for getpid... yes
checking for getuid... yes
checking for time... yes
checking for ctime... yes
checking for vprintf... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for recalloc... no
checking for memalign... no
checking for valloc... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for strchr... yes
checking for strrchr... yes
checking for strlen... yes
checking for strcmp... yes
checking for strcpy... yes
checking for strsep... yes
configure: various functions for argv files
checking for atoi... yes
checking for atol... yes
checking for getenv... (cached) yes
checking for strchr... (cached) yes
checking for strcmp... (cached) yes
checking for strcpy... (cached) yes
checking for strlen... (cached) yes
checking for strncmp... yes
checking for strncpy... yes
checking for strsep... (cached) yes
configure: various functions for argument checking
checking for atoi... (cached) yes
checking for atol... (cached) yes
checking for bcmp... yes
checking for bcopy... yes
checking for bzero... yes
checking for index... yes
checking for memccpy... yes
checking for memchr... yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for rindex... yes
checking for strcasecmp... yes
checking for strcat... yes
checking for strchr... (cached) yes
checking for strcmp... (cached) yes
checking for strcpy... (cached) yes
checking for strcspn... yes
checking for strlen... (cached) yes
checking for strncasecmp... yes
checking for strncat... yes
checking for strncmp... (cached) yes
checking for strncpy... (cached) yes
checking for strpbrk... yes
checking for strrchr... (cached) yes
checking for strspn... yes
checking for strstr... yes
checking for strtok... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf.h
config.status: executing dmalloc.h.2 commands
config.status: executing settings.h commands
configure: 
configure: Please check-out Makefile and conf.h to make sure that
configure: sane configuration values were a result.
configure: 
configure: You may want to change values in settings.h before
configure: running 'make'.
configure: 
configure: To run the basic library tests, you can execute:
configure:   make light
configure: or
configure:   make heavy
configure: