+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/py312-uvloop-0.19.0/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/py312-uvloop-0.19.0/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for uvloop-0.19.0.tar.gz
=> Checksum SHA512 OK for uvloop-0.19.0.tar.gz
===> Installing dependencies for py312-uvloop-0.19.0
==========================================================================
The following variables will affect the build process of this package,
py312-uvloop-0.19.0.  Their current value is shown below:

        * PYTHON_VERSION_DEFAULT = 311

Based on these variables, the following variables have been set:

        * PYPACKAGE = python312

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/usr/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency py312-setuptools-[0-9]*: found py312-setuptools-71.1.0
=> Tool dependency mktools-[0-9]*: found mktools-20220614
=> Tool dependency nbpatch-[0-9]*: found nbpatch-20151107
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency libuv>=1.43.0: found libuv-1.48.0
=> Full dependency python312>=3.12: found python312-3.12.4
===> Overriding tools for py312-uvloop-0.19.0
===> Extracting for py312-uvloop-0.19.0
===> Patching for py312-uvloop-0.19.0
=> Applying pkgsrc patches for py312-uvloop-0.19.0
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/py-uvloop/patches/patch-setup.py
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/py-uvloop/patches/patch-setup.py
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-setup.py,v 1.7 2023/10/18 08:57:11 adam Exp $
|
|Use system libuv (--use-system-libuv option does not work for 'install').
|
|--- setup.py.orig	2023-10-13 15:49:42.000000000 +0000
|+++ setup.py
--------------------------
Patching file setup.py using Plan A...
Hunk #1 succeeded at 83.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/py-uvloop/patches/patch-uvloop_loop.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/py-uvloop/patches/patch-uvloop_loop.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-uvloop_loop.c,v 1.1 2022/04/25 21:46:50 tnn Exp $
|
|If SO_REUSEPORT is not defined, then use SO_REUSEADDR.
|This is ugly, but should be safe: the code won't be reached because
|has_REUSEPORT is false at run-time.
|Patching this way is 100% a hack and not upstreamable,
|but it avoids re-cythonizing the package.
|
|--- uvloop/loop.c.orig	2021-08-10 19:05:48.000000000 +0000
|+++ uvloop/loop.c
--------------------------
Patching file uvloop/loop.c using Plan A...
Hunk #1 succeeded at 15.
done
===> Creating toolchain wrappers for py312-uvloop-0.19.0
===> Configuring for py312-uvloop-0.19.0
=> Checking for portability problems in extracted files