+ 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/parpd-1.7nb1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/parpd-1.7nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for parpd-1.7.tar.xz
=> Checksum SHA512 OK for parpd-1.7.tar.xz
===> Installing dependencies for parpd-1.7nb1
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
===> Overriding tools for parpd-1.7nb1
===> Extracting for parpd-1.7nb1
===> Patching for parpd-1.7nb1
=> Applying pkgsrc patches for parpd-1.7nb1
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/net/parpd/patches/patch-parpd.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/net/parpd/patches/patch-parpd.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-parpd.c,v 1.1 2017/06/26 09:59:16 manu Exp $
|
|Submitted upstream as https://dev.marples.name/T127
|
|From 63d9d122d83dc358c6180d52187026f099ab6389 Mon Sep 17 00:00:00 2001
|From: Emmanuel Dreyfus <manu@netbsd.org>
|Date: Mon, 26 Jun 2017 11:38:39 +0200
|Subject: [PATCH] Fix kqueue usage when forking in the background
|
|NetBSD's kqueue(2) man page says "The queue is not inherited by a
|child created with fork(2)", which means the poll_fd needs to be
|reopen after forking in the background.
|
|This is done by calling eloop_requeue() after daemon().
|---
| parpd.c | 14 +++++++++++---
| 1 file changed, 11 insertions(+), 3 deletions(-)
|
|diff --git parpd.c parpd.c
|index a178696..dbf26c4 100644
|--- parpd.c
|+++ parpd.c
--------------------------
Patching file parpd.c using Plan A...
Hunk #1 succeeded at 718.
Hmm...  Ignoring the trailing garbage.
done
===> Creating toolchain wrappers for parpd-1.7nb1
===> Configuring for parpd-1.7nb1
=> Checking for portability problems in extracted files