=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for blt-2.4znb9 (cd src; /usr/pkg/bin/bmake all) cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltAlloc.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltArrayObj.c bltArrayObj.c:57:18: warning: initializing 'Tcl_ObjType *' (aka 'struct Tcl_ObjType *') with an expression of type 'const Tcl_ObjType *' (aka 'const struct Tcl_ObjType *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] Tcl_ObjType *oldTypePtr = objPtr->typePtr; ^ ~~~~~~~~~~~~~~~ 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBgexec.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltChain.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltDebug.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltHash.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltList.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltNsUtil.c bltNsUtil.c:351:21: warning: implicit declaration of function 'Tcl_FindNamespaceVar' is invalid in C99 [-Wimplicit-function-declaration] varPtr = (Var *)Tcl_FindNamespaceVar(interp, (char *)name, ^ bltNsUtil.c:379:9: warning: implicit declaration of function 'Tcl_PushCallFrame' is invalid in C99 [-Wimplicit-function-declaration] if (Tcl_PushCallFrame(interp, framePtr, (Tcl_Namespace *)nsPtr, 0) ^ bltNsUtil.c:392:5: warning: implicit declaration of function 'Tcl_PopCallFrame' is invalid in C99 [-Wimplicit-function-declaration] Tcl_PopCallFrame(interp); ^ 3 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltParse.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltPool.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltSpline.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltSwitch.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTree.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeCmd.c bltTreeCmd.c:984:17: warning: variable 'node' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (cmdPtr != NULL) { ^~~~~~~~~~~~~~ bltTreeCmd.c:1035:9: note: uninitialized use occurs here if (node != NULL) { ^~~~ bltTreeCmd.c:984:13: note: remove the 'if' if its condition is always true } else if (cmdPtr != NULL) { ^~~~~~~~~~~~~~~~~~~~ bltTreeCmd.c:953:22: note: initialize the variable 'node' to silence this warning Blt_TreeNode node; ^ = NULL bltTreeCmd.c:1573:10: warning: array subscript is of type 'char' [-Wchar-subscripts] switch (toupper(*p)) { ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ bltTreeCmd.c:4833:24: warning: passing 'const char *const' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] Tcl_SetResult(interp, valueObjPtr->typePtr->name, TCL_VOLATILE); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tclDecls.h:693:54: note: passing argument to parameter 'result' here EXTERN void Tcl_SetResult(Tcl_Interp *interp, char *result, ^ 3 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltUnixPipe.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltUtil.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltVector.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltVecMath.c bltVecMath.c:767:54: warning: 'result' is deprecated [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "DOMAIN", interp->result, ^ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tcl.h:506:11: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ bltVecMath.c:774:61: warning: 'result' is deprecated [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "UNDERFLOW", interp->result, ^ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tcl.h:506:11: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ bltVecMath.c:780:60: warning: 'result' is deprecated [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "OVERFLOW", interp->result, ^ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tcl.h:506:11: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ bltVecMath.c:789:55: warning: 'result' is deprecated [-Wdeprecated-declarations] Tcl_SetErrorCode(interp, "ARITH", "UNKNOWN", interp->result, ^ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tcl.h:506:11: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ 4 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltVecCmd.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltVecObjCmd.c bltVecObjCmd.c:937:9: warning: array subscript is of type 'char' [-Wchar-subscripts] c = tolower(string[0]); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltWatch.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include -DTCL_ONLY -DBLT_LIBRARY=\"/usr/pkg/lib/blt2.4\" ./bltInit.c rm -f libBLTlite.a ar rc libBLTlite.a bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o bltInit.o ranlib libBLTlite.a rm -f bltsh cc -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include -DTCL_ONLY -o bltsh -DTCLLIBPATH=\"/usr/pkg/lib/tcl8.6\" ./bltUnixMain.c libBLTlite.a -L/usr/pkg/lib -ltcl86 -lm cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrAxis.c bltGrAxis.c:1429:9: warning: variable 'tickMin' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (min < max) { ^~~~~~~~~ bltGrAxis.c:1479:41: note: uninitialized use occurs here axisPtr->majorSweep.initial = floor(tickMin); ^~~~~~~ bltGrAxis.c:1429:5: note: remove the 'if' if its condition is always true if (min < max) { ^~~~~~~~~~~~~~~ bltGrAxis.c:1423:19: note: initialize the variable 'tickMin' to silence this warning double tickMin, tickMax; ^ = 0.0 bltGrAxis.c:1429:9: warning: variable 'tickMax' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (min < max) { ^~~~~~~~~ bltGrAxis.c:1483:48: note: uninitialized use occurs here SetAxisRange(&axisPtr->axisRange, tickMin, tickMax); ^~~~~~~ bltGrAxis.c:1429:5: note: remove the 'if' if its condition is always true if (min < max) { ^~~~~~~~~~~~~~~ bltGrAxis.c:1423:28: note: initialize the variable 'tickMax' to silence this warning double tickMin, tickMax; ^ = 0.0 bltGrAxis.c:1559:9: warning: variable 'step' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (min < max) { ^~~~~~~~~ bltGrAxis.c:1582:32: note: uninitialized use occurs here axisPtr->majorSweep.step = step; ^~~~ bltGrAxis.c:1559:5: note: remove the 'if' if its condition is always true if (min < max) { ^~~~~~~~~~~~~~~ bltGrAxis.c:1552:23: note: initialize the variable 'step' to silence this warning double range, step; ^ = 0.0 3 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrBar.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrElem.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrGrid.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrHairs.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrLegd.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrLine.c bltGrLine.c:1214:16: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if ((value < 0) || (value >= PEN_SMOOTH_LAST)) { ~~~~~ ^ ~ 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrMarker.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrMisc.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrPen.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGrPs.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltGraph.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBeep.c bltBeep.c:63:16: warning: variable 'percent' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (argc == 2) { ^~~~~~~~~ bltBeep.c:73:46: note: uninitialized use occurs here XBell(Tk_Display(Tk_MainWindow(interp)), percent); ^~~~~~~ bltBeep.c:63:12: note: remove the 'if' if its condition is always true } else if (argc == 2) { ^~~~~~~~~~~~~~~ bltBeep.c:54:16: note: initialize the variable 'percent' to silence this warning int percent; ^ = 0 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBind.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBitmap.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltBusy.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltCanvEps.c bltCanvEps.c:1716:26: warning: incompatible pointer types assigning to 'Tk_OptionParseProc *' (aka 'int (*)(ClientData, Tcl_Interp *, Tk_Window, char *, char *, int)') from 'int (ClientData, Tcl_Interp *, Tk_Window, const char *, char *, int)' [-Wincompatible-pointer-types] tagsOption.parseProc = Tk_CanvasTagsParseProc; ^ ~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltColor.c bltColor.c:108:1: warning: unused function 'BuildColorRamp' [-Wunused-function] BuildColorRamp(palettePtr, nColors) ^ bltColor.c:254:1: warning: unused function 'MatchColors' [-Wunused-function] MatchColors(colorTabPtr, rgbPtr, numColors, numAvailColors, numMapColors, ^ bltColor.c:313:1: warning: unused function 'AllocateColors' [-Wunused-function] AllocateColors(nImageColors, colorTabPtr, matchOnly) ^ bltColor.c:519:1: warning: unused function 'GetUniqueColors' [-Wunused-function] GetUniqueColors(image) ^ 4 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltConfig.c bltConfig.c:1258:19: warning: array subscript is of type 'char' [-Wchar-subscripts] tempName[0] = tolower(resName[0]); ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltContainer.c bltContainer.c:401:9: warning: variable 'x' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (cntrPtr->adopted != None) { ^~~~~~~~~~~~~~~~~~~~~~~~ bltContainer.c:426:25: note: uninitialized use occurs here cntrPtr->adoptedX = x; ^ bltContainer.c:401:5: note: remove the 'if' if its condition is always true if (cntrPtr->adopted != None) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bltContainer.c:392:10: note: initialize the variable 'x' to silence this warning int x, y, width, height, borderWidth, depth; ^ = 0 bltContainer.c:401:9: warning: variable 'y' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (cntrPtr->adopted != None) { ^~~~~~~~~~~~~~~~~~~~~~~~ bltContainer.c:427:25: note: uninitialized use occurs here cntrPtr->adoptedY = y; ^ bltContainer.c:401:5: note: remove the 'if' if its condition is always true if (cntrPtr->adopted != None) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bltContainer.c:392:13: note: initialize the variable 'y' to silence this warning int x, y, width, height, borderWidth, depth; ^ = 0 2 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltCutbuffer.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltDragdrop.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltHierbox.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltHtext.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltImage.c bltImage.c:2451:29: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'unsigned int (*)[33][33]' [-Wincompatible-pointer-types] Mark(cubePtr, color.value, lut); ^~~ bltImage.c:2533:26: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'unsigned int (*)[33][33]' [-Wincompatible-pointer-types] MapColors(src, dest, lut); ^~~ 2 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltUnixImage.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltPs.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTable.c bltTable.c:1385:9: warning: array subscript is of type 'char' [-Wchar-subscripts] c = tolower(string[0]); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ bltTable.c:2366:9: warning: array subscript is of type 'char' [-Wchar-subscripts] c = tolower(string[0]); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ bltTable.c:3830:6: warning: array subscript is of type 'char' [-Wchar-subscripts] c = tolower(argv[i][0]); ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ bltTable.c:3839:6: warning: array subscript is of type 'char' [-Wchar-subscripts] c = tolower(argv[i][0]); ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ bltTable.c:4025:9: warning: array subscript is of type 'char' [-Wchar-subscripts] c = tolower(argv[3][0]); ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 5 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTabnotebook.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTabset.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltText.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTile.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeView.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeViewCmd.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeViewEdit.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeViewColumn.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTreeViewStyle.c bltTreeViewStyle.c:856:12: warning: implicit declaration of function 'Blt_TreeViewTextbox' is invalid in C99 [-Wimplicit-function-declaration] return Blt_TreeViewTextbox(tvPtr, entryPtr, valuePtr->columnPtr); ^ bltTreeViewStyle.c:1280:1: warning: unused function 'PickCheckBox' [-Wunused-function] PickCheckBox(entryPtr, valuePtr, stylePtr, worldX, worldY) ^ 2 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltUnixDnd.c bltUnixDnd.c:1463:1: warning: function 'MorphToken' is not needed and will not be emitted [-Wunneeded-internal-declaration] MorphToken(dndPtr) ^ 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltWindow.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltObjConfig.c bltObjConfig.c:2278:18: warning: array subscript is of type 'char' [-Wchar-subscripts] tmpName[0] = tolower(name[0]); ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltWinop.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include tkButton.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include tkFrame.c cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltScrollbar.c bltScrollbar.c:537:18: warning: 'result' is deprecated [-Wdeprecated-declarations] sprintf(interp->result, "%g", fraction); ^ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tcl.h:506:11: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ 1 warning generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include bltTed.c bltTed.c:1507:13: warning: 'result' is deprecated [-Wdeprecated-declarations] interp->result = Tk_PathName(tedPtr->tkwin); ^ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tcl.h:506:11: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ bltTed.c:1681:14: warning: 'result' is deprecated [-Wdeprecated-declarations] interp->result = Tk_PathName(entryPtr->tkwin); ^ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tcl.h:506:11: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ bltTed.c:1754:13: warning: 'result' is deprecated [-Wdeprecated-declarations] interp->result = Tk_PathName(tedPtr->tkwin); ^ /usr/pkgsrc/work/x11/blt/work/.buildlink/include/tcl.h:506:11: note: 'result' has been explicitly marked deprecated here char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); ^ bltTed.c:552:1: warning: unused function 'CreateEntry' [-Wunused-function] CreateEntry(tedPtr, entryPtr) ^ 4 warnings generated. cc -c -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include -DBLT_LIBRARY=\"/usr/pkg/lib/blt2.4\" ./bltInit.c rm -f libBLT.a ar rc libBLT.a bltGrAxis.o bltGrBar.o bltGrElem.o bltGrGrid.o bltGrHairs.o bltGrLegd.o bltGrLine.o bltGrMarker.o bltGrMisc.o bltGrPen.o bltGrPs.o bltGraph.o bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o bltBeep.o bltBind.o bltBitmap.o bltBusy.o bltCanvEps.o bltColor.o bltConfig.o bltContainer.o bltCutbuffer.o bltDragdrop.o bltHierbox.o bltHtext.o bltImage.o bltUnixImage.o bltPs.o bltTable.o bltTabnotebook.o bltTabset.o bltText.o bltTile.o bltTreeView.o bltTreeViewCmd.o bltTreeViewEdit.o bltTreeViewColumn.o bltTreeViewStyle.o bltUnixDnd.o bltWindow.o bltObjConfig.o bltWinop.o tkButton.o tkFrame.o bltScrollbar.o bltTed.o bltInit.o ranlib libBLT.a rm -f bltwish cc -Wall -O2 -DUSE_INTERP_RESULT -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I. -I. -I/usr/pkg/include -I/usr/X11R7/include -o bltwish -DTCLLIBPATH=\"/usr/pkg/lib/tcl8.6\" ./bltUnixMain.c libBLT.a -L/usr/pkg/lib -ltk86 -ltcl86 -L/usr/X11R7/lib -lX11 -lm (cd library; /usr/pkg/bin/bmake all) rm -f pkgIndex.tcl sed -e 's/%VERSION%/2.4/' ./pkgIndex.tcl.in | sed -e 's/%LIB_PREFIX%/lib/' | sed -e 's;%LIB_DIR%;/usr/pkg/lib;' > pkgIndex.tcl (cd man; /usr/pkg/bin/bmake all) rm -rf BLT.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' BLT.mann > BLT.n rm -rf barchart.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' barchart.mann > barchart.n rm -rf beep.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' beep.mann > beep.n rm -rf bgexec.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bgexec.mann > bgexec.n /bin/cp bitmap.mann bltbitmap.mann rm -rf bltbitmap.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bltbitmap.mann > bltbitmap.n rm -rf bltdebug.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bltdebug.mann > bltdebug.n /bin/cp busy.mann bltbusy.mann rm -rf bltbusy.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bltbusy.mann > bltbusy.n rm -rf container.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' container.mann > container.n rm -rf cutbuffer.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' cutbuffer.mann > cutbuffer.n rm -rf dragdrop.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' dragdrop.mann > dragdrop.n rm -rf eps.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' eps.mann > eps.n rm -rf graph.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' graph.mann > graph.n rm -rf hierbox.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' hierbox.mann > hierbox.n rm -rf hiertable.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' hiertable.mann > hiertable.n rm -rf htext.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' htext.mann > htext.n rm -rf spline.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' spline.mann > spline.n rm -rf stripchart.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' stripchart.mann > stripchart.n rm -rf table.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' table.mann > table.n rm -rf tabset.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tabset.mann > tabset.n rm -rf tile.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tile.mann > tile.n rm -rf tree.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tree.mann > tree.n rm -rf treeview.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' treeview.mann > treeview.n rm -rf vector.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' vector.mann > vector.n rm -rf watch.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' watch.mann > watch.n rm -rf winop.n sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' winop.mann > winop.n rm -rf Blt_Tree.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_Tree.man3 > Blt_Tree.3 rm -rf Blt_TreeGetNode.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeGetNode.man3 > Blt_TreeGetNode.3 rm -rf Blt_TreeCreate.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeCreate.man3 > Blt_TreeCreate.3 rm -rf Blt_TreeGetToken.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeGetToken.man3 > Blt_TreeGetToken.3 rm -rf Blt_TreeCreateNode.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeCreateNode.man3 > Blt_TreeCreateNode.3 rm -rf Blt_TreeName.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeName.man3 > Blt_TreeName.3 rm -rf Blt_TreeDeleteNode.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeDeleteNode.man3 > Blt_TreeDeleteNode.3 rm -rf Blt_TreeNodeId.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeNodeId.man3 > Blt_TreeNodeId.3 rm -rf Blt_TreeExists.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeExists.man3 > Blt_TreeExists.3 rm -rf Blt_TreeReleaseToken.3 sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeReleaseToken.man3 > Blt_TreeReleaseToken.3 (cd demos; /usr/pkg/bin/bmake all) => Unwrapping files-to-be-installed.