+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/slim-1.3.6nb8/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/slim-1.3.6nb8/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Checksum BLAKE2s OK for slim-1.3.6.tar.gz
=> Checksum SHA512 OK for slim-1.3.6.tar.gz
===> Installing dependencies for slim-1.3.6nb8
==========================================================================
The supported build options for slim are:

	consolekit

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.slim (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
slim-1.3.6nb8.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg

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

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg

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 mktools-[0-9]*: found mktools-20220614
=> Tool dependency cmake>=2.8.1nb1: found cmake-3.23.2
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Build dependency xorgproto>=2016.1: found xorgproto-2022.1
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.15.2
=> Full dependency bash-[0-9]*: found bash-5.1.16
=> Full dependency libX11>=1.1: found libX11-1.7.5
=> Full dependency libXft>=2.3.3nb1: found libXft-2.3.4
=> Full dependency fontconfig>=2.13.1nb1: found fontconfig-2.13.1nb6
=> Full dependency freetype2>=2.8.1: found freetype2-2.12.1
=> Full dependency png>=1.6.0nb1: found png-1.6.37nb1
=> Full dependency libXrender>=0.9.2: found libXrender-0.9.10nb1
=> Full dependency libXmu>=1.0.0: found libXmu-1.1.3
=> Full dependency libXrandr>=1.1.2: found libXrandr-1.5.2
=> Full dependency jpeg>=9: found jpeg-9e
===> Overriding tools for slim-1.3.6nb8
===> Extracting for slim-1.3.6nb8
===> Patching for slim-1.3.6nb8
=> Applying pkgsrc patches for slim-1.3.6nb8
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/slim/patches/patch-CMakeLists.txt
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/slim/patches/patch-CMakeLists.txt
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-CMakeLists.txt,v 1.2 2018/10/08 17:46:07 abs Exp $
|
|Fix build.
|
|--- CMakeLists.txt.orig	2013-10-01 22:38:05.000000000 +0000
|+++ CMakeLists.txt
--------------------------
Patching file CMakeLists.txt using Plan A...
Hunk #1 succeeded at 21.
Hunk #2 succeeded at 104.
Hunk #3 succeeded at 221.
Hunk #4 succeeded at 240.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/slim/patches/patch-panel.cpp
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/slim/patches/patch-panel.cpp
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-panel.cpp,v 1.2 2018/06/02 21:00:03 joerg Exp $
|
|XCreateGC returns a null pointer on failure, not a negative value.
|
|--- panel.cpp.orig	2013-10-01 22:38:05.000000000 +0000
|+++ panel.cpp
--------------------------
Patching file panel.cpp using Plan A...
Hunk #1 succeeded at 48.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/slim/patches/patch-slim.conf
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/slim/patches/patch-slim.conf
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-slim.conf,v 1.4 2020/01/10 19:13:33 maya Exp $
|
|Adjust for NetBSD
|
|--- slim.conf.orig	2013-10-01 22:38:05.000000000 +0000
|+++ slim.conf
--------------------------
Patching file slim.conf using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 34.
Hunk #3 succeeded at 52.
done
===> Creating toolchain wrappers for slim-1.3.6nb8
===> Configuring for slim-1.3.6nb8
=> Substituting "paths" in CMakeLists.txt slim.conf
=> Fixing CMAKE_MODULE_PATH in CMakeLists.txt
=> Checking for portability problems in extracted files
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 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.


-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
CMake Warning (dev) at /opt/pkg/share/cmake-3.23/Modules/Platform/SunOS.cmake:10 (include):
  File /opt/pkg/share/cmake-3.23/Modules/Platform/SunOS.cmake includes
  /home/pbulk/build/x11/slim/work/.buildlink/cmake-Modules/Platform/UnixPaths.cmake
  (found via CMAKE_MODULE_PATH) which shadows
  /opt/pkg/share/cmake-3.23/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/pkg/share/cmake-3.23/Modules/CMakeSystemSpecificInformation.cmake:27 (include)
  CMakeLists.txt:4 (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/x11/slim/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/x11/slim/work/.cwrapper/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Enable shared library building
-- Found X11: /home/pbulk/build/x11/slim/work/.buildlink/include   
-- Looking for XOpenDisplay in /home/pbulk/build/x11/slim/work/.buildlink/lib/libX11.so;/home/pbulk/build/x11/slim/work/.buildlink/lib/libXext.so
-- Looking for XOpenDisplay in /home/pbulk/build/x11/slim/work/.buildlink/lib/libX11.so;/home/pbulk/build/x11/slim/work/.buildlink/lib/libXext.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
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found Freetype: /home/pbulk/build/x11/slim/work/.buildlink/lib/libfreetype.so (found version "2.12.1") 
-- Found JPEG: /home/pbulk/build/x11/slim/work/.buildlink/lib/libjpeg.so (found version "90") 
-- Found ZLIB: /home/pbulk/build/x11/slim/work/.buildlink/lib/libz.so (found version "1.2.12") 
-- Found PNG: /home/pbulk/build/x11/slim/work/.buildlink/lib/libpng16.so (found version "1.6.37") 
	PAM disabled
	ConsoleKit disabled
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
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/x11/slim/work/slim-1.3.6
=> Rewrite cmake Dependencies files