=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/gtk2-theme-switch", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gtk2-theme-switch-2.0.0rc2nb53 cc -o switch2 switch.c -O2 -Wall -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/atk-1.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include -pthread -I/opt/local/include/fribidi -I/opt/local/include/cairo -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/local/include/pixman-1 -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -DGTK_DISABLE_BROKEN -DGTK_DISABLE_DEPRECATED -L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lgio-2.0 -lcairo -lfontconfig -lharfbuzz -lfreetype -lgobject-2.0 -Wl,-R/opt/local/lib -lglib-2.0 In file included from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from switch.h:1, from switch.c:8: /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ switch.c: In function 'preview_clicked': switch.c:124:20: warning: Deprecated pre-processor symbol: replace with "const" 124 | G_CONST_RETURN gchar *entry; | ^~~~~~~~~~~~~~~~~ switch.c: In function 'update_newfont': switch.c:148:27: warning: Deprecated pre-processor symbol: replace with "const" 148 | G_CONST_RETURN gchar *newerfont = gtk_entry_get_text (GTK_ENTRY(font_entry)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ switch.c: In function 'apply_clicked': switch.c:160:20: warning: Deprecated pre-processor symbol: replace with "const" 160 | G_CONST_RETURN gchar *entry = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(combo)->entry)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ switch.c: In function 'install_ok_clicked': switch.c:258:15: warning: Deprecated pre-processor symbol: replace with "const" 258 | G_CONST_RETURN gchar *filename; | ^~~~~~~~~~~~~~~~~~~~~~~~~ switch.c: In function 'preview': switch.c:496:17: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] 496 | if (!got_it && !g_strncasecmp(line,"pid=",4)) { | ^~ In file included from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:271:23: note: declared here 271 | gint g_strncasecmp (const gchar *s1, | ^~~~~~~~~~~~~ switch.c:499:17: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] 499 | } else if (!it_died && !g_strncasecmp(line,"die=",4)) { | ^ /tmp/work/x11/gtk2-theme-switch/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:271:23: note: declared here 271 | gint g_strncasecmp (const gchar *s1, | ^~~~~~~~~~~~~ *** Please use pkgtools/verifypc to sanity check dependencies.