+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cfs-1.5.0bnb1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cfs-1.5.0bnb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
=> Checksum BLAKE2s OK for cfs-1.5.0.beta.tar.gz
=> Checksum SHA512 OK for cfs-1.5.0.beta.tar.gz
===> Installing dependencies for cfs-1.5.0bnb1
=> 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
===> Overriding tools for cfs-1.5.0bnb1
===> Extracting for cfs-1.5.0bnb1
===> Patching for cfs-1.5.0bnb1
=> Applying pkgsrc patches for cfs-1.5.0bnb1
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-aa
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-aa
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-aa,v 1.8 2023/03/11 01:54:01 gdt Exp $
|
|Add stanza for modern NetBSD.  \todo Send upstream.
|
|Adjust Makefile for pkgsrc norms:
|
|  - Use PREFIX
|  - Comment out FreeBSD
|  - Uncomment the "fail if not configured" line
|  - Change installation to use INSTALL_PROGRAM
|    \todo Evaluate PROGRAM vs SCRIPT; this is carried from before.
|
|--- Makefile.orig	2022-12-19 22:46:57.638664951 +0000
|+++ Makefile
--------------------------
Patching file Makefile using Plan A...
Hunk #1 succeeded at 48.
Hunk #2 succeeded at 189.
Hunk #3 succeeded at 206.
Hunk #4 succeeded at 352.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-ab
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-ab
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-ab,v 1.5 2023/03/11 01:54:01 gdt Exp $
|
|Part of not using internal getpassword.
|
|--- getpass.c.orig	2013-05-15 16:50:30.000000000 +0000
|+++ getpass.c
--------------------------
Patching file getpass.c using Plan A...
Hunk #1 succeeded at 44.
Hunk #2 succeeded at 93.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-af
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-af
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-af,v 1.4 2023/03/11 01:54:01 gdt Exp $
|
|\todo Understand and probably delete.  First hunk is carried over from
|before without adequate thought.  Second hunk appears to be declaring
|things declared elsewhere.
|
|--- cfs.h.orig	2013-05-15 16:50:30.000000000 +0000
|+++ cfs.h
--------------------------
Patching file cfs.h using Plan A...
Hunk #1 succeeded at 22.
Hunk #2 succeeded at 224.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-cfs__attach.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-cfs__attach.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cfs__attach.c,v 1.2 2023/03/11 01:54:01 gdt Exp $
|
|For NetBSD, use statvfs.
|
|\todo Send upstream.
|
|--- cattach.c.orig	2013-05-15 16:50:30.000000000 +0000
|+++ cattach.c
--------------------------
Patching file cattach.c using Plan A...
Hunk #1 succeeded at 59.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-cfs__fh.c
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-cfs__fh.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cfs__fh.c,v 1.2 2023/03/11 01:54:01 gdt Exp $
|
|If a file was opened for reading, do not open the ciphertext in RW
|mode.  While in many filesystems, opening a file for writing and not
|writing does not result in a modification, coda does a writeback in
|that case.  Plus, as a general matter, reads should only lead to
|reads.  Details available at
|  https://gnats.netbsd.org/28479
|
|\todo File and discuss upstream.
|
|--- cfs_fh.c.orig	2013-05-15 16:50:30.000000000 +0000
|+++ cfs_fh.c
--------------------------
Patching file cfs_fh.c using Plan A...
Hunk #1 succeeded at 492.
done
=> Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-getpass.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/security/cfs/patches/patch-getpass.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-getpass.h,v 1.1 2022/12/19 23:18:37 gdt Exp $
|
|See scheme in pkgsrc Makefile to use getpass rather than cfs's getpassword.
|
|The entire scheme needs discussion with upstream.
|
|--- getpass.h.orig	2022-12-19 22:34:48.546071775 +0000
|+++ getpass.h
--------------------------
Patching file getpass.h using Plan A...
Hunk #1 succeeded at 4.
done
===> Creating toolchain wrappers for cfs-1.5.0bnb1
===> Configuring for cfs-1.5.0bnb1
=> Checking for portability problems in extracted files