=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for libappindicator-12.10.0nb21 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0' Making all in src gmake[2]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/src' mkdir -p `dirname ./app-indicator-enum-types.h` /opt/pkg/bin/glib-mkenums \ --template ./app-indicator-enum-types.h.in \ ./app-indicator.h > xgen-eh \ && (cmp -s xgen-eh ./app-indicator-enum-types.h || cp -f xgen-eh ./app-indicator-enum-types.h) \ && rm -f xgen-eh \ && echo timestamp > stamp-enum-types mkdir -p `dirname ./app-indicator-enum-types.c` /opt/pkg/bin/glib-mkenums \ --template ./app-indicator-enum-types.c.in \ ./app-indicator.h > xgen-ec \ && cp -f xgen-ec ./app-indicator-enum-types.c \ && rm -f xgen-ec /opt/pkg/bin/glib-genmarshal \ --prefix=_application_service_marshal \ --header \ ./application-service-marshal.list > xgen-mh \ && (cmp -s xgen-mh application-service-marshal.h || cp -f xgen-mh application-service-marshal.h) \ && rm -f xgen-mh \ && echo timestamp > stamp-marshal INFO: Reading ./application-service-marshal.list... WARNING: The token "BOOL" is deprecated; use "BOOLEAN" instead (echo "#include \"application-service-marshal.h\"" ; \ /opt/pkg/bin/glib-genmarshal \ --prefix=_application_service_marshal \ --body \ ./application-service-marshal.list) > xgen-mc \ && cp xgen-mc application-service-marshal.c \ && rm -f xgen-mc INFO: Reading ./application-service-marshal.list... WARNING: The token "BOOL" is deprecated; use "BOOLEAN" instead /opt/pkg/bin/gmake all-am gmake[3]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/src' CC libappindicator3_la-app-indicator-enum-types.lo CC libappindicator3_la-app-indicator.lo app-indicator.c:212:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (AppIndicatorPrivate)); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/gobject/gtype.h:1494:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:584:31: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] AppIndicatorPrivate * priv = APP_INDICATOR_GET_PRIVATE(self); ^ app-indicator.c:153:31: note: expanded from macro 'APP_INDICATOR_GET_PRIVATE' (G_TYPE_INSTANCE_GET_PRIVATE ((o), APP_INDICATOR_TYPE, AppIndicatorPrivate)) ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/gobject/gtype.h:686:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1299:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1296:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :143:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ app-indicator.c:902:6: warning: 'gtk_status_icon_set_title' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_title(priv->status_icon, priv->title ? priv->title : ""); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:142:1: note: 'gtk_status_icon_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1523:25: warning: 'gtk_status_icon_new' is deprecated [-Wdeprecated-declarations] GtkStatusIcon * icon = gtk_status_icon_new(); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:83:1: note: 'gtk_status_icon_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1525:2: warning: 'gtk_status_icon_set_name' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_name(icon, app_indicator_get_id(self)); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:147:1: note: 'gtk_status_icon_set_name' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1528:3: warning: 'gtk_status_icon_set_title' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_title(icon, title); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:142:1: note: 'gtk_status_icon_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1625:3: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_visible(icon, FALSE); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:150:1: note: 'gtk_status_icon_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1630:3: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_visible(icon, TRUE); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:150:1: note: 'gtk_status_icon_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1635:3: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_visible(icon, TRUE); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:150:1: note: 'gtk_status_icon_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1641:4: warning: 'gtk_status_icon_set_from_file' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_from_file(icon, icon_name); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:99:1: note: 'gtk_status_icon_set_from_file' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1646:5: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_from_icon_name(icon, longname); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:105:1: note: 'gtk_status_icon_set_from_icon_name' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1648:5: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_from_icon_name(icon, icon_name); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:105:1: note: 'gtk_status_icon_set_from_icon_name' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1667:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] gtk_menu_popup(menu, ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)) ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR' # define GDK_DEPRECATED_IN_3_22_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1272:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ app-indicator.c:1670:17: warning: 'gtk_status_icon_position_menu' is deprecated [-Wdeprecated-declarations] gtk_status_icon_position_menu, ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:159:1: note: 'gtk_status_icon_position_menu' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:1695:2: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_visible(status_icon, FALSE); ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:150:1: note: 'gtk_status_icon_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14' # define GDK_DEPRECATED_IN_3_14 GDK_DEPRECATED ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /Users/pbulk/build/devel/libappindicator/work/.buildlink/include/glib-2.0/glib/gmacros.h:1262:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ app-indicator.c:2199:28: warning: incompatible pointer types assigning to 'GtkWidget *' (aka 'struct _GtkWidget *') from 'typeof (((((GObject *)(void *)((menuitem))))))' (aka 'struct _GObject *') [-Wincompatible-pointer-types] priv->sec_activate_target = g_object_ref(G_OBJECT(menuitem)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16 warnings generated. CC libappindicator3_la-application-service-marshal.lo CC libappindicator3_la-generate-id.lo CC libappindicator3_la-gen-notification-item.xml.lo CC libappindicator3_la-gen-notification-watcher.xml.lo CCLD libappindicator3.la gmake[3]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/src' gmake[2]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/src' Making all in bindings gmake[2]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/bindings' Making all in vala gmake[3]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/bindings/vala' gmake[4]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/bindings/vala' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/bindings/vala' gmake[3]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/bindings/vala' gmake[3]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/bindings' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/bindings' gmake[2]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/bindings' Making all in example gmake[2]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/example' /opt/pkg/bin/gmake all-am gmake[3]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/example' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/example' gmake[2]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/example' Making all in docs gmake[2]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/docs' Making all in reference gmake[3]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/docs/reference' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/docs/reference' gmake[3]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/docs' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/docs' gmake[2]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/docs' Making all in tests gmake[2]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/tests' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0/tests' gmake[2]: Entering directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0' gmake[1]: Leaving directory '/Users/pbulk/build/devel/libappindicator/work/libappindicator-12.10.0' *** Please use pkgtools/verifypc to sanity check dependencies.