+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tcpillust-1.0anb14/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tcpillust-1.0anb14/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for tcpillust-1.0anb14
bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/ansi.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/inttypes.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/types.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/endian.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/_posix.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/sys/syslimits.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/signal.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/trap.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/param.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/machine/limits.h
bmake: .depend, 61: ignoring stale .depend for /usr/local/include/tcl8.0jp/tcl.h
bmake: .depend, 61: ignoring stale .depend for /usr/local/include/tk8.0jp/tk.h
bmake: .depend, 61: ignoring stale .depend for /usr/X11R6/include/X11/Xlib.h
bmake: .depend, 61: ignoring stale .depend for /usr/X11R6/include/X11/X.h
bmake: .depend, 61: ignoring stale .depend for /usr/X11R6/include/X11/Xfuncproto.h
bmake: .depend, 61: ignoring stale .depend for /usr/X11R6/include/X11/Xosdefs.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/stddef.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/pcap.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/net/bpf.h
bmake: .depend, 61: ignoring stale .depend for /usr/include/net/slip.h
--- tcpillust.o ---
--- button.o ---
--- tcpillust.o ---
rm -f tcpillust.o
--- button.o ---
rm -f button.o
--- tcpillust.o ---
cc -c -O2 -fno-strength-reduce -fno-strict-aliasing      -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       -I/usr/pkg/include -I/usr/pkg/include -DILTDIR=\"/usr/pkg/lib/X11/tcpillust\" tcpillust.c
--- button.o ---
cc -c -O2 -fno-strength-reduce -fno-strict-aliasing      -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       -I/usr/pkg/include -I/usr/pkg/include -DILTDIR=\"/usr/pkg/lib/X11/tcpillust\" button.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from tcpillust.h:32,
                 from button.c:36:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
--- tcpillust.o ---
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from tcpillust.h:32,
                 from tcpillust.c:34:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
--- button.o ---
button.c: In function 'movebar_clib':
button.c:168:13: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  168 |         if (strcmp(argv[1], "moveto")) return TCL_OK;
      |             ^~~~~~
button.c:37:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   36 | #include "tcpillust.h"
  +++ |+#include <string.h>
   37 | static int ratio_cnt;
--- tcpillust.o ---
tcpillust.c: In function 'init_tk':
tcpillust.c:92:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   92 |                 fprintf(stderr, "Tcl_Init failed:  %s\n", interp->result);
      |                 ^~~~~~~
In file included from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
tcpillust.c:96:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
   96 |                 fprintf(stderr, "Tk_Init failed:  %s\n", interp->result);
      |                 ^~~~~~~
In file included from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
tcpillust.c:101:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  101 |                 fprintf(stderr, "%s\n", interp->result);
      |                 ^~~~~~~
In file included from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
tcpillust.c:105:48: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  105 |         Tcl_CreateCommand(interp, "init_clib", init_clib,
      |                                                ^~~~~~~~~
      |                                                |
      |                                                int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:107:51: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  107 |         Tcl_CreateCommand(interp, "zoomout_clib", zoomout_clib,
      |                                                   ^~~~~~~~~~~~
      |                                                   |
      |                                                   int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:109:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  109 |         Tcl_CreateCommand(interp, "zoomin_clib", zoomin_clib,
      |                                                  ^~~~~~~~~~~
      |                                                  |
      |                                                  int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:111:51: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  111 |         Tcl_CreateCommand(interp, "movebar_clib", movebar_clib,
      |                                                   ^~~~~~~~~~~~
      |                                                   |
      |                                                   int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:113:50: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  113 |         Tcl_CreateCommand(interp, "bpress_clib", bpress_clib,
      |                                                  ^~~~~~~~~~~
      |                                                  |
      |                                                  int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:115:54: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  115 |         Tcl_CreateCommand(interp, "subzoomout_clib", subzoomout_clib,
      |                                                      ^~~~~~~~~~~~~~~
      |                                                      |
      |                                                      int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:117:53: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  117 |         Tcl_CreateCommand(interp, "subzoomin_clib", subzoomin_clib,
      |                                                     ^~~~~~~~~~~~~~
      |                                                     |
      |                                                     int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:119:52: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  119 |         Tcl_CreateCommand(interp, "scrlbar1_clib", scrlbar1_clib,
      |                                                    ^~~~~~~~~~~~~
      |                                                    |
      |                                                    int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:121:52: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  121 |         Tcl_CreateCommand(interp, "scrlbar2_clib", scrlbar2_clib,
      |                                                    ^~~~~~~~~~~~~
      |                                                    |
      |                                                    int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:123:51: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  123 |         Tcl_CreateCommand(interp, "forward_clib", forward_clib,
      |                                                   ^~~~~~~~~~~~
      |                                                   |
      |                                                   int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:125:48: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  125 |         Tcl_CreateCommand(interp, "back_clib", back_clib,
      |                                                ^~~~~~~~~
      |                                                |
      |                                                int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:127:48: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  127 |         Tcl_CreateCommand(interp, "time_clib", time_clib,
      |                                                ^~~~~~~~~
      |                                                |
      |                                                int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:129:48: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  129 |         Tcl_CreateCommand(interp, "text_clib", text_clib,
      |                                                ^~~~~~~~~
      |                                                |
      |                                                int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c:131:52: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
  131 |         Tcl_CreateCommand(interp, "openfile_clib", openfile_clib,
      |                                                    ^~~~~~~~~~~~~
      |                                                    |
      |                                                    int (*)(void *, Tcl_Interp *, int,  char **)
In file included from /home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:2421,
                 from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tclDecls.h:303:67: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **)' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **)'
  303 |                                 const char *cmdName, Tcl_CmdProc *proc,
      |                                                      ~~~~~~~~~~~~~^~~~
tcpillust.c: In function 'init_clib':
tcpillust.c:164:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  164 |                 fprintf(stderr, "%s\n", interp->result);
      |                 ^~~~~~~
In file included from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
tcpillust.c:169:17: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  169 |                 fprintf(stderr, "%s\n", interp->result);
      |                 ^~~~~~~
In file included from tcpillust.h:40,
                 from tcpillust.c:34:
/home/pbulk/build/net/tcpillust/work/.buildlink/include/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
--- draw.o ---
rm -f draw.o
cc -c -O2 -fno-strength-reduce -fno-strict-aliasing      -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       -I/usr/pkg/include -I/usr/pkg/include -DILTDIR=\"/usr/pkg/lib/X11/tcpillust\" draw.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from tcpillust.h:32,
                 from draw.c:31:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
--- parser.o ---
rm -f parser.o
cc -c -O2 -fno-strength-reduce -fno-strict-aliasing      -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       -I/usr/pkg/include -I/usr/pkg/include -DILTDIR=\"/usr/pkg/lib/X11/tcpillust\" parser.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parser.c:31:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
parser.c: In function 'regist_result':
parser.c:637:9: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
  637 |         memset(&ilt[iltcnt], 0, sizeof(struct iltdata));
      |         ^~~~~~
parser.c:36:1: note: include '<string.h>' or provide a declaration of 'memset'
   35 | #include "tcpillust.h"
  +++ |+#include <string.h>
   36 | 
parser.c:637:9: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
  637 |         memset(&ilt[iltcnt], 0, sizeof(struct iltdata));
      |         ^~~~~~
parser.c:637:9: note: include '<string.h>' or provide a declaration of 'memset'
parser.c:648:25: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
  648 |                         strcat(ilt[iltcnt].text, "S");
      |                         ^~~~~~
parser.c:648:25: note: include '<string.h>' or provide a declaration of 'strcat'
parser.c:648:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
parser.c:648:25: note: include '<string.h>' or provide a declaration of 'strcat'
parser.c:650:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
  650 |                         strcat(ilt[iltcnt].text, "F");
      |                         ^~~~~~
parser.c:650:25: note: include '<string.h>' or provide a declaration of 'strcat'
parser.c:652:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
  652 |                         strcat(ilt[iltcnt].text, "R");
      |                         ^~~~~~
parser.c:652:25: note: include '<string.h>' or provide a declaration of 'strcat'
parser.c:654:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
  654 |                         strcat(ilt[iltcnt].text, "P");
      |                         ^~~~~~
parser.c:654:25: note: include '<string.h>' or provide a declaration of 'strcat'
parser.c:656:25: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
  656 |                         strcat(ilt[iltcnt].text, ".");
      |                         ^~~~~~
parser.c:656:25: note: include '<string.h>' or provide a declaration of 'strcat'
--- binread.o ---
rm -f binread.o
cc -c -O2 -fno-strength-reduce -fno-strict-aliasing      -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       -I/usr/pkg/include -I/usr/pkg/include -DILTDIR=\"/usr/pkg/lib/X11/tcpillust\" binread.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from tcpillust.h:32,
                 from binread.c:31:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
binread.c:41:10: fatal error: net/slip.h: No such file or directory
   41 | #include <net/slip.h>
      |          ^~~~~~~~~~~~
compilation terminated.
*** [binread.o] Error code 1

bmake: stopped making "all" in /home/pbulk/build/net/tcpillust/work/tcpillust-1.0a
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/net/tcpillust/work/tcpillust-1.0a
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/net/tcpillust
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/net/tcpillust