+ 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/xbeeb-0.4.1nb3/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xbeeb-0.4.1nb3/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. => Checksum BLAKE2s OK for xbeeb-0.4.1.tgz => Checksum SHA512 OK for xbeeb-0.4.1.tgz ===> Installing dependencies for xbeeb-0.4.1nb3 ========================================================================== The supported build options for xbeeb are: mitshm xbeeb-roms You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.xbeeb (not defined) ========================================================================== => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency bdftopcf-[0-9]*: found bdftopcf-1.1.1 => Tool dependency imake-[0-9]*: found imake-1.0.9 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency xorgproto>=2016.1: found xorgproto-2023.2 => Build dependency xcb-proto>=1.4: found xcb-proto-1.15.2nb2 => Full dependency encodings-[0-9]*: found encodings-1.0.7 => Full dependency mkfontscale>=1.2: found mkfontscale-1.2.2nb1 => Full dependency libXext>=0.99.0: found libXext-1.3.5 => Full dependency libX11>=1.1: found libX11-1.8.6 ===> Overriding tools for xbeeb-0.4.1nb3 ===> Extracting for xbeeb-0.4.1nb3 ===> Patching for xbeeb-0.4.1nb3 => Applying pkgsrc patches for xbeeb-0.4.1nb3 => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ab => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.3 2006/06/17 06:37:55 dsainty Exp $ | |Make sure ioctl() gets a third dummy argument, for the three argument macro |defined in the NetBSD OSS emulation soundcard.h. | |rand() is too weak to generate quality white noise, use random() instead. | |--- src/SoundOSS.c.orig 2002-01-16 04:46:43.000000000 +1300 |+++ src/SoundOSS.c 2006-06-03 18:25:08.000000000 +1200 -------------------------- Patching file src/SoundOSS.c using Plan A... Hunk #1 succeeded at 106. Hunk #2 succeeded at 328. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ac => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/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 2000/05/22 22:13:12 skrll Exp $ | |--- src/Memory.c.orig Sat Oct 12 16:03:26 1996 |+++ src/Memory.c Sun May 21 21:22:13 2000 -------------------------- Patching file src/Memory.c using Plan A... Hunk #1 succeeded at 268 (offset 14 lines). done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ad => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ad,v 1.2 2006/06/13 13:24:36 dsainty Exp $ | |The R65C02 is a generally more capable processor than the M6502, and a BBC B |can run almost all software with a R65C02 replacing its standard CPU. In |addition, the R65C02 allows running some software intended for the Master |series of microcomputer, making the R65C02 the more interesting CPU to |emulate. | |Since patch-ac modifies the OS1.2.rom on the fly, it is no longer necessary to |patch the ROM externally for EMUL_FS, so keep OS_ROM the same. | |--- src/Config.h.orig 2002-01-16 04:46:43.000000000 +1300 |+++ src/Config.h 2006-06-04 12:44:23.000000000 +1200 -------------------------- Patching file src/Config.h using Plan A... Hunk #1 succeeded at 290. Hunk #2 succeeded at 344. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ae => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ae Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ae,v 1.1 2006/06/13 13:24:36 dsainty Exp $ | |Don't fail if the display has multiple visuals. Just default to the default |one and don't concern ourselves with the others. | |Check if MIT-SHM is available before trying XShmQueryVersion(), since |XShmQueryVersion() will abort outright if MIT-SHM isn't available. | |--- src/Screen.c.orig 2002-01-16 04:46:43.000000000 +1300 |+++ src/Screen.c 2006-06-03 19:08:48.000000000 +1200 -------------------------- Patching file src/Screen.c using Plan A... Hunk #1 succeeded at 286. Hunk #2 succeeded at 376. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-af => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-af Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-af,v 1.1 2006/06/13 13:24:36 dsainty Exp $ | |Remove use of non-standard "a" modifier in scanf format. Under non-Linux |systems it is more likely to just core. | |--- src/InfFS.c.orig 2002-01-16 04:46:43.000000000 +1300 |+++ src/InfFS.c 2006-06-04 13:36:52.000000000 +1200 -------------------------- Patching file src/InfFS.c using Plan A... Hunk #1 succeeded at 1516. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ag => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-ag Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ag,v 1.1 2006/09/21 21:47:32 dsainty Exp $ | |Fix build under gcc 4.1.2, which catches an extern Vs static inconsistency. | |--- src/VideoUla.h.orig 2002-01-16 04:46:43.000000000 +1300 |+++ src/VideoUla.h 2006-09-22 01:06:05.000000000 +1200 -------------------------- Patching file src/VideoUla.h using Plan A... Hunk #1 succeeded at 88. done => Verifying /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-src_Screen_h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/patches/patch-src_Screen_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_Screen_h,v 1.1 2011/10/03 04:45:40 dholland Exp $ | |Since this wants to know about the private symbol used by Xlib.h as an |include guard, make sure it knows about both forms. | |--- src/Screen.h~ 2002-01-15 15:46:43.000000000 +0000 |+++ src/Screen.h -------------------------- Patching file src/Screen.h using Plan A... Hunk #1 succeeded at 92. done sed -e 's+@XBEEBROOT@+share/xbeeb+g' -e 's+@PREFIX@+/usr/pkg+g' /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/xbeeb/files/xbeeb.1 > /home/pbulk/build/emulators/xbeeb/work/xbeeb.1 ===> Creating toolchain wrappers for xbeeb-0.4.1nb3 ===> Configuring for xbeeb-0.4.1nb3 => Adjusting XBEEBROOT path => Adjusting sound device path => Disabling MIT-SHM => Linking OSS library => Checking for portability problems in extracted files cd /home/pbulk/build/emulators/xbeeb/work/xbeeb-0.4.1/src && xmkmf