=> Bootstrap dependency digest>=20010302: found digest-20121220
=> Checksum SHA1 OK for i3-4.4.tar.bz2
=> Checksum RMD160 OK for i3-4.4.tar.bz2
===> Installing dependencies for i3-4.4nb1
=> Tool dependency bison>=1.0: found bison-2.7.1
=> Tool dependency gmake>=3.81: found gmake-3.82nb7
=> Tool dependency perl>=5.0: found perl-5.18.0nb1
=> Tool dependency pkg-config>=0.25: found pkg-config-0.28
=> Tool dependency checkperms>=1.1: found checkperms-1.11
=> Build dependency x11-links>=0.78: found x11-links-0.79
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.8
=> Full dependency libev>=4.01: found libev-4.04
=> Full dependency yajl>=1.0.9: found yajl-2.0.1nb1
=> Full dependency pcre>=8.30nb1: found pcre-8.33
=> Full dependency xcb-util>=0.3.9: found xcb-util-0.3.9nb1
=> Full dependency libxcb>=1.6: found libxcb-1.9.1
=> Full dependency xcb-util-wm>=0.3.9: found xcb-util-wm-0.3.9nb1
=> Full dependency xcb-util-keysyms>=0.3.9: found xcb-util-keysyms-0.3.9nb1
=> Full dependency startup-notification>=0.5<0.12: found startup-notification-0.10nb3
=> Full dependency startup-notification>=0.10nb2<0.12: found startup-notification-0.10nb3
===> Overriding tools for i3-4.4nb1
===> Extracting for i3-4.4nb1
===> Patching for i3-4.4nb1
=> Applying pkgsrc patches for i3-4.4nb1
=> Verifying /usr/pkgsrc/wm/i3/patches/patch-Makefile
=> Applying pkgsrc patch /usr/pkgsrc/wm/i3/patches/patch-Makefile
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-Makefile,v 1.1.1.1 2013/02/12 23:25:35 tonnerre Exp $
|
|--- Makefile.orig	2012-11-25 16:04:42.000000000 +0000
|+++ Makefile
--------------------------
Patching file Makefile using Plan A...
Hunk #1 succeeded at 18.
done
=> Verifying /usr/pkgsrc/wm/i3/patches/patch-common.mk
=> Applying pkgsrc patch /usr/pkgsrc/wm/i3/patches/patch-common.mk
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-common.mk,v 1.1.1.1 2013/02/12 23:25:35 tonnerre Exp $
|
|--- common.mk.orig	2012-09-19 16:08:09.000000000 +0000
|+++ common.mk
--------------------------
Patching file common.mk using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 139.
done
=> Verifying /usr/pkgsrc/wm/i3/patches/patch-libi3_ipc_send_message.c
=> Applying pkgsrc patch /usr/pkgsrc/wm/i3/patches/patch-libi3_ipc_send_message.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|commit f5b7bfb12ef74ddbf250e5076bbfaafd0027474c
|Author: Michael Stapelberg <michael@stapelberg.de>
|Date:   Wed Jan 9 18:11:03 2013 +0100
|
|    Bugfix: fix IPC messages writes with low buffer sizes (Thanks jasper, dcoppa)
|    
|    Use the following command to reproduce this bug:
|    
|        echo 4096 | sudo tee /proc/sys/net/core/wmem_default
|    
|    Then just switch workspaces with some windows on it and i3bar would
|    exit due to malformed IPC messages.
|    
|    This bug hits OpenBSD users (and possibly other BSDs) due to their lower
|    default buffer size.
|    
|    fixes #896
|
|diff --git a/libi3/ipc_send_message.c b/libi3/ipc_send_message.c
|index 850fbdd..88d87a6 100644
|--- libi3/ipc_send_message.c
|+++ libi3/ipc_send_message.c
--------------------------
Patching file libi3/ipc_send_message.c using Plan A...
Hunk #1 succeeded at 10.
Hunk #2 succeeded at 39.
done
=> Verifying /usr/pkgsrc/wm/i3/patches/patch-src_log.c
=> Applying pkgsrc patch /usr/pkgsrc/wm/i3/patches/patch-src_log.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_log.c,v 1.1.1.1 2013/02/12 23:25:35 tonnerre Exp $
|
|--- src/log.c.orig	2012-12-11 23:08:17.000000000 +0000
|+++ src/log.c
--------------------------
Patching file src/log.c using Plan A...
Hunk #1 succeeded at 108.
done
=> Verifying /usr/pkgsrc/wm/i3/patches/patch-src_main.c
=> Applying pkgsrc patch /usr/pkgsrc/wm/i3/patches/patch-src_main.c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_main.c,v 1.1.1.1 2013/02/12 23:25:35 tonnerre Exp $
|
|--- src/main.c.orig	2012-12-11 23:08:17.000000000 +0000
|+++ src/main.c
--------------------------
Patching file src/main.c using Plan A...
Hunk #1 succeeded at 218.
Hunk #2 succeeded at 227.
done
===> Creating toolchain wrappers for i3-4.4nb1
src=/usr/X11R7/lib/pkgconfig/fixesproto.pc  dst=/scratch/wm/i3/work/.buildlink/lib/pkgconfig/fixesext.pc;  /bin/mkdir -p /scratch/wm/i3/work/.buildlink/lib/pkgconfig;  if test -f ${src}; then  /bin/ln -sf ${src} ${dst};  fi
===> Configuring for i3-4.4nb1
=> Checking for portability problems in extracted files
WARNING: [check-portability.awk] => Found $RANDOM:
WARNING: [check-portability.awk] testcases/Xdummy: 	tmp=$tdir/Xdummy.$RANDOM$$.c

Explanation:
===========================================================================
The variable $RANDOM is not required for a POSIX-conforming shell, and
many implementations of /bin/sh do not support it. It should therefore
not be used in shell programs that are meant to be portable across a
large number of POSIX-like systems.
===========================================================================