+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/WCMCommander-0.20.0nb5/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/WCMCommander-0.20.0nb5/work.log
WARNING: [license.mk] Every package should define a LICENSE.
WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead.
=> Checksum BLAKE2s OK for WCMCommander-0.20.0.tar.gz
=> Checksum SHA512 OK for WCMCommander-0.20.0.tar.gz
===> Installing dependencies for WCMCommander-0.20.0nb5
==========================================================================
The following variables will affect the build process of this package,
WCMCommander-0.20.0nb5.  Their current value is shown below:

        * SSLBASE (defined)
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /opt/local/etc/openssl/certs
        * SSLDIR = /opt/local/etc/openssl
        * SSLKEYS = /opt/local/etc/openssl/private

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/local/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency cmake>=3.18: found cmake-3.31.0
=> 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
=> Build dependency gcc13>=13.1.0: found gcc13-13.3.0
=> Full dependency freetype2>=2.13.2nb1: found freetype2-2.13.3
=> Full dependency gcc13-libs>=13.2.0: found gcc13-libs-13.3.0
=> Full dependency libX11>=1.1: found libX11-1.8.10
=> Full dependency libssh2>=1.11.0nb1: found libssh2-1.11.1
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.17.0nb3
=> Build dependency xorgproto>=2016.1: found xorgproto-2024.1
=> Full dependency brotli>=1.0.1: found brotli-1.1.0
=> Full dependency bzip2>=1.0.1: found bzip2-1.0.8
=> Full dependency libXau>=1.0: found libXau-1.0.11
=> Full dependency libXdmcp>=0.99: found libXdmcp-1.1.5
=> Full dependency libxcb>=1.6: found libxcb-1.17.0
=> Full dependency openssl>=1.1.1: found openssl-3.3.2
=> Full dependency png>=1.2.4: found png-1.6.44
=> Full dependency zlib>=1.1.4: found zlib-1.3.1
===> Overriding tools for WCMCommander-0.20.0nb5
===> Extracting for WCMCommander-0.20.0nb5
===> Patching for WCMCommander-0.20.0nb5
=> Applying pkgsrc patches for WCMCommander-0.20.0nb5
=> Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/WCMCommander/patches/patch-src_tcp__sock.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/WCMCommander/patches/patch-src_tcp__sock.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_tcp__sock.cpp,v 1.2 2015/09/08 13:21:46 wiz Exp $
|
|NetBSD does not have gethostbyname_r() either.
|https://github.com/corporateshark/WCMCommander/pull/509
|
|--- src/tcp_sock.cpp.orig	2015-04-24 21:50:22.000000000 +0000
|+++ src/tcp_sock.cpp
--------------------------
Patching file src/tcp_sock.cpp using Plan A...
Hunk #1 succeeded at 64.
done
=> Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/WCMCommander/patches/patch-src_vfs_vfs-sftp2.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/WCMCommander/patches/patch-src_vfs_vfs-sftp2.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_vfs_vfs-sftp2.cpp,v 1.1 2024/04/29 09:39:45 nia Exp $
|
|Fix building with modern C++ compilers.
|prompts[i].text is unsigned char *.
|
|--- src/vfs/vfs-sftp2.cpp.orig	2024-04-29 09:30:37.929308710 +0000
|+++ src/vfs/vfs-sftp2.cpp
--------------------------
Patching file src/vfs/vfs-sftp2.cpp using Plan A...
Hunk #1 succeeded at 187.
done
=> Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/WCMCommander/patches/patch-src_vfs_vfs.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/WCMCommander/patches/patch-src_vfs_vfs.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_vfs_vfs.cpp,v 1.2 2015/09/08 13:21:46 wiz Exp $
|
|Use BSD headers on NetBSD, and use statvfs (statfs was removed).
|https://github.com/corporateshark/WCMCommander/pull/509
|
|--- src/vfs/vfs.cpp.orig	2015-04-24 21:50:22.000000000 +0000
|+++ src/vfs/vfs.cpp
--------------------------
Patching file src/vfs/vfs.cpp using Plan A...
Hunk #1 succeeded at 1113.
done
=> Verifying /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/WCMCommander/patches/patch-src_wal_wal__sys__api.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/WCMCommander/patches/patch-src_wal_wal__sys__api.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_wal_wal__sys__api.cpp,v 1.2 2015/09/08 13:21:46 wiz Exp $
|
|Handle NetBSD like the other BSDs.
|https://github.com/corporateshark/WCMCommander/pull/509
|
|--- src/wal/wal_sys_api.cpp.orig	2015-04-24 21:50:22.000000000 +0000
|+++ src/wal/wal_sys_api.cpp
--------------------------
Patching file src/wal/wal_sys_api.cpp using Plan A...
Hunk #1 succeeded at 394.
done
===> Creating toolchain wrappers for WCMCommander-0.20.0nb5
===> Configuring for WCMCommander-0.20.0nb5
=> Fixing CMAKE_MODULE_PATH in CMakeLists.txt
CMake Warning (dev) at CMakeLists.txt:1 (PROJECT):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 13.3.0
-- The CXX compiler identification is GNU 13.3.0
CMake Warning (dev) at /opt/local/share/cmake-3.31/Modules/Platform/SunOS.cmake:20 (include):
  File /opt/local/share/cmake-3.31/Modules/Platform/SunOS.cmake includes
  /home/pbulk/build/sysutils/WCMCommander/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake
  (found via CMAKE_MODULE_PATH) which shadows
  /opt/local/share/cmake-3.31/Modules/Platform/UnixPaths.cmake.  This may
  cause errors later on .

  Policy CMP0017 is not set: Prefer files from the CMake module directory
  when including from there.  Run "cmake --help-policy CMP0017" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.
Call Stack (most recent call first):
  /opt/local/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake:32 (include)
  CMakeLists.txt:1 (PROJECT)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/sysutils/WCMCommander/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/pbulk/build/sysutils/WCMCommander/work/.cwrapper/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:2 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found X11: /home/pbulk/build/sysutils/WCMCommander/work/.buildlink/include
-- Looking for XOpenDisplay in /home/pbulk/build/sysutils/WCMCommander/work/.buildlink/lib/libX11.so
-- Looking for XOpenDisplay in /home/pbulk/build/sysutils/WCMCommander/work/.buildlink/lib/libX11.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - found
-- Looking for connect
-- Looking for connect - not found
-- Looking for connect in socket
-- Looking for connect in socket - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found Freetype: /home/pbulk/build/sysutils/WCMCommander/work/.buildlink/lib/libfreetype.so (found version "2.13.3")
-- Freetype support enabled
-- Found SSH2: /home/pbulk/build/sysutils/WCMCommander/work/.buildlink/lib/libssh2.so
-- libssh2 support enabled
-- smbclient support disabled
-- Configuring done (6.4s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_MANDIR


-- Build files have been written to: /home/pbulk/build/sysutils/WCMCommander/work/WCMCommander-release-0.20.0
=> Rewrite cmake Dependencies files