+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fceu-0.98.13nb4/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fceu-0.98.13nb4/work.log
=> Checksum BLAKE2s 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 cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency SDL>=1.2.15nb17: found SDL-1.2.15nb43
=> Full dependency zlib>=1.2.3: found zlib-1.3.1
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.17.0nb4
=> Build dependency xorgproto>=2016.1: found xorgproto-2024.1
=> Full dependency MesaLib>=3.4.2: found MesaLib-21.3.9nb4
=> Full dependency glu>=6.0: found glu-9.0.3
=> Full dependency libiconv>=1.9.1: found libiconv-1.17
=> Full dependency libICE>=0.99.1: found libICE-1.1.2
=> Full dependency libSM>=0.99.2: found libSM-1.2.5
=> Full dependency libX11>=1.1: found libX11-1.8.10
=> Full dependency libXau>=1.0: found libXau-1.0.12
=> Full dependency libXdamage>=1.0.3: found libXdamage-1.1.6
=> Full dependency libXdmcp>=0.99: found libXdmcp-1.1.5
=> Full dependency libXext>=0.99.0: found libXext-1.3.6
=> Full dependency libXfixes>=4.0.1: found libXfixes-6.0.1
=> Full dependency libXrandr>=1.1.2: found libXrandr-1.5.4
=> Full dependency libXrender>=0.9.2: found libXrender-0.9.12
=> Full dependency libXt>=1.0.0: found libXt-1.3.1
=> Full dependency libXxf86vm>=1.1.0: found libXxf86vm-1.1.6
=> Full dependency libdrm>=2.4.15: found libdrm-2.4.124
=> Full dependency libxcb>=1.6: found libxcb-1.17.0
=> Full dependency libxshmfence>=1.2: found libxshmfence-1.3.3
===> 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/jenkins/workspace/pkgsrc-upstream-trunk/emulators/fceu/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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/jenkins/workspace/pkgsrc-upstream-trunk/emulators/fceu/patches/patch-ac
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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/jenkins/workspace/pkgsrc-upstream-trunk/emulators/fceu/patches/patch-af
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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/jenkins/workspace/pkgsrc-upstream-trunk/emulators/fceu/patches/patch-ah
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/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
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/fceu/patches/patch-src_drivers_common_hq3x.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/fceu/patches/patch-src_drivers_common_hq3x.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_drivers_common_hq3x.c,v 1.1 2024/04/29 07:52:16 nia Exp $
|
|Make these functions static and let the compiler make decisions about
|inlining.  Fixes linking problems when built with modern GCC.
|
|--- src/drivers/common/hq3x.c.orig	2024-04-15 16:53:41.787889567 +0000
|+++ src/drivers/common/hq3x.c
--------------------------
Patching file src/drivers/common/hq3x.c using Plan A...
Hunk #1 succeeded at 33.
Hunk #2 succeeded at 51.
Hunk #3 succeeded at 59.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/fceu/patches/patch-src_file.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/fceu/patches/patch-src_file.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_file.c,v 1.1 2017/02/14 21:29:39 joerg Exp $
|
|Newer zlib expects gzgetc argument to be correctly typed.
|
|--- src/file.c.orig	2017-02-09 16:51:34.243801811 +0000
|+++ src/file.c
--------------------------
Patching file src/file.c using Plan A...
Hunk #1 succeeded at 154.
Hunk #2 succeeded at 529.
Hunk #3 succeeded at 549.
done
===> Creating toolchain wrappers for fceu-0.98.13nb4
===> Configuring for fceu-0.98.13nb4
=> Adjusting sound device path.
=> 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-sun-solaris2.11
checking host system type... x86_64-sun-solaris2.11
checking target system type... x86_64-sun-solaris2.11
checking for a BSD-compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk
checking whether build environment is sane... yes
checking for gawk... /usr/bin/nawk
checking whether make sets $(MAKE)... yes
checking for x86_64-sun-solaris2.11-gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for x86_64-sun-solaris2.11-g++... g++
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... cpp
checking for a BSD-compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk
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... /opt/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.