=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for clipit-1.4.5nb9 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/x11/clipit/work/ClipIt-1.4.5' Making all in data gmake[2]: Entering directory '/Users/pbulk/build/x11/clipit/work/ClipIt-1.4.5/data' LC_ALL=C /Users/pbulk/build/x11/clipit/work/.tools/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po clipit-startup.desktop.in clipit-startup.desktop Generating and caching the translation database Merging translations into clipit-startup.desktop. LC_ALL=C /Users/pbulk/build/x11/clipit/work/.tools/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po clipit.desktop.in clipit.desktop Found cached translation database Merging translations into clipit.desktop. gmake[2]: Leaving directory '/Users/pbulk/build/x11/clipit/work/ClipIt-1.4.5/data' Making all in doc gmake[2]: Entering directory '/Users/pbulk/build/x11/clipit/work/ClipIt-1.4.5/doc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/Users/pbulk/build/x11/clipit/work/ClipIt-1.4.5/doc' Making all in src gmake[2]: Entering directory '/Users/pbulk/build/x11/clipit/work/ClipIt-1.4.5/src' clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/opt/pkg/include/gtk-3.0 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/atk-1.0 -D_REENTRANT -I/opt/pkg/include/fribidi -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wall -g -DCLIPITLOCALEDIR=\""/opt/pkg/share/locale"\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c main.c:388:25: warning: 'gtk_widget_render_icon_pixbuf' is deprecated: Use 'gtk_icon_theme_load_icon' instead [-Wdeprecated-declarations] gtk_widget_render_icon_pixbuf(about_dialog, GTK_STOCK_ABOUT, GTK_ICON_SIZE_MENU)); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1181:1: note: 'gtk_widget_render_icon_pixbuf' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_icon_theme_load_icon) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:388:69: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] gtk_widget_render_icon_pixbuf(about_dialog, GTK_STOCK_ABOUT, GTK_ICON_SIZE_MENU)); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:123:38: note: expanded from macro 'GTK_STOCK_ABOUT' #define GTK_STOCK_ABOUT ((GtkStock)"gtk-about") ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:425:72: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] gtk_about_dialog_set_logo_icon_name((GtkAboutDialog*)about_dialog, GTK_STOCK_PASTE); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:829:38: note: expanded from macro 'GTK_STOCK_PASTE' #define GTK_STOCK_PASTE ((GtkStock)"gtk-paste") ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:465:15: warning: 'gtk_image_menu_item_new_with_label' is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_with_label(_("Actions using:")); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:79:1: note: 'gtk_image_menu_item_new_with_label' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_new_with_label) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:466:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] menu_image = gtk_image_new_from_stock(GTK_STOCK_EXECUTE, GTK_ICON_SIZE_MENU); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:121:1: note: 'gtk_image_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_image_new_from_icon_name) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:466:41: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] menu_image = gtk_image_new_from_stock(GTK_STOCK_EXECUTE, GTK_ICON_SIZE_MENU); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:373:38: note: expanded from macro 'GTK_STOCK_EXECUTE' #define GTK_STOCK_EXECUTE ((GtkStock)"gtk-execute") ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:467:3: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, menu_image); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:91:1: note: 'gtk_image_menu_item_set_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10' # define GDK_DEPRECATED_IN_3_10 GDK_DEPRECATED ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:510:12: warning: variable 'fread_return' set but not used [-Wunused-but-set-variable] size_t fread_return; ^ main.c:557:15: warning: 'gtk_image_menu_item_new_with_mnemonic' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_with_mnemonic(_("_Edit actions")); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:81:1: note: 'gtk_image_menu_item_new_with_mnemonic' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_new_with_mnemonic) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:558:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] menu_image = gtk_image_new_from_stock(GTK_STOCK_EDIT, GTK_ICON_SIZE_MENU); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:121:1: note: 'gtk_image_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_image_new_from_icon_name) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:558:41: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] menu_image = gtk_image_new_from_stock(GTK_STOCK_EDIT, GTK_ICON_SIZE_MENU); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:364:38: note: expanded from macro 'GTK_STOCK_EDIT' #define GTK_STOCK_EDIT ((GtkStock)"gtk-edit") ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:559:3: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, menu_image); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:91:1: note: 'gtk_image_menu_item_set_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10' # define GDK_DEPRECATED_IN_3_10 GDK_DEPRECATED ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:564:3: 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((GtkMenu*)menu, NULL, NULL, NULL, NULL, 1, gtk_get_current_event_time()); ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/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/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:619:29: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkLabel *' (aka 'struct _GtkLabel *') [-Wincompatible-pointer-types] gtk_label_set_attributes (gtk_label, attr_list); ^~~~~~~~~ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:100:67: note: passing argument to parameter 'label' here void gtk_label_set_attributes (GtkLabel *label, ^ main.c:642:47: warning: incompatible pointer types passing 'GtkMenuShell *' (aka 'struct _GtkMenuShell *') to parameter of type 'GtkContainer *' (aka 'struct _GtkContainer *') [-Wincompatible-pointer-types] GList* element = gtk_container_get_children(menu); ^~~~ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkcontainer.h:169:62: note: passing argument to parameter 'container' here GList* gtk_container_get_children (GtkContainer *container); ^ main.c:661:32: warning: incompatible pointer types passing 'GtkMenuItem *' (aka 'struct _GtkMenuItem *') to parameter of type 'GtkWidget *' (aka 'struct _GtkWidget *') [-Wincompatible-pointer-types] gtk_widget_set_sensitive(menu_item, true); ^~~~~~~~~ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:840:72: note: passing argument to parameter 'widget' here void gtk_widget_set_sensitive (GtkWidget *widget, ^ main.c:663:32: warning: incompatible pointer types passing 'GtkMenuItem *' (aka 'struct _GtkMenuItem *') to parameter of type 'GtkWidget *' (aka 'struct _GtkWidget *') [-Wincompatible-pointer-types] gtk_widget_set_sensitive(menu_item, false); ^~~~~~~~~ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:840:72: note: passing argument to parameter 'widget' here void gtk_widget_set_sensitive (GtkWidget *widget, ^ main.c:671:35: warning: incompatible pointer types passing 'GtkMenuItem *' (aka 'struct _GtkMenuItem *') to parameter of type 'GtkWidget *' (aka 'struct _GtkWidget *') [-Wincompatible-pointer-types] gtk_menu_shell_select_item(menu, first_match); ^~~~~~~~~~~ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkmenushell.h:104:55: note: passing argument to parameter 'menu_item' here GtkWidget *menu_item); ^ main.c:723:21: warning: passing 'const GtkWidget *' (aka 'const struct _GtkWidget *') to parameter of type 'GtkWidget *' (aka 'struct _GtkWidget *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] gtk_widget_destroy(history_menu); ^~~~~~~~~~~~ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:619:50: note: passing argument to parameter 'widget' here void gtk_widget_destroy (GtkWidget *widget); ^ main.c:740:3: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_from_icon_name(status_icon, prefs.offline_mode ? ICON_OFFLINE : ICON); ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/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/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:901:3: 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((GtkMenu*)menu, NULL, NULL, NULL, NULL, 1, gtk_get_current_event_time()); ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/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/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:929:15: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_ABOUT, NULL); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:83:1: note: 'gtk_image_menu_item_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_new) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:929:50: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_ABOUT, NULL); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:123:38: note: expanded from macro 'GTK_STOCK_ABOUT' #define GTK_STOCK_ABOUT ((GtkStock)"gtk-about") ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:933:15: warning: 'gtk_image_menu_item_new_with_mnemonic' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_with_mnemonic(_("_Manage history")); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:81:1: note: 'gtk_image_menu_item_new_with_mnemonic' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_new_with_mnemonic) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:934:16: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] menu_image = gtk_image_new_from_stock(GTK_STOCK_FIND, GTK_ICON_SIZE_MENU); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:121:1: note: 'gtk_image_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_image_new_from_icon_name) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:934:41: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] menu_image = gtk_image_new_from_stock(GTK_STOCK_FIND, GTK_ICON_SIZE_MENU); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:395:38: note: expanded from macro 'GTK_STOCK_FIND' #define GTK_STOCK_FIND ((GtkStock)"gtk-find") ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:935:3: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations] gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, menu_image); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:91:1: note: 'gtk_image_menu_item_set_image' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10 ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:328:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10' # define GDK_DEPRECATED_IN_3_10 GDK_DEPRECATED ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:939:15: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, NULL); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:83:1: note: 'gtk_image_menu_item_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_new) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:939:50: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, NULL); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:838:38: note: expanded from macro 'GTK_STOCK_PREFERENCES' #define GTK_STOCK_PREFERENCES ((GtkStock)"gtk-preferences") ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:943:15: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, NULL); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:83:1: note: 'gtk_image_menu_item_new_from_stock' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_10_FOR(gtk_menu_item_new) ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR' # define GDK_DEPRECATED_IN_3_10_FOR(f) GDK_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:943:50: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] menu_item = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, NULL); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:919:38: note: expanded from macro 'GTK_STOCK_QUIT' #define GTK_STOCK_QUIT ((GtkStock)"gtk-quit") ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here G_DEPRECATED ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:981: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((GtkMenu*)statusicon_menu, NULL, NULL, gtk_status_icon_position_menu, status_icon, 1, gtk_get_current_event_time()); ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/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/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ main.c:981:56: warning: 'gtk_status_icon_position_menu' is deprecated [-Wdeprecated-declarations] gtk_menu_popup((GtkMenu*)statusicon_menu, NULL, NULL, gtk_status_icon_position_menu, status_icon, 1, gtk_get_current_event_time()); ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/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/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:1076:16: warning: 'gtk_status_icon_new_from_icon_name' is deprecated [-Wdeprecated-declarations] status_icon = gtk_status_icon_new_from_icon_name(ICON); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:91:1: note: 'gtk_status_icon_new_from_icon_name' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:1077:2: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations] gtk_status_icon_set_tooltip_text((GtkStatusIcon*)status_icon, _("Clipboard Manager")); ^ /Users/pbulk/build/x11/clipit/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:136:1: note: 'gtk_status_icon_set_tooltip_text' has been explicitly marked deprecated here GDK_DEPRECATED_IN_3_14 ^ /Users/pbulk/build/x11/clipit/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/x11/clipit/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/x11/clipit/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ main.c:1085:2: warning: implicit declaration of function 'umask' is invalid in C99 [-Wimplicit-function-declaration] umask(0077); ^ main.c:1141:2: warning: implicit declaration of function 'init_history_timeout_timer' is invalid in C99 [-Wimplicit-function-declaration] init_history_timeout_timer(); ^ 37 warnings generated. mv -f .deps/main.Tpo .deps/main.Po clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/opt/pkg/include/gtk-3.0 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/atk-1.0 -D_REENTRANT -I/opt/pkg/include/fribidi -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wall -g -DCLIPITLOCALEDIR=\""/opt/pkg/share/locale"\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c mv -f .deps/utils.Tpo .deps/utils.Po clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/opt/pkg/include/gtk-3.0 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/atk-1.0 -D_REENTRANT -I/opt/pkg/include/fribidi -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wall -g -DCLIPITLOCALEDIR=\""/opt/pkg/share/locale"\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT daemon.o -MD -MP -MF .deps/daemon.Tpo -c -o daemon.o daemon.c mv -f .deps/daemon.Tpo .deps/daemon.Po clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/opt/pkg/include/gtk-3.0 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/atk-1.0 -D_REENTRANT -I/opt/pkg/include/fribidi -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wall -g -DCLIPITLOCALEDIR=\""/opt/pkg/share/locale"\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT history.o -MD -MP -MF .deps/history.Tpo -c -o history.o history.c history.c:69:10: warning: variable 'fread_return' set but not used [-Wunused-but-set-variable] size_t fread_return; ^ history.c:107:10: warning: variable 'fread_return' set but not used [-Wunused-but-set-variable] size_t fread_return; ^ 2 warnings generated. mv -f .deps/history.Tpo .deps/history.Po clang -DHAVE_CONFIG_H -I. -I.. -I.. -I/opt/pkg/include/gtk-3.0 -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/atk-1.0 -D_REENTRANT -I/opt/pkg/include/fribidi -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -Wall -g -DCLIPITLOCALEDIR=\""/opt/pkg/share/locale"\" -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT keybinder.o -MD -MP -MF .deps/keybinder.Tpo -c -o keybinder.o keybinder.c keybinder.c:22:10: fatal error: 'gdk/gdkx.h' file not found #include <gdk/gdkx.h> ^~~~~~~~~~~~ 1 error generated. gmake[2]: *** [Makefile:447: keybinder.o] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/x11/clipit/work/ClipIt-1.4.5/src' gmake[1]: *** [Makefile:440: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/x11/clipit/work/ClipIt-1.4.5' gmake: *** [Makefile:381: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/clipit *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/clipit