+ 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/ffproxy-1.6nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ffproxy-1.6nb1/work.log
=> Checksum BLAKE2s OK for ffproxy-1.6.tar.gz
=> Checksum SHA512 OK for ffproxy-1.6.tar.gz
===> Installing dependencies for ffproxy-1.6nb1
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
===> Overriding tools for ffproxy-1.6nb1
===> Extracting for ffproxy-1.6nb1
===> Patching for ffproxy-1.6nb1
=> Applying pkgsrc patches for ffproxy-1.6nb1
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ffproxy/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ffproxy/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.2 2011/09/12 16:46:45 taca Exp $
|
|Stop installing configuration which handled by pkgsrc's pkginstall framework.
|
|--- Makefile.in.orig	2006-01-05 11:50:45.000000000 -0700
|+++ Makefile.in	2006-01-05 11:51:59.000000000 -0700
--------------------------
Patching file Makefile.in using Plan A...
Hunk #1 succeeded at 62.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ffproxy/patches/patch-ab
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ffproxy/patches/patch-ab
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ab,v 1.2 2011/09/12 16:46:45 taca Exp $
|
|* Avoid using function name "getline" which conflict with system
|  defined one.
|* Fix parameter to setsockopt(2).
|
|--- request.c.orig	2004-12-31 17:59:54.000000000 +0900
|+++ request.c	2010-01-29 16:46:16.000000000 +0900
--------------------------
Patching file request.c using Plan A...
Hunk #1 succeeded at 49.
Hunk #2 succeeded at 63.
Hunk #3 succeeded at 189.
Hunk #4 succeeded at 228.
Hunk #5 succeeded at 288.
Hunk #6 succeeded at 371.
Hunk #7 succeeded at 493.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ffproxy/patches/patch-ac
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/ffproxy/patches/patch-ac
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ac,v 1.2 2011/09/12 16:46:45 taca Exp $
|
|* Fix parameter to setsockopt(2).
|
|--- socket.c.orig	2008-10-16 22:22:57.000000000 +0200
|+++ socket.c	2008-10-16 22:23:42.000000000 +0200
--------------------------
Patching file socket.c using Plan A...
Hunk #1 succeeded at 64.
Hunk #2 succeeded at 108.
done
===> Creating toolchain wrappers for ffproxy-1.6nb1
===> Configuring for ffproxy-1.6nb1
=> 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
checking for x86_64-sun-solaris2.11-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 a BSD-compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk
checking for gethostbyname in -lnsl... yes
checking for connect in -lsocket... 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/wait.h that is POSIX.1 compatible... 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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for dup2... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for regcomp... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strncasecmp... yes
checking for daemon... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating configure.h