=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 fceu-0.98.13.src.tar.bz2 => Checksum RMD160 OK for fceu-0.98.13.src.tar.bz2 => Checksum SHA512 OK for fceu-0.98.13.src.tar.bz2 ===> Installing dependencies for fceu-0.98.13nb4 => Tool dependency checkperms>=1.1: found checkperms-1.11nb1 => Build dependency dri2proto>=2.1: found dri2proto-2.8 => Build dependency dri3proto>=1.0: found dri3proto-1.0 => Build dependency xproto>=7.0.9: found xproto-7.0.31 => Build dependency presentproto>=1.0: found presentproto-1.1 => Build dependency glproto>=1.4.11: found glproto-1.4.17 => Build dependency damageproto>=1.1.0: found damageproto-1.2.1 => Build dependency fixesproto>=4.0.0: found fixesproto-5.0 => Build dependency xextproto>=7.0.99.1: found xextproto-7.3.0 => Build dependency inputproto>=1.4: found inputproto-2.3.2 => Build dependency kbproto>=1.0.2: found kbproto-1.0.7 => Build dependency xcb-proto>=1.4: found xcb-proto-1.12 => Build dependency xf86vidmodeproto>=2.3: found xf86vidmodeproto-2.3.1 => Build dependency xf86driproto>=2.0.3: found xf86driproto-2.1.1nb1 => Build dependency renderproto>=0.9.3nb1: found renderproto-0.11.1 => Build dependency randrproto>=1.4: found randrproto-1.5.0 => Build dependency cwrappers>=20150314: found cwrappers-20170112 => Full dependency SDL>=1.2.15nb17: found SDL-1.2.15nb20 ===> Overriding tools for fceu-0.98.13nb4 ===> Extracting for fceu-0.98.13nb4 ===> Patching for fceu-0.98.13nb4 => Applying pkgsrc patches for fceu-0.98.13nb4 => Verifying /data/pkgsrc/emulators/fceu/patches/patch-aa => Applying pkgsrc patch /data/pkgsrc/emulators/fceu/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.3 2005/10/30 11:47:56 wiz Exp $ | |Make default keys match documentation. |Also, add settings for joystick. | |--- src/drivers/pc/input.c.orig 2004-09-11 10:04:33.000000000 +0200 |+++ src/drivers/pc/input.c -------------------------- Patching file src/drivers/pc/input.c using Plan A... Hunk #1 succeeded at 276. Hunk #2 succeeded at 288. done => Verifying /data/pkgsrc/emulators/fceu/patches/patch-ac => Applying pkgsrc patch /data/pkgsrc/emulators/fceu/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.1.1.1 2004/07/19 18:37:15 wiz Exp $ | |NetBSD's zlib.h does not define OF(). | |--- src/unzip.h.orig 2004-01-21 21:50:00.000000000 +0100 |+++ src/unzip.h -------------------------- Patching file src/unzip.h using Plan A... Hunk #1 succeeded at 58. done => Verifying /data/pkgsrc/emulators/fceu/patches/patch-af => Applying pkgsrc patch /data/pkgsrc/emulators/fceu/patches/patch-af Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-af,v 1.1 2005/10/30 11:47:56 wiz Exp $ | |Fix display and sync on sound. Ignore NoWaiting and the rest for now. | |--- src/drivers/pc/main.c.orig 2004-09-16 04:55:00.000000000 +0200 |+++ src/drivers/pc/main.c -------------------------- Patching file src/drivers/pc/main.c using Plan A... Hunk #1 succeeded at 466. Hunk #2 succeeded at 511. done => Verifying /data/pkgsrc/emulators/fceu/patches/patch-ah => Applying pkgsrc patch /data/pkgsrc/emulators/fceu/patches/patch-ah Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ah,v 1.1 2005/10/30 11:47:56 wiz Exp $ | |--- configure.orig 2004-09-16 05:31:55.000000000 +0200 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 308. Hunk #2 succeeded at 5130. Hunk #3 succeeded at 5581. Hunk #4 succeeded at 6173. done => Adjusting sound device path. ===> Creating toolchain wrappers for fceu-0.98.13nb4 src=/usr/pkg/lib/pkgconfig/fixesproto.pc dst=/data/scratch/emulators/fceu/work/.buildlink/lib/pkgconfig/fixesext.pc; /bin/mkdir -p /data/scratch/emulators/fceu/work/.buildlink/lib/pkgconfig; if test -f ${src}; then /bin/ln -sf ${src} ${dst}; fi ===> Configuring for fceu-0.98.13nb4 => 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 => Fixing locale directory references. INFO: [subst.mk:pkglocaledir] Nothing changed in ./Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./src/Makefile.in. INFO: [subst.mk:pkglocaledir] Nothing changed in ./src/mappers/Makefile.in. => Checking for portability problems in extracted files checking build system type... x86_64--netbsd checking host system type... x86_64--netbsd checking target system type... x86_64--netbsd checking for a BSD-compatible install... /usr/bin/install -c -o pbulkXXX -g users checking whether build environment is sane... yes checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking for x86_64--netbsd-gcc... clang checking for C compiler default output... 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 clang accepts -g... yes checking for clang option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of clang... gcc3 checking how to run the C preprocessor... clang -E checking whether clang and cc understand -c and -o together... yes checking for x86_64--netbsd-g++... clang++ checking whether we are using the GNU C++ compiler... no checking whether clang++ accepts -g... no checking dependency style of clang++... none checking how to run the C++ preprocessor... clang-cpp checking for a BSD-compatible install... /usr/bin/install -c -o pbulkXXX -g users checking for asprintf... yes checking for zlibVersion in -lz... yes 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 sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for sdl-config... /usr/pkg/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking whether byte ordering is bigendian... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile.