+ 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/matchbox-panel-0.9.2nb16/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/matchbox-panel-0.9.2nb16/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for matchbox-panel-0.9.2nb16
/bin/make  all-recursive
make[1]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2'
Making all in src
make[2]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/src'
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT panel.o -MD -MP -MF ".deps/panel.Tpo" -c -o panel.o panel.c; \
then mv -f ".deps/panel.Tpo" ".deps/panel.Po"; else rm -f ".deps/panel.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT panel_app.o -MD -MP -MF ".deps/panel_app.Tpo" -c -o panel_app.o panel_app.c; \
then mv -f ".deps/panel_app.Tpo" ".deps/panel_app.Po"; else rm -f ".deps/panel_app.Tpo"; exit 1; fi
panel.c: In function 'panel_set_bg':
panel.c:448:7: warning: the address of 'xprop_def' will always evaluate as 'true' [-Waddress]
   if (xprop_def)
       ^
panel.c:456:9: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
         strlen(xprop_def));
         ^
In file included from panel.h:16:0,
                 from panel.c:22:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2078:12: note: expected 'const unsigned char *' but argument is of type 'char *'
 extern int XChangeProperty(
            ^
panel.c: In function 'panel_set_theme_from_root_prop':
panel.c:523:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "TitlebarDockBgColor"));
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:529:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "TitlebarDockBgPixmap")); 
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:537:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "TitlebarPanelBgColor"));
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:543:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "TitlebarPanelBgPixmap")); 
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:558:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "DockBgColor"));
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:563:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "DockBgTrans")); 
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:568:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "DockBgPixmap")); 
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:576:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "PanelBgColor"));
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:581:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "PanelBgTrans")); 
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:586:8: warning: pointer targets in passing argument 3 of 'panel_set_bg' differ in signedness [-Wpointer-sign]
        mb_dotdesktop_get(theme, "PanelBgPixmap")); 
        ^
panel.c:254:1: note: expected 'char *' but argument is of type 'unsigned char *'
 panel_set_bg(MBPanel *panel, int bg_type, char *bg_spec)
 ^
panel.c:594:6: warning: pointer targets in passing argument 2 of 'mb_font_set_from_string' differ in signedness [-Wpointer-sign]
      mb_dotdesktop_get(theme, "PanelMsgFont"));
      ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:27:0,
                 from panel.h:23,
                 from panel.c:22:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbexp.h:354:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_font_set_from_string(MBFont *font, char *spec) ;
 ^
panel.c:598:9: warning: pointer targets in passing argument 3 of 'util_xcol_from_spec' differ in signedness [-Wpointer-sign]
         mb_dotdesktop_get(theme, "PanelMsgBgCol"));
         ^
In file included from panel.h:328:0,
                 from panel.c:22:
panel_util.h:25:1: note: expected 'char *' but argument is of type 'unsigned char *'
 util_xcol_from_spec(MBPanel *panel, MBColor *col, char *spec);
 ^
panel.c:609:13: warning: pointer targets in passing argument 3 of 'util_xcol_from_spec' differ in signedness [-Wpointer-sign]
             "PanelMsgBgUrgentCol"));
             ^
In file included from panel.h:328:0,
                 from panel.c:22:
panel_util.h:25:1: note: expected 'char *' but argument is of type 'unsigned char *'
 util_xcol_from_spec(MBPanel *panel, MBColor *col, char *spec);
 ^
panel.c:618:13: warning: pointer targets in passing argument 3 of 'util_xcol_from_spec' differ in signedness [-Wpointer-sign]
             "PanelMsgFgCol"));
             ^
In file included from panel.h:328:0,
                 from panel.c:22:
panel_util.h:25:1: note: expected 'char *' but argument is of type 'unsigned char *'
 util_xcol_from_spec(MBPanel *panel, MBColor *col, char *spec);
 ^
panel.c: In function 'panel_handle_dock_request':
panel.c:821:7: warning: variable 'app_origin_dist' set but not used [-Wunused-but-set-variable]
   int app_origin_dist = 0;
       ^
panel.c: In function 'panel_main':
panel.c:1009:7: warning: variable 'xfd' set but not used [-Wunused-but-set-variable]
   int xfd;
       ^
panel.c: In function 'panel_init':
panel.c:1791:5: warning: pointer targets in passing argument 4 of 'XParseGeometry' differ in signedness [-Wpointer-sign]
     XParseGeometry(geometry_str, &panel->x, &panel->y, &panel->w, &panel->h);  
     ^
In file included from panel.h:16:0,
                 from panel.c:22:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2867:12: note: expected 'unsigned int *' but argument is of type 'int *'
 extern int XParseGeometry(
            ^
panel.c:1791:5: warning: pointer targets in passing argument 5 of 'XParseGeometry' differ in signedness [-Wpointer-sign]
     XParseGeometry(geometry_str, &panel->x, &panel->y, &panel->w, &panel->h);  
     ^
In file included from panel.h:16:0,
                 from panel.c:22:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2867:12: note: expected 'unsigned int *' but argument is of type 'int *'
 extern int XParseGeometry(
            ^
panel.c:1554:24: warning: variable 'panel_length' set but not used [-Wunused-but-set-variable]
   int                  panel_length;
                        ^
panel_app.c: In function 'panel_app_name_get':
panel_app.c:107:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&papp->name);
     ^
In file included from panel.h:16:0,
                 from panel_app.h:4,
                 from panel_app.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
panel_app.c:107:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&papp->name);
     ^
In file included from panel.h:16:0,
                 from panel_app.h:4,
                 from panel_app.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
panel_app.c:122:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
    papp->name = strdup("<unnamed>");
               ^
panel_app.c: In function 'panel_app_icon_prop_data_get':
panel_app.c:168:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&data);
     ^
In file included from panel.h:16:0,
                 from panel_app.h:4,
                 from panel_app.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
panel_app.c:168:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&data);
     ^
In file included from panel.h:16:0,
                 from panel_app.h:4,
                 from panel_app.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT panel_menu.o -MD -MP -MF ".deps/panel_menu.Tpo" -c -o panel_menu.o panel_menu.c; \
then mv -f ".deps/panel_menu.Tpo" ".deps/panel_menu.Po"; else rm -f ".deps/panel_menu.Tpo"; exit 1; fi
In file included from /usr/include/string.h:638:0,
                 from panel.h:6,
                 from panel.c:22:
In function 'memset',
    inlined from 'panel_init' at panel.c:1600:9:
/usr/include/bits/string3.h:81:30: warning: call to '__warn_memset_zero_len' declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
       __warn_memset_zero_len ();
                              ^
panel_menu.c: In function 'panel_menu_update_remove_items':
panel_menu.c:108:10: warning: pointer targets in passing argument 3 of 'mb_menu_add_item_to_menu' differ in signedness [-Wpointer-sign]
          MBMENU_NO_SORT);
          ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:30:0,
                 from panel.h:23,
                 from panel_menu.h:11,
                 from panel_menu.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbmenu.h:470:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_menu_add_item_to_menu(MBMenu *mbmenu, 
 ^
panel_menu.c:108:10: warning: pointer targets in passing argument 5 of 'mb_menu_add_item_to_menu' differ in signedness [-Wpointer-sign]
          MBMENU_NO_SORT);
          ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:30:0,
                 from panel.h:23,
                 from panel_menu.h:11,
                 from panel_menu.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbmenu.h:470:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_menu_add_item_to_menu(MBMenu *mbmenu, 
 ^
panel_menu.c: In function 'panel_menu_init':
panel_menu.c:212:9: warning: pointer targets in passing argument 3 of 'mb_dot_desktop_icon_get_full_path' differ in signedness [-Wpointer-sign]
         16, icon_str  );
         ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbexp.h:34:0,
                 from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:27,
                 from panel.h:23,
                 from panel_menu.h:11,
                 from panel_menu.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbdotdesktop.h:110:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_dot_desktop_icon_get_full_path (char* theme_name, 
 ^
panel_menu.c:214:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
     if (!strcmp(mb_dotdesktop_get(ddentry, "Type"), "PanelApp"))
     ^
In file included from panel.h:6:0,
                 from panel_menu.h:11,
                 from panel_menu.c:1:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
panel_menu.c:214:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(mb_dotdesktop_get(ddentry, "Type"), "PanelApp"))
     ^
panel_menu.c:214:5: note: expected 'const char *' but argument is of type 'unsigned char *'
panel_menu.c:214:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
In file included from panel.h:6:0,
                 from panel_menu.h:11,
                 from panel_menu.c:1:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
panel_menu.c:214:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(mb_dotdesktop_get(ddentry, "Type"), "PanelApp"))
     ^
panel_menu.c:214:5: note: expected 'const char *' but argument is of type 'unsigned char *'
panel_menu.c:214:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
panel_menu.c:214:5: note: expected 'const char *' but argument is of type 'unsigned char *'
panel_menu.c:214:5: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
panel_menu.c:214:5: note: expected 'const char *' but argument is of type 'unsigned char *'
panel_menu.c:223:13: warning: pointer targets in passing argument 3 of 'mb_menu_add_item_to_menu' differ in signedness [-Wpointer-sign]
             (void *)panel, 0);
             ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:30:0,
                 from panel.h:23,
                 from panel_menu.h:11,
                 from panel_menu.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbmenu.h:470:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_menu_add_item_to_menu(MBMenu *mbmenu, 
 ^
panel_menu.c:236:13: warning: pointer targets in passing argument 3 of 'mb_menu_add_item_to_menu' differ in signedness [-Wpointer-sign]
             (void *)panel, 0);
             ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:30:0,
                 from panel.h:23,
                 from panel_menu.h:11,
                 from panel_menu.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbmenu.h:470:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_menu_add_item_to_menu(MBMenu *mbmenu, 
 ^
panel_menu.c:188:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
       chdir(DATADIR "/applications");
            ^
panel_menu.c:248:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
   chdir(orig_wd);
        ^
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT panel_util.o -MD -MP -MF ".deps/panel_util.Tpo" -c -o panel_util.o panel_util.c; \
then mv -f ".deps/panel_util.Tpo" ".deps/panel_util.Po"; else rm -f ".deps/panel_util.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT session.o -MD -MP -MF ".deps/session.Tpo" -c -o session.o session.c; \
then mv -f ".deps/session.Tpo" ".deps/session.Po"; else rm -f ".deps/session.Tpo"; exit 1; fi
panel_util.c: In function 'util_get_window_pid_from_prop':
panel_util.c:104:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&data);
     ^
In file included from panel.h:16:0,
                 from panel_util.h:4,
                 from panel_util.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
panel_util.c:104:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&data);
     ^
In file included from panel.h:16:0,
                 from panel_util.h:4,
                 from panel_util.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
panel_util.c: In function 'util_get_root_pixmap':
panel_util.c:191:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&data);
     ^
In file included from panel.h:16:0,
                 from panel_util.h:4,
                 from panel_util.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
panel_util.c:191:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&data);
     ^
In file included from panel.h:16:0,
                 from panel_util.h:4,
                 from panel_util.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
panel_util.c: In function 'util_get_utf8_prop':
panel_util.c:218:5: warning: pointer targets in passing argument 10 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&str);
     ^
In file included from panel.h:16:0,
                 from panel_util.h:4,
                 from panel_util.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
panel_util.c:218:5: warning: pointer targets in passing argument 11 of 'XGetWindowProperty' differ in signedness [-Wpointer-sign]
     &bytes_after, (unsigned char **)&str);
     ^
In file included from panel.h:16:0,
                 from panel_util.h:4,
                 from panel_util.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2686:12: note: expected 'long unsigned int *' but argument is of type 'long int *'
 extern int XGetWindowProperty(
            ^
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT msg.o -MD -MP -MF ".deps/msg.Tpo" -c -o msg.o msg.c; \
then mv -f ".deps/msg.Tpo" ".deps/msg.Po"; else rm -f ".deps/msg.Tpo"; exit 1; fi
msg.c: In function '_get_server_time':
msg.c:31:6: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness [-Wpointer-sign]
      8, PropModeReplace, &c, 1);
      ^
In file included from panel.h:16:0,
                 from msg.h:6,
                 from msg.c:1:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/X11/Xlib.h:2078:12: note: expected 'const unsigned char *' but argument is of type 'char *'
 extern int XChangeProperty(
            ^
msg.c: In function 'msg_win_create':
msg.c:506:10: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
          strlen(msg->extra_context_data),
          ^
In file included from msg.h:4:0,
                 from msg.c:1:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
msg.c: In function 'msg_calc_win_size':
msg.c:645:11: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
           m->sender->name, strlen(m->sender->name),
           ^
In file included from msg.h:4:0,
                 from msg.c:1:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
msg.c:655:11: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
           strlen(m->extra_context_data),
           ^
In file included from msg.h:4:0,
                 from msg.c:1:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
cc  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o matchbox-panel  panel.o panel_app.o panel_menu.o panel_util.o session.o msg.o -L/usr/pkg/lib -lmb -lX11 -lXext -Wl,-R/usr/pkg/lib -lpng16 
panel.o: In function `memset':
/usr/include/bits/string3.h:81: warning: memset used with constant zero length parameter; this could be due to transposed parameters
make[2]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/src'
Making all in applets
make[2]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets'
Making all in dotdesktop
make[3]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets/dotdesktop'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets/dotdesktop'
Making all in icons
make[3]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets/icons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets/icons'
Making all in small-icons
make[3]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets/small-icons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets/small-icons'
make[3]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets'
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include/startup-notification-1.0  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT mb-applet-clock.o -MD -MP -MF ".deps/mb-applet-clock.Tpo" -c -o mb-applet-clock.o mb-applet-clock.c; \
then mv -f ".deps/mb-applet-clock.Tpo" ".deps/mb-applet-clock.Po"; else rm -f ".deps/mb-applet-clock.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include/startup-notification-1.0  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT mb-applet-menu-launcher.o -MD -MP -MF ".deps/mb-applet-menu-launcher.Tpo" -c -o mb-applet-menu-launcher.o mb-applet-menu-launcher.c; \
then mv -f ".deps/mb-applet-menu-launcher.Tpo" ".deps/mb-applet-menu-launcher.Po"; else rm -f ".deps/mb-applet-menu-launcher.Tpo"; exit 1; fi
mb-applet-clock.c: In function 'button_callback':
mb-applet-clock.c:237:7: warning: pointer targets in passing argument 2 of 'mb_tray_app_tray_send_message' differ in signedness [-Wpointer-sign]
       mb_tray_app_tray_send_message(app, buf, 6000);
       ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-clock.c:44:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:378:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_tray_send_message (MBTrayApp     *mb_tray_app, 
 ^
mb-applet-clock.c: In function 'theme_change_callback':
mb-applet-clock.c:281:8: warning: pointer targets in passing argument 2 of 'set_fg_col' differ in signedness [-Wpointer-sign]
        set_fg_col(app, mb_dotdesktop_get(theme, "PanelFgColor"));
        ^
mb-applet-clock.c:124:1: note: expected 'char *' but argument is of type 'unsigned char *'
 set_fg_col(MBTrayApp *app, char* spec)
 ^
mb-applet-clock.c: In function 'main':
mb-applet-clock.c:350:6: warning: pointer targets in passing argument 1 of 'mb_tray_app_new' differ in signedness [-Wpointer-sign]
      &argv );  
      ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-clock.c:44:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:217:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_new (unsigned char         *app_name,
 ^
mb-applet-clock.c:380:7: warning: pointer targets in passing argument 2 of 'mb_tray_app_set_context_info' differ in signedness [-Wpointer-sign]
       mb_tray_app_set_context_info (app, _("Set Time")); 
       ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-clock.c:44:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:399:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_set_context_info (MBTrayApp     *mb_tray_app, 
 ^
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include/startup-notification-1.0  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT mb-applet-launcher.o -MD -MP -MF ".deps/mb-applet-launcher.Tpo" -c -o mb-applet-launcher.o mb-applet-launcher.c; \
then mv -f ".deps/mb-applet-launcher.Tpo" ".deps/mb-applet-launcher.Po"; else rm -f ".deps/mb-applet-launcher.Tpo"; exit 1; fi
mb-applet-menu-launcher.c: In function 'build_menu':
mb-applet-menu-launcher.c:431:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
   root_match_str = mb_dotdesktop_get(dd, "Match");
                  ^
mb-applet-menu-launcher.c:445:14: warning: pointer targets in passing argument 3 of 'mb_dot_desktop_icon_get_full_path' differ in signedness [-Wpointer-sign]
              mb_dot_desktop_folder_entry_get_icon(ddentry) );
              ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbexp.h:34:0,
                 from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:27,
                 from mb-applet-menu-launcher.c:43:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbdotdesktop.h:110:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_dot_desktop_icon_get_full_path (char* theme_name, 
 ^
mb-applet-menu-launcher.c:449:11: warning: pointer targets in passing argument 2 of 'mb_menu_add_path' differ in signedness [-Wpointer-sign]
           icon_path, MBMENU_NO_SORT );
           ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:30:0,
                 from mb-applet-menu-launcher.c:43:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbmenu.h:388:2: note: expected 'char *' but argument is of type 'unsigned char *'
 *mb_menu_add_path(MBMenu *mbmenu, 
  ^
mb-applet-menu-launcher.c:451:32: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
       menu_lookup[i].match_str = mb_dot_desktop_folder_entry_get_match(ddentry);
                                ^
mb-applet-menu-launcher.c:524:9: warning: pointer targets in passing argument 3 of 'mb_dot_desktop_icon_get_full_path' differ in signedness [-Wpointer-sign]
         png_path = mb_dot_desktop_icon_get_full_path(app_data->theme_name, 16, mb_dotdesktop_get(dd, "Icon"));
         ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbexp.h:34:0,
                 from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:27,
                 from mb-applet-menu-launcher.c:43:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbdotdesktop.h:110:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_dot_desktop_icon_get_full_path (char* theme_name, 
 ^
mb-applet-menu-launcher.c:526:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
         category = mb_dotdesktop_get(dd, "Categories");
                  ^
mb-applet-menu-launcher.c:586:7: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign]
       "true"))
       ^
In file included from mb-applet-menu-launcher.c:35:0:
/usr/include/string.h:532:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcasecmp (const char *__s1, const char *__s2)
            ^
mb-applet-menu-launcher.c:593:12: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign]
            "true"))
            ^
In file included from mb-applet-menu-launcher.c:35:0:
/usr/include/string.h:532:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcasecmp (const char *__s1, const char *__s2)
            ^
mb-applet-menu-launcher.c:599:6: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
      && !strcmp(mb_dotdesktop_get(dd, "Type"), 
      ^
In file included from mb-applet-menu-launcher.c:35:0:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
mb-applet-menu-launcher.c:599:6: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
      && !strcmp(mb_dotdesktop_get(dd, "Type"), 
      ^
mb-applet-menu-launcher.c:599:6: note: expected 'const char *' but argument is of type 'unsigned char *'
mb-applet-menu-launcher.c:599:6: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
In file included from mb-applet-menu-launcher.c:35:0:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
mb-applet-menu-launcher.c:599:6: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
      && !strcmp(mb_dotdesktop_get(dd, "Type"), 
      ^
mb-applet-menu-launcher.c:599:6: note: expected 'const char *' but argument is of type 'unsigned char *'
mb-applet-menu-launcher.c:599:6: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
mb-applet-menu-launcher.c:599:6: note: expected 'const char *' but argument is of type 'unsigned char *'
mb-applet-menu-launcher.c:599:6: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
mb-applet-menu-launcher.c:599:6: note: expected 'const char *' but argument is of type 'unsigned char *'
mb-applet-menu-launcher.c:626:10: warning: pointer targets in passing argument 3 of 'mb_menu_add_item_to_menu' differ in signedness [-Wpointer-sign]
          (void *)app_data, flags); 
          ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:30:0,
                 from mb-applet-menu-launcher.c:43:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbmenu.h:470:1: note: expected 'char *' but argument is of type 'unsigned char *'
 mb_menu_add_item_to_menu(MBMenu *mbmenu, 
 ^
mb-applet-menu-launcher.c: In function 'main':
mb-applet-menu-launcher.c:940:6: warning: pointer targets in passing argument 1 of 'mb_tray_app_new' differ in signedness [-Wpointer-sign]
      &argv );  
      ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-menu-launcher.c:43:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:217:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_new (unsigned char         *app_name,
 ^
mb-applet-menu-launcher.c: In function 'build_menu':
mb-applet-menu-launcher.c:498:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
       chdir(app_paths[j]);
            ^
mb-applet-menu-launcher.c:645:8: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
   chdir(orig_wd);
        ^
mb-applet-menu-launcher.c:660:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
    chdir(dirs[i]);
         ^
mb-applet-menu-launcher.c:684:12: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
       chdir(orig_wd);
            ^
mb-applet-launcher.c: In function 'send_panel_message':
mb-applet-launcher.c:189:7: warning: pointer targets in passing argument 2 of 'mb_tray_app_tray_send_message' differ in signedness [-Wpointer-sign]
       mb_tray_app_tray_send_message(TrayApp, msg, 5000);
       ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-launcher.c:35:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:378:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_tray_send_message (MBTrayApp     *mb_tray_app, 
 ^
mb-applet-launcher.c: In function 'main':
mb-applet-launcher.c:467:10: warning: pointer targets in passing argument 1 of 'mb_tray_app_new' differ in signedness [-Wpointer-sign]
          &argv );  
          ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-launcher.c:35:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:217:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_new (unsigned char         *app_name,
 ^
mb-applet-launcher.c:546:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
    img_file = mb_dotdesktop_get(dd, "Icon");
             ^
mb-applet-launcher.c:557:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      win_panel_title = mb_dotdesktop_get(dd, "Name");
                      ^
mb-applet-launcher.c:576:11: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign]
           "true"))
           ^
In file included from mb-applet-launcher.c:22:0:
/usr/include/string.h:532:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcasecmp (const char *__s1, const char *__s2)
            ^
mb-applet-launcher.c:644:3: warning: pointer targets in passing argument 2 of 'mb_tray_app_set_name' differ in signedness [-Wpointer-sign]
   mb_tray_app_set_name (TrayApp, win_panel_title);
   ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-launcher.c:35:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:389:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_set_name (MBTrayApp     *mb_tray_app, 
 ^
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/pkg/share\" -DPKGDATADIR=\"/usr/pkg/share/matchbox\" -DPREFIX=\"/usr/pkg\" -g -Wall -fno-strict-aliasing -I/usr/pkg/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -D_REENTRANT -I/usr/pkg/include/startup-notification-1.0  -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 -MT mb-applet-system-monitor.o -MD -MP -MF ".deps/mb-applet-system-monitor.Tpo" -c -o mb-applet-system-monitor.o mb-applet-system-monitor.c; \
then mv -f ".deps/mb-applet-system-monitor.Tpo" ".deps/mb-applet-system-monitor.Po"; else rm -f ".deps/mb-applet-system-monitor.Tpo"; exit 1; fi
cc  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o mb-applet-clock  mb-applet-clock.o -L/usr/pkg/lib -lmb -lX11 -lXext -Wl,-R/usr/pkg/lib -lpng16 -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lstartup-notification-1 
mb-applet-system-monitor.c: In function 'system_cpu':
mb-applet-system-monitor.c:87:5: warning: format '%Ld' expects argument of type 'long long int *', but argument 3 has type 'u_int64_t *' [-Wformat=]
     fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae);
     ^
mb-applet-system-monitor.c:87:5: warning: format '%Ld' expects argument of type 'long long int *', but argument 4 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c:87:5: warning: format '%Ld' expects argument of type 'long long int *', but argument 5 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c:87:5: warning: format '%Ld' expects argument of type 'long long int *', but argument 6 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c: In function 'system_memory':
mb-applet-system-monitor.c:142:9: warning: format '%Ld' expects argument of type 'long long int *', but argument 3 has type 'u_int64_t *' [-Wformat=]
         &shared, &buffers, &cached);
         ^
mb-applet-system-monitor.c:142:9: warning: format '%Ld' expects argument of type 'long long int *', but argument 4 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c:142:9: warning: format '%Ld' expects argument of type 'long long int *', but argument 5 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c:142:9: warning: format '%Ld' expects argument of type 'long long int *', but argument 6 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c:142:9: warning: format '%Ld' expects argument of type 'long long int *', but argument 7 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c:142:9: warning: format '%Ld' expects argument of type 'long long int *', but argument 8 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c:144:2: warning: format '%Ld' expects argument of type 'long long int *', but argument 3 has type 'u_int64_t *' [-Wformat=]
  fscanf(mem, "%*s %Ld %Ld", &cache_total, &cache_used);
  ^
mb-applet-system-monitor.c:144:2: warning: format '%Ld' expects argument of type 'long long int *', but argument 4 has type 'u_int64_t *' [-Wformat=]
mb-applet-system-monitor.c:116:15: warning: variable 'my_swap_max' set but not used [-Wunused-but-set-variable]
     u_int64_t my_swap_max;
               ^
mb-applet-system-monitor.c: In function 'button_callback':
mb-applet-system-monitor.c:267:3: warning: pointer targets in passing argument 2 of 'mb_tray_app_tray_send_message' differ in signedness [-Wpointer-sign]
   mb_tray_app_tray_send_message(app, tray_msg, 5000);
   ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-system-monitor.c:27:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:378:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_tray_send_message (MBTrayApp     *mb_tray_app, 
 ^
mb-applet-system-monitor.c: In function 'main':
mb-applet-system-monitor.c:341:6: warning: pointer targets in passing argument 1 of 'mb_tray_app_new' differ in signedness [-Wpointer-sign]
      &argv );  
      ^
In file included from /home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mb.h:28:0,
                 from mb-applet-system-monitor.c:27:
/home/pbulk/build/x11/matchbox-panel/work/.buildlink/include/libmb/mbtray.h:217:1: note: expected 'unsigned char *' but argument is of type 'char *'
 mb_tray_app_new (unsigned char         *app_name,
 ^
mb-applet-system-monitor.c: In function 'system_cpu':
mb-applet-system-monitor.c:87:11: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae);
           ^
mb-applet-system-monitor.c: In function 'system_memory':
mb-applet-system-monitor.c:135:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  fgets(not_needed, 2048, mem);
       ^
mb-applet-system-monitor.c:141:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
  fscanf(mem, "%*s %Ld %Ld %Ld %Ld %Ld %Ld", &total, &used, &mfree,
        ^
mb-applet-system-monitor.c:144:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
  fscanf(mem, "%*s %Ld %Ld", &cache_total, &cache_used);
        ^
cc  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o mb-applet-menu-launcher  mb-applet-menu-launcher.o -L/usr/pkg/lib -lmb -lX11 -lXext -Wl,-R/usr/pkg/lib -lpng16 -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lstartup-notification-1 
cc  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o mb-applet-launcher  mb-applet-launcher.o -L/usr/pkg/lib -lmb -lX11 -lXext -Wl,-R/usr/pkg/lib -lpng16 -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lstartup-notification-1 
cc  -pipe -O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2  -Wl,-zrelro -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o mb-applet-system-monitor  mb-applet-system-monitor.o -L/usr/pkg/lib -lmb -lX11 -lXext -Wl,-R/usr/pkg/lib -lpng16 -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lstartup-notification-1 
make[3]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets'
make[2]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/applets'
Making all in po
make[2]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2/po'
make[2]: Entering directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2'
make[2]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2'
make[1]: Leaving directory `/home/pbulk/build/x11/matchbox-panel/work/matchbox-panel-0.9.2'
*** Please use pkgtools/verifypc to sanity check dependencies.