=> Bootstrap dependency digest>=20010302: found digest-20180917 => Checksum SHA1 OK for libpng-1.6.36.tar.xz => Checksum RMD160 OK for libpng-1.6.36.tar.xz => Checksum SHA512 OK for libpng-1.6.36.tar.xz ===> Installing dependencies for png-1.6.36 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for png-1.6.36 ===> Extracting for png-1.6.36 ===> Patching for png-1.6.36 => Applying pkgsrc patches for png-1.6.36 => Verifying /usr/pkgsrc/graphics/png/patches/patch-pngpriv.h => Applying pkgsrc patch /usr/pkgsrc/graphics/png/patches/patch-pngpriv.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-pngpriv.h,v 1.1 2017/07/05 04:59:16 maya Exp $ | |Don't typedef types when included by assembler files | |--- pngpriv.h.orig 2017-06-28 18:46:03.000000000 +0000 |+++ pngpriv.h -------------------------- Patching file pngpriv.h using Plan A... Hunk #1 succeeded at 490 (offset 26 lines). done ===> Creating toolchain wrappers for png-1.6.36 ===> Configuring for png-1.6.36 => Adding rpath to libpng-config => 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 => Adding run-time search paths to pkg-config files. => Checking for portability problems in extracted files checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for vax--netbsdelf-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking dependency style of gcc... gcc3 checking build system type... vax--netbsdelf checking host system type... vax--netbsdelf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... /usr/bin/grep -F checking how to print strings... printf checking for ld used by gcc... /tmp/pkgbuild/graphics/png/work/.cwrapper/bin/ld checking if the linker (/tmp/pkgbuild/graphics/png/work/.cwrapper/bin/ld) is GNU ld... yes checking how to run the C preprocessor... gcc -E checking for gawk... (cached) /usr/bin/awk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 262144 checking how to convert vax--netbsdelf file names to vax--netbsdelf format... func_convert_file_noop checking how to convert vax--netbsdelf file names to toolchain format... func_convert_file_noop checking for /tmp/pkgbuild/graphics/png/work/.cwrapper/bin/ld option to reload object files... -r checking for vax--netbsdelf-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ checking for vax--netbsdelf-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for vax--netbsdelf-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for vax--netbsdelf-strip... no checking for strip... strip checking for vax--netbsdelf-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for vax--netbsdelf-mt... no checking for mt... mt checking if mt is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/tmp/pkgbuild/graphics/png/work/.cwrapper/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory no checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking that AWK works... ok checking if we need to force back C standard to C89... no checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for C/C++ restrict keyword... __restrict checking for working strtod... yes checking for pow...