=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
=> Checksum SHA1 OK for xrn/9.01.tgz
=> Checksum RMD160 OK for xrn/9.01.tgz
===> Installing dependencies for xrn-9.01nb3
=> Build dependency imake-[0-9]*: found imake-1.0.3nb1
=> Build dependency imake-[0-9]*: found imake-1.0.3nb1
=> Build dependency flex>=2.5.4a: found flex-2.5.35nb2
=> Build dependency bison>=1.0: found bison-2.5nb3
=> Build dependency kbproto>=1.0.2: found kbproto-1.0.5
=> Build dependency xproto>=7.0.9: found xproto-7.0.18
=> Build dependency xcb-proto>=1.4: found xcb-proto-1.6
=> Build dependency xextproto>=7.0: found xextproto-7.2.0
=> Build dependency inputproto>=1.4: found inputproto-2.0
=> Build dependency printproto>=1.0.3: found printproto-1.0.4
=> Build dependency checkperms>=1.1: found checkperms-1.11
=> Full dependency libXaw>=1.0.5: found libXaw-1.0.7
=> Full dependency libXt>=1.0.0: found libXt-1.0.8
=> Full dependency libXp>=1.0.0: found libXp-1.0.1
===> Overriding tools for xrn-9.01nb3
===> Extracting for xrn-9.01nb3
===> Patching for xrn-9.01nb3
=> Applying pkgsrc patches for xrn-9.01nb3
===> Creating toolchain wrappers for xrn-9.01nb3
===> Configuring for xrn-9.01nb3
=> Checking for portability problems in extracted files
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/pkg/lib/X11/config
make Makefiles
make includes
make depend
flex -l  rclex.l
mv lex.yy.c rclex.c
bison -y  rcyacc.y
mv y.tab.c rcyacc.c
rm -f mesg_str.tmp
awk -f mesg_str.awk mesg_strings.c > mesg_str.tmp
+ cmp -s mesg_str.tmp mesg_strings.h
+ rm -f mesg_strings.h
+ mv mesg_str.tmp mesg_strings.h
bison -y  getdate.y
conflicts: 14 shift/reduce
mv y.tab.c getdate.c
sed -e 's/yy/getdate_yy/g' getdate.c > getdate2.c.tmp
mv getdate2.c.tmp getdate2.c
makedepend  --   -I/usr/pkg/include    -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO     -DVOID_SIGNAL           -DXRN_LANG_english 	-DXRNAPPDIR=\"/usr/pkg/lib/X11/app-defaults\" 	-DXRN_APP_CLASS=\"XRn\" -DXRN  -DUSE_MAKEDEPEND -- avl.c clientlib.c compose.c cursor.c dialogs.c        refile.c mesg.c error_hnds.c newsrcfile.c resources.c           internals.c save.c server.c utils.c xrn.c        xthelper.c rcyacc.c cancel.c vprintf.c tempnam.c strstr.c        strtok.c mesg_strings.c Text.c ngMode.c artMode.c allMode.c        addMode.c snapshot.c artstruct.c Buttons.c InfoLine.c ButtonBox.c        busyCursor.c varfile.c activecache.c sort.c getdate2.c hash.c        killfile.c InfoDialog.c Frame.c Xmisc.c file_cache.c
makedepend: warning:  avl.c (reading /usr/include/stdio.h, line 34): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/_G_config.h, line 15): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/wchar.h, line 52): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/libio.h, line 53): cannot find include file "stdarg.h"
	not in /usr/pkg/include/stdarg.h
	not in /usr/include/stdarg.h
makedepend: warning:  avl.c (reading /usr/include/sys/types.h, line 147): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/signal.h, line 349): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/string.h, line 34): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/unistd.h, line 227): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/limits.h, line 125): cannot find include file "limits.h"
makedepend: warning:  avl.c (reading /usr/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/pkg/include/X11/Intrinsic.h, line 93): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/stdlib.h, line 33): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  avl.c (reading /usr/include/alloca.h, line 25): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  clientlib.c (reading /usr/include/sys/socket.h, line 30): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  clientlib.c (reading /usr/include/bits/socket.h, line 29): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  clientlib.c (reading /usr/include/rpc/netdb.h, line 42): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  compose.c (reading /usr/include/pwd.h, line 33): cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  dialogs.c, line 55: cannot find include file "stdarg.h"
	not in /usr/pkg/include/stdarg.h
	not in /usr/include/stdarg.h
makedepend: warning:  mesg.c, line 55: cannot find include file "stdarg.h"
	not in /usr/pkg/include/stdarg.h
	not in /usr/include/stdarg.h
makedepend: warning:  rcyacc.c, line 237: cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h
makedepend: warning:  getdate2.c, line 282: cannot find include file "stddef.h"
	not in /usr/pkg/include/stddef.h
	not in /usr/include/stddef.h