=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for hanzim-1.3nb9
--- hanzim.o ---
--- hanwin.o ---
--- hanzim.o ---
gcc -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -DUNIX -DLIBDIR=\"/usr/pkg/lib/hanzim\" -c hanzim.c
--- hanwin.o ---
gcc -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -DUNIX -DLIBDIR=\"/usr/pkg/lib/hanzim\" -c hanwin.c
--- hanzim.o ---
hanzim.c: In function 'main':
hanzim.c:218:5: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
     fprintf(stderr, "\nHanzim: %s\n", interp->result);
     ^~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19:0,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:514:11: note: declared here
     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
           ^~~~~~
hanzim.c: In function 'Tcl_UnixAppInit':
hanzim.c:389:46: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "sameRadList", sameRadList,
                                              ^~~~~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:391:46: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "sameRemList", sameRemList,
                                              ^~~~~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:393:47: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "samePronList", samePronList,
                                               ^~~~~~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:395:44: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "LcompList", LcompList,
                                            ^~~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:397:44: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "RcompList", RcompList,
                                            ^~~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:399:42: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "radList", radList,
                                          ^~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:401:41: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "pyChar", pyChar,
                                         ^~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:403:43: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "randChar", randChar,
                                           ^~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:405:43: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "charinfo", charinfo,
                                           ^~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:407:44: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "yingHanCh", yingHanCh,
                                            ^~~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
hanzim.c:409:45: warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible pointer type [-Wincompatible-pointer-types]
     Tcl_CreateCommand(interp, "searchDefn", searchDefn,
                                             ^~~~~~~~~~
In file included from /scratch/work/misc/hanzim/work/.buildlink/include/tcl.h:2418:0,
                 from /scratch/work/misc/hanzim/work/.buildlink/include/tk.h:19,
                 from hanzim.h:62,
                 from hanzim.c:15:
/scratch/work/misc/hanzim/work/.buildlink/include/tclDecls.h:302:20: note: expected 'int (*)(void *, Tcl_Interp *, int,  const char **) {aka int (*)(void *, struct Tcl_Interp *, int,  const char **)}' but argument is of type 'int (*)(void *, Tcl_Interp *, int,  char **) {aka int (*)(void *, struct Tcl_Interp *, int,  char **)}'
 EXTERN Tcl_Command Tcl_CreateCommand(Tcl_Interp *interp,
                    ^~~~~~~~~~~~~~~~~
--- hinit.o ---
gcc -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -DUNIX -DLIBDIR=\"/usr/pkg/lib/hanzim\" -c hinit.c
--- hutil.o ---
gcc -O2 -DUSE_INTERP_RESULT -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -DUNIX -DLIBDIR=\"/usr/pkg/lib/hanzim\" -c hutil.c
--- hanzim ---
gcc -o hanzim hanwin.o hanzim.o hinit.o hutil.o   -ltk -ltcl -lX11 -lm   -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib