=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk", "configure", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] => Checksum BLAKE2s OK for xfrisk-1.2.tar.gz => Checksum SHA512 OK for xfrisk-1.2.tar.gz ===> Installing dependencies for xfrisk-1.2nb9 ========================================================================== The following variables will affect the build process of this package, xfrisk-1.2nb9. Their current value is shown below: * XAW_TYPE = 3d 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 `/opt/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency gmake>=3.81: found gmake-4.4.1 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency libXaw3d>=1.6.2: found libXaw3d-1.6.6 => Build dependency xcb-proto>=1.4: found xcb-proto-1.17.0nb6 => Build dependency xorgproto>=2016.1: found xorgproto-2025.1 => Full dependency libICE>=0.99.1: found libICE-1.1.2 => Full dependency libSM>=0.99.2: found libSM-1.2.6 => Full dependency libX11>=1.1: found libX11-1.8.13 => Full dependency libXau>=1.0: found libXau-1.0.12 => Full dependency libXdmcp>=0.99: found libXdmcp-1.1.5 => Full dependency libXext>=0.99.0: found libXext-1.3.7 => Full dependency libXmu>=1.0.0: found libXmu-1.3.1 => Full dependency libXt>=1.0.0: found libXt-1.3.1 => Full dependency libxcb>=1.6: found libxcb-1.17.0 ===> Overriding tools for xfrisk-1.2nb9 ===> Extracting for xfrisk-1.2nb9 ===> Patching for xfrisk-1.2nb9 => Applying pkgsrc patches for xfrisk-1.2nb9 => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-aa => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-aa Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aa,v 1.6 2013/01/15 16:21:34 morr Exp $ | |- take build configuration from inherited pkgsrc variables |- install under $(DESTDIR) | |--- Makefile.orig 2000-01-23 19:01:55.000000000 +0000 |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 55. Hunk #2 succeeded at 77. Hunk #3 succeeded at 106. Hunk #4 succeeded at 207. Hunk #5 succeeded at 224. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-ab => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.1 2009/05/23 15:02:42 dholland Exp $ | |This patch fixes some stuff that breaks if you compile with assertions |and debugging on. | |upstream: AFAIK upstream is currently comatose/dead | |--- findtypes.c~ 1999-11-13 16:58:31.000000000 -0500 |+++ findtypes.c 2007-11-02 14:49:44.000000000 -0400 -------------------------- Patching file findtypes.c using Plan A... Hunk #1 succeeded at 77. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-ac => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ac,v 1.1 2009/05/23 15:02:42 dholland Exp $ | |This patch fixes some stuff that breaks if you compile with assertions |and debugging on. | |upstream: AFAIK upstream is currently comatose/dead | |--- viewStats.c~ 2000-01-16 13:47:02.000000000 -0500 |+++ viewStats.c 2007-11-02 14:58:28.000000000 -0400 -------------------------- Patching file viewStats.c using Plan A... Hunk #1 succeeded at 632. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-ad => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-ad Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ad,v 1.1 2009/05/23 15:02:42 dholland Exp $ | |This patch fixes at least one set of "Bogus call to CARDS_RenderCard" |problems - the problem being that if the card deck ran out, the server |would start handing out card -1. | |I don't know if this is the same problem we used to see back in the |day or a different one. | |upstream: AFAIK upstream is currently comatose/dead | |--- server.c~ 2000-01-02 17:52:17.000000000 -0500 |+++ server.c 2007-11-02 15:33:03.000000000 -0400 -------------------------- Patching file server.c using Plan A... Hunk #1 succeeded at 427. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-ae => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-ae Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ae,v 1.1 2010/11/13 00:08:56 dholland Exp $ | |Fix crash on 64-bit platforms. (Pixel is an X typedef for "long".) | |--- registerPlayers.c~ 2000-01-10 22:47:41.000000000 +0000 |+++ registerPlayers.c -------------------------- Patching file registerPlayers.c using Plan A... Hunk #1 succeeded at 73. Hunk #2 succeeded at 645. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-aiClientMain.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-aiClientMain.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aiClientMain.c,v 1.1 2026/01/03 04:08:45 dholland Exp $ | |Silence pointer cast warnings. | |--- aiClientMain.c~ 1999-11-27 18:19:33.000000000 +0000 |+++ aiClientMain.c -------------------------- Patching file aiClientMain.c using Plan A... Hunk #1 succeeded at 349. Hunk #2 succeeded at 496. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-aiStubs.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-aiStubs.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-aiStubs.c,v 1.1 2026/01/03 04:08:45 dholland Exp $ | |Use standard headers. | |--- aiStubs.c~ 1999-11-13 21:58:30.000000000 +0000 |+++ aiStubs.c -------------------------- Patching file aiStubs.c using Plan A... Hunk #1 succeeded at 20. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-gui_c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-gui_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gui_c,v 1.1 2012/02/05 00:02:47 dholland Exp $ | |Fix LP64 bug (that only became a fatal crash with gcc 4.5) | |--- gui.c~ 2000-01-10 22:47:40.000000000 +0000 |+++ gui.c -------------------------- Patching file gui.c using Plan A... Hunk #1 succeeded at 701. done => Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-utils_c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/games/xfrisk/patches/patch-utils_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-utils_c,v 1.1 2014/05/11 02:19:04 dholland Exp $ | |Fall back to fixed if helvetica is missing, instead of croaking. | |--- utils.c~ 1999-11-13 21:58:32.000000000 +0000 |+++ utils.c -------------------------- Patching file utils.c using Plan A... Hunk #1 succeeded at 700. done ===> Creating toolchain wrappers for xfrisk-1.2nb9 [ ! -h /tmp/work/games/xfrisk/work/.buildlink/include/X11/Xaw ] && /usr/bin/mkdir -p /tmp/work/games/xfrisk/work/.buildlink/include/X11 && /usr/bin/ln -s Xaw3d /tmp/work/games/xfrisk/work/.buildlink/include/X11/Xaw ===> Configuring for xfrisk-1.2nb9 cd /tmp/work/games/xfrisk/work/.buildlink/include/X11 && ln -s Xaw3d Xaw => Checking for portability problems in extracted files