=> Bootstrap dependency digest>=20010302: found digest-20211005 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for netbiff-0.9.18nb38 --- cflags --- --- gtk.h --- --- gtk.lib --- --- load --- --- gtk.h --- (if pkg-config gtk+-2.0; then echo '#define GUI_GTK'; fi) >gtk.h --- cflags --- pkg-config --cflags gtk+-2.0 > cflags 2>/dev/null || true --- load --- ( cat warn-auto.sh; echo 'main="$1"; shift'; echo exec "`head -n 1 conf-ld`" '-o "$main" "$main".o ${1+"$@"}' ) > load --- gtk.lib --- pkg-config --libs gtk+-2.0 > gtk.lib 2>/dev/null || true --- load --- chmod 755 load --- ssl.lib --- head -n 1 conf-ssl > ssl.lib --- compile --- ( cat warn-auto.sh; echo exec "`head -n 1 conf-cc`" "`cat cflags`" '-c ${1+"$@"}' ) > compile chmod 755 compile --- action.o --- --- buffer.o --- --- child.o --- --- conf.o --- --- action.o --- ./compile action.c --- buffer.o --- ./compile buffer.c --- child.o --- ./compile child.c --- conf.o --- ./compile conf.c --- connection.o --- ./compile connection.c --- dir.o --- ./compile dir.c --- gui.o --- ./compile gui.c --- gui_gtk.o --- ./compile gui_gtk.c --- gui_text.o --- ./compile gui_text.c --- home.o --- ./compile home.c --- imap.o --- ./compile imap.c --- nbproto.o --- ./compile nbproto.c --- netbiff.o --- ./compile netbiff.c --- netbiffd-file.o --- ./compile netbiffd-file.c --- netbiffd-imap.o --- ./compile netbiffd-imap.c --- proto.o --- ./compile proto.c --- gui_gtk.o --- In file included from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from gui_gtk.c:10: /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^~~~ In file included from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from gui_gtk.c:10: /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gobject/gtype.h:698:1: note: declared here { ^ --- util.o --- ./compile util.c --- xlib.o --- ./compile xlib.c --- gui_gtk.o --- In file included from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126, from gui_gtk.c:10: /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^~~~~~~~ In file included from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/glib.h:30, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/glib-object.h:22, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gio/gioenums.h:28, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gio/giotypes.h:28, from /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/gio/gio.h:26, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32, from gui_gtk.c:10: /tmp/mail/netbiff/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here struct _GTimeVal ^~~~~~~~~ --- netbiffd-file --- --- gui_gtk.o --- gui_gtk.c: In function 'gtk_request_data': gui_gtk.c:412:13: warning: Deprecated pre-processor symbol: replace with "g_main_context_iteration" g_main_iteration(TRUE); ^~~~~~~~~~~~~~~ --- netbiffd-file --- ./load netbiffd-file nbproto.o util.o -Wl,-zrelro -Wl,-znow -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib --- netbiffd-imap --- ./load netbiffd-imap nbproto.o imap.o util.o `cat ssl.lib` -Wl,-zrelro -Wl,-znow -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib --- netbiff --- ./load netbiff action.o buffer.o child.o conf.o connection.o dir.o gui.o gui_gtk.o gui_text.o home.o proto.o xlib.o `cat gtk.lib` *** Please use pkgtools/verifypc to sanity check dependencies.