+ 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/deforaos-phone-0.6.0nb16/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/deforaos-phone-0.6.0nb16/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for deforaos-phone-0.6.0nb16
--- subdirs ---
--- subdirs ---
--- Phone.pc ---
./pkgconfig.sh -P "/usr/pkg" -- "Phone.pc"
sed -e s;@PACKAGE@;Phone;g -e s;@VERSION@;0.6.0;g -e s;@PREFIX@;/usr/pkg;g -e s;@BINDIR@;/usr/pkg/bin;g -e s;@DATADIR@;/usr/pkg/share;g -e s;@INCLUDEDIR@;/usr/pkg/include;g -e s;@LIBDIR@;/usr/local/lib;g -e s;@LIBEXECDIR@;/usr/pkg/libexec;g -e s;@MANDIR@;/usr/pkg/share/man;g -e s;@PWD@;/home/pbulk/build/comms/deforaos-phone/work/Phone-0.6.0/data;g -e s;@RPATH@;-Wl,-rpath-link,${libdir} -Wl,-rpath,${libdir};g -e s;@SYSCONFDIR@;/usr/pkg/etc;g -- Phone.pc.in
--- phone.1 ---
--- phonectl.1 ---
--- phone.1 ---
./docbook.sh -P "/usr/pkg" -- "phone.1"
--- phonectl.1 ---
./docbook.sh -P "/usr/pkg" -- "phonectl.1"
--- phone.1 ---
xsltproc --nonet --xinclude -o phone.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl phone.xml
--- phonectl.1 ---
xsltproc --nonet --xinclude -o phonectl.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl phonectl.xml
Note: Writing phonectl.1
--- gprs.1 ---
./docbook.sh -P "/usr/pkg" -- "gprs.1"
xsltproc --nonet --xinclude -o gprs.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl gprs.xml
--- phone.1 ---
Note: Writing phone.1
--- gprs.html ---
./docbook.sh -P "/usr/pkg" -- "gprs.html"
xsltproc --nonet --xinclude --param custom.css.source "gprs.css.xml" --param generate.css.header 1 -o gprs.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl gprs.xml
--- gprs.1 ---
Note: Writing gprs.1
--- index.html ---
./docbook.sh -P "/usr/pkg" -- "index.html"
--- phone.html ---
./docbook.sh -P "/usr/pkg" -- "phone.html"
--- index.html ---
xsltproc --nonet --xinclude -o index.html index.xsl index.xml
--- phone.html ---
xsltproc --nonet --xinclude --param custom.css.source "phone.css.xml" --param generate.css.header 1 -o phone.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl phone.xml
--- phonectl.html ---
./docbook.sh -P "/usr/pkg" -- "phonectl.html"
xsltproc --nonet --xinclude --param custom.css.source "phonectl.css.xml" --param generate.css.header 1 -o phonectl.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl phonectl.xml
--- index.html ---
Writing ch01.html for chapter
Writing re01.html for refentry
Writing re02.html for refentry
Writing re03.html for refentry
Writing ch02.html for chapter
Writing index.html for book
--- subdirs ---
--- Phone.pot ---
./gettext.sh -P "/usr/pkg" -- "Phone.pot"
xgettext --force-po -d Phone -o Phone.pot --keyword=_ --keyword=N_ -f POTFILES
--- es.mo ---
--- fr.mo ---
./gettext.sh -P "/usr/pkg" -- "fr.mo"
--- es.mo ---
./gettext.sh -P "/usr/pkg" -- "es.mo"
--- fr.mo ---
msgmerge -U fr.po Phone.pot
--- es.mo ---
msgmerge -U es.po Phone.pot
............. done.
msgfmt -c -v -o es.mo es.po
88 translated messages, 36 untranslated messages.
--- fr.mo ---
............. done.
msgfmt -c -v -o fr.mo fr.po
124 translated messages.
--- subdirs ---
--- callbacks.o ---
cc   `pkg-config --cflags libDesktop` -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o callbacks.o -c callbacks.c
--- subdirs ---
--- debug.o ---
cc -I ../../include  `pkg-config --cflags glib-2.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags gtk+-3.0 libSystem` -o debug.o -c debug.c
debug.c: In function '_debug_init':
debug.c:172:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  172 |         widget = gtk_button_new_from_stock(GTK_STOCK_APPLY);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from debug.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
debug.c:172:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  172 |         widget = gtk_button_new_from_stock(GTK_STOCK_APPLY);
      |         ^~~~~~
--- main.o ---
cc -D PREFIX=\"/usr/pkg\"   `pkg-config --cflags libDesktop` -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o main.o -c main.c
--- subdirs ---
--- hayes/channel.o ---
cc -I ../../include  `pkg-config --cflags glib-2.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags libSystem` -o hayes/channel.o -c hayes/channel.c
--- hayes/command.o ---
cc -I ../../include  `pkg-config --cflags glib-2.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags libSystem` -o hayes/command.o -c hayes/command.c
--- hayes/common.o ---
cc -I ../../include  `pkg-config --cflags glib-2.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags libSystem` -o hayes/common.o -c hayes/common.c
--- modem.o ---
--- subdirs ---
--- hayes/pdu.o ---
cc -I ../../include  `pkg-config --cflags glib-2.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags libSystem` -o hayes/pdu.o -c hayes/pdu.c
--- modem.o ---
cc -D PREFIX=\"/usr/pkg\"   `pkg-config --cflags libDesktop` -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o modem.o -c modem.c
--- subdirs ---
--- hayes/quirks.o ---
cc -I ../../include  `pkg-config --cflags glib-2.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags libSystem` -o hayes/quirks.o -c hayes/quirks.c
--- phone.o ---
cc -D PREFIX=\"/usr/pkg\"   `pkg-config --cflags libDesktop` -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o phone.o -c phone.c
--- subdirs ---
--- hayes.o ---
cc -I ../../include  `pkg-config --cflags glib-2.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags libSystem` -o hayes.o -c hayes.c
hayes.c: In function '_on_code_cmgr':
hayes.c:3289:20: warning: implicit declaration of function 'strptime'; did you mean 'strftime'? [-Wimplicit-function-declaration]
 3289 |                 if(strptime(date, "%y/%m/%d,%H:%M:%S", &t) == NULL)
      |                    ^~~~~~~~
      |                    strftime
hayes.c:3289:60: warning: comparison between pointer and integer
 3289 |                 if(strptime(date, "%y/%m/%d,%H:%M:%S", &t) == NULL)
      |                                                            ^~
--- phone.o ---
phone.c: In function '_show_call_window':
phone.c:1857:9: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations]
 1857 |         gtk_widget_override_font(phone->ca_name, phone->bold);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
phone.c:1886:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
 1886 |         phone->ca_close = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
      |         ^~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:1886:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 1886 |         phone->ca_close = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
      |         ^~~~~
phone.c: In function '_show_code_window':
phone.c:2007:9: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations]
 2007 |         gtk_widget_override_font(phone->en_title, phone->bold);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2016:9: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations]
 2016 |         gtk_widget_override_font(phone->en_entry, phone->bold);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2034:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2034 |                         GTK_STOCK_OK, _("Enter"),
      |                         ^~~~~~~~~~~~
phone.c:2036:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2036 |                         GTK_STOCK_CANCEL, _("Skip"),
      |                         ^~~~~~~~~~~~~~~~
phone.c: In function '_show_contacts_window':
phone.c:2095:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 2095 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_NEW);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2095:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2095 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_NEW);
      |         ^~~~~~~~
phone.c:2099:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 2099 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_EDIT);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2099:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2099 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_EDIT);
      |         ^~~~~~~~
phone.c:2103:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 2103 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2103:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2103 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
phone.c:2117:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
 2117 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(phone->co_view), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c: In function '_show_dialer_window':
phone.c:2178:9: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations]
 2178 |         gtk_widget_override_font(phone->di_entry, phone->bold);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
phone.c: In function '_show_logs_window':
phone.c:2270:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 2270 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_CLEAR);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2270:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2270 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_CLEAR);
      |         ^~~~~~~~
phone.c:2294:17: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
 2294 |                 gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(view), TRUE);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c: In function '_show_messages_window':
phone.c:2404:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 2404 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2404:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2404 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
phone.c:2429:17: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
 2429 |                 gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(view), TRUE);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c: In function '_show_plugins_window':
phone.c:2552:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
 2552 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2552:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2552 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
phone.c:2556:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
 2556 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2556:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2556 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
phone.c: In function '_show_read_window':
phone.c:2842:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 2842 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:2842:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 2842 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
phone.c:2849:9: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations]
 2849 |         gtk_widget_override_font(phone->re_name, phone->bold);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
phone.c: In function '_show_status_window':
phone.c:3035:9: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations]
 3035 |         gtk_widget_override_font(phone->st_lmissed_count, phone->bold);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
phone.c:3066:9: warning: 'gtk_widget_override_font' is deprecated [-Wdeprecated-declarations]
 3066 |         gtk_widget_override_font(phone->st_lmessages_count, phone->bold);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkapplication.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwindow.h:33,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkdialog.h:32,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:31,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
phone.c: In function 'phone_show_system':
phone.c:3193:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
 3193 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:3193:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3193 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
phone.c:3197:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
 3197 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:3197:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3197 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
phone.c: In function '_show_write_window':
phone.c:3484:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 3484 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_CUT);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:3484:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3484 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_CUT);
      |         ^~~~~~~~
phone.c:3488:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 3488 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_COPY);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:3488:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3488 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_COPY);
      |         ^~~~~~~~
phone.c:3492:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
 3492 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_PASTE);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from phone.c:43:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phone.c:3492:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3492 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_PASTE);
      |         ^~~~~~~~
phone.c: In function 'phone_write_attach_dialog':
phone.c:3616:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3616 |                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
      |                         ^~~~~~~~~~~~~~~~
phone.c:3617:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3617 |                         GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL);
      |                         ^~~~~~~~~~~~~~
phone.c:3625:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 3625 |         pixbuf = gtk_icon_theme_load_icon(theme, GTK_STOCK_FILE, 48, 0, NULL);
      |         ^~~~~~
phone.c: In function '_phone_config_foreach':
phone.c:3846:56: warning: passing argument 3 of 'config_foreach_section' from incompatible pointer type [-Wincompatible-pointer-types]
 3846 |         config_foreach_section(phone->config, section, callback, priv);
      |                                                        ^~~~~~~~
      |                                                        |
      |                                                        void (*)(const char *, const char *, void *)
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/System.h:37,
                 from phone.c:44:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/System/config.h:68:46: note: expected 'ConfigForeachSectionCallback' {aka 'void (*)(const struct _Hash *, const char *, const char *, const char *, void *)'} but argument is of type 'void (*)(const char *, const char *, void *)'
   68 |                 ConfigForeachSectionCallback callback, void * priv);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
phone.c: In function '_phone_create_progress':
phone.c:4019:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4019 |                         GTK_WINDOW(parent), flags, GTK_STOCK_CLOSE,
      |                         ^~~~~~~~~~
phone.c: In function '_phone_show_contacts_dialog':
phone.c:4404:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4404 |                                 GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT,
      |                                 ^~~~~~~~~~~~~~~~
phone.c:4405:33: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
 4405 |                                 GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
      |                                 ^~~~~~~~~~~~
--- subdirs ---
--- template.o ---
cc -I ../../include  `pkg-config --cflags glib-2.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags libSystem` -o template.o -c template.c
--- debug.so ---
cc -shared -o debug.so debug.o `pkg-config --libs glib-2.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 `pkg-config --libs gtk+-3.0 libSystem`
--- hayes.so ---
cc -shared -o hayes.so hayes/channel.o hayes/command.o hayes/common.o hayes/pdu.o hayes/quirks.o hayes.o `pkg-config --libs glib-2.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 `pkg-config --libs libSystem`
--- template.so ---
cc -shared -o template.so template.o `pkg-config --libs glib-2.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 `pkg-config --libs libSystem`
--- subdirs ---
--- blacklist.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o blacklist.o -c blacklist.c
--- phonectl.o ---
cc -D PREFIX=\"/usr/pkg\"   `pkg-config --cflags libDesktop` -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o phonectl.o -c phonectl.c
--- phone ---
cc -o phone callbacks.o main.o modem.o phone.o `pkg-config --libs libDesktop` -lintl -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- subdirs ---
blacklist.c: In function '_blacklist_settings':
blacklist.c:174:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
  174 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_NEW);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from blacklist.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blacklist.c:174:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  174 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_NEW);
      |         ^~~~~~~~
blacklist.c:178:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
  178 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from blacklist.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blacklist.c:178:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  178 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
blacklist.c:189:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  189 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(blacklist->view), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from blacklist.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- phonectl ---
cc -o phonectl phonectl.o `pkg-config --libs libDesktop` -lintl -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- subdirs ---
--- console.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o console.o -c console.c
--- debug.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o debug.o -c debug.c
debug.c: In function '_debug_init':
debug.c:228:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  228 |         widget = gtk_button_new_from_stock(GTK_STOCK_EXECUTE);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from debug.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
debug.c:228:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  228 |         widget = gtk_button_new_from_stock(GTK_STOCK_EXECUTE);
      |         ^~~~~~
debug.c:254:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  254 |         widget = gtk_button_new_from_stock(GTK_STOCK_REFRESH);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from debug.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
debug.c:254:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  254 |         widget = gtk_button_new_from_stock(GTK_STOCK_REFRESH);
      |         ^~~~~~
debug.c:268:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  268 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(debug->view), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from debug.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- engineering.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o engineering.o -c engineering.c
--- console.o ---
console.c: In function '_console_init':
console.c:122:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  122 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(console->view), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from console.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- gprs.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o gprs.o -c gprs.c
--- engineering.o ---
engineering.c: In function '_engineering_init':
engineering.c:239:9: warning: 'gtk_toggle_tool_button_new_from_stock' is deprecated: Use 'gtk_toggle_tool_button_new' instead [-Wdeprecated-declarations]
  239 |         engineering->tb_play = gtk_toggle_tool_button_new_from_stock(
      |         ^~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkradiotoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:173,
                 from engineering.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoggletoolbutton.h:79:14: note: declared here
   79 | GtkToolItem *gtk_toggle_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engineering.c:240:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  240 |                         GTK_STOCK_MEDIA_PLAY);
      |                         ^~~~~~~~~~~~~~~~~~~~
engineering.c:244:9: warning: 'gtk_toggle_tool_button_new_from_stock' is deprecated: Use 'gtk_toggle_tool_button_new' instead [-Wdeprecated-declarations]
  244 |         engineering->tb_fullscreen = gtk_toggle_tool_button_new_from_stock(
      |         ^~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkradiotoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:173,
                 from engineering.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoggletoolbutton.h:79:14: note: declared here
   79 | GtkToolItem *gtk_toggle_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engineering.c:245:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  245 |                         GTK_STOCK_FULLSCREEN);
      |                         ^~~~~~~~~~~~~~~~~~~~
engineering.c:275:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  275 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(engineering->sc_view), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from engineering.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
engineering.c:313:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  313 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(engineering->nc_view), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from engineering.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- gprs.o ---
gprs.c: In function '_gprs_init':
gprs.c:163:9: warning: 'gtk_status_icon_new_from_icon_name' is deprecated [-Wdeprecated-declarations]
  163 |         gprs->icon = gtk_status_icon_new_from_icon_name("phone-gprs");
      |         ^~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here
   92 | GtkStatusIcon        *gtk_status_icon_new_from_icon_name (const gchar        *icon_name);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:165:9: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
  165 |         gtk_status_icon_set_tooltip_text(gprs->icon, _("Not connected"));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:168:9: warning: 'gtk_status_icon_set_title' is deprecated [-Wdeprecated-declarations]
  168 |         gtk_status_icon_set_title(gprs->icon, _(plugin.name));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143:23: note: declared here
  143 | void                  gtk_status_icon_set_title          (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:170:9: warning: 'gtk_status_icon_set_name' is deprecated [-Wdeprecated-declarations]
  170 |         gtk_status_icon_set_name(gprs->icon, "phone-gprs");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:148:23: note: declared here
  148 | void                  gtk_status_icon_set_name           (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:179:9: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations]
  179 |         gtk_status_icon_set_visible(gprs->icon, active);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c: In function '_gprs_settings':
gprs.c:345:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  345 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:345:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  345 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
gprs.c:349:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  349 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:349:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  349 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
gprs.c: In function '_settings_status':
gprs.c:454:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  454 |         gprs->st_image = gtk_image_new_from_icon_name(GTK_STOCK_DISCONNECT,
      |         ^~~~
gprs.c:484:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  484 |         gprs->connect = gtk_button_new_from_stock(GTK_STOCK_CONNECT);
      |         ^~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:484:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  484 |         gprs->connect = gtk_button_new_from_stock(GTK_STOCK_CONNECT);
      |         ^~~~
gprs.c:506:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  506 |         bbox = gtk_button_new_from_stock(GTK_STOCK_CLEAR);
      |         ^~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:506:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  506 |         bbox = gtk_button_new_from_stock(GTK_STOCK_CLEAR);
      |         ^~~~
gprs.c: In function '_settings_on_apply':
gprs.c:534:9: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations]
  534 |         gtk_status_icon_set_visible(gprs->icon, active);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c: In function '_gprs_set_connected':
gprs.c:631:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  631 |                         ? GTK_STOCK_CONNECT : GTK_STOCK_DISCONNECT,
      |                         ^
gprs.c:631:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
gprs.c:635:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  635 |                         ? GTK_STOCK_DISCONNECT : GTK_STOCK_CONNECT);
      |                         ^
gprs.c:635:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
gprs.c:650:17: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
  650 |                 gtk_status_icon_set_tooltip_text(gprs->icon, buf);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:666:17: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
  666 |                 gtk_status_icon_set_tooltip_text(gprs->icon, message);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c: In function '_gprs_on_popup_menu':
gprs.c:882:9: warning: 'gtk_image_menu_item_new_with_mnemonic' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations]
  882 |         menuitem = gtk_image_menu_item_new_with_mnemonic("_Status");
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:889:9: warning: 'gtk_image_menu_item_new_with_mnemonic' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations]
  889 |         menuitem = gtk_image_menu_item_new_with_mnemonic(gprs->connected
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:891:9: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
  891 |         image = gtk_image_new_from_stock(gprs->connected ? GTK_STOCK_DISCONNECT
      |         ^~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkentry.h:42,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here
  122 | GtkWidget* gtk_image_new_from_stock     (const gchar     *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:891:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  891 |         image = gtk_image_new_from_stock(gprs->connected ? GTK_STOCK_DISCONNECT
      |         ^~~~~
gprs.c:892:25: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  892 |                         : GTK_STOCK_CONNECT, GTK_ICON_SIZE_MENU);
      |                         ^
gprs.c:893:9: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations]
  893 |         gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menuitem), image);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:901:9: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
  901 |         menuitem = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES,
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here
   84 | GtkWidget* gtk_image_menu_item_new_from_stock    (const gchar      *stock_id,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gprs.c:901:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  901 |         menuitem = gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES,
      |         ^~~~~~~~
gprs.c:915:9: 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]
  915 |         gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button, time);
      |         ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from gprs.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
  138 | void       gtk_menu_popup                 (GtkMenu             *menu,
      |            ^~~~~~~~~~~~~~
--- gps.o ---
cc -I ../../include  -I../modems `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o gps.o -c gps.c
--- n900.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o n900.o -c n900.c
--- gps.o ---
gps.c: In function '_settings_window':
gps.c:152:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  152 |         widget = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from gps.c:29:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
gps.c:152:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  152 |         widget = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
      |         ^~~~~~
--- openmoko.o ---
cc -I ../../include  -I../modems `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags alsa` -o openmoko.o -c openmoko.c
--- oss.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o oss.o -c oss.c
--- openmoko.o ---
openmoko.c: In function '_openmoko_settings':
openmoko.c:605:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  605 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from openmoko.c:38:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
openmoko.c:605:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  605 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
openmoko.c:609:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  609 |         widget = gtk_button_new_from_stock(GTK_STOCK_APPLY);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from openmoko.c:38:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
openmoko.c:609:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  609 |         widget = gtk_button_new_from_stock(GTK_STOCK_APPLY);
      |         ^~~~~~
openmoko.c:613:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  613 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from openmoko.c:38:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
openmoko.c:613:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  613 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
--- panel.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags libDesktop` -o panel.o -c panel.c
--- oss.o ---
oss.c: In function '_oss_settings':
oss.c:531:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  531 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from oss.c:38:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
oss.c:531:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  531 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
oss.c:535:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  535 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from oss.c:38:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
oss.c:535:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  535 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
--- password.o ---
--- panel.o ---
panel.c: In function '_panel_init':
panel.c:184:9: warning: 'gtk_widget_modify_font' is deprecated: Use 'gtk_widget_override_font' instead [-Wdeprecated-declarations]
  184 |         gtk_widget_modify_font(panel->operator, bold);
      |         ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:277,
                 from panel.c:36:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:769:13: note: declared here
  769 | void        gtk_widget_modify_font        (GtkWidget            *widget,
      |             ^~~~~~~~~~~~~~~~~~~~~~
--- password.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o password.o -c password.c
--- panel.o ---
panel.c: In function '_panel_settings':
panel.c:539:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  539 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from panel.c:36:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
panel.c:539:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  539 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
panel.c:543:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  543 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from panel.c:36:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
panel.c:543:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  543 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
--- profiles.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o profiles.o -c profiles.c
profiles.c: In function '_profiles_settings':
profiles.c:372:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  372 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(profiles->pr_view), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from profiles.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
profiles.c:445:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  445 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from profiles.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
profiles.c:445:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  445 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
profiles.c:449:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  449 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from profiles.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
profiles.c:449:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  449 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
--- password.o ---
password.c: In function '_password_settings':
password.c:210:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  210 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/Desktop.h:34,
                 from password.c:30:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
password.c:210:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  210 |         widget = gtk_button_new_from_stock(GTK_STOCK_CANCEL);
      |         ^~~~~~
password.c:214:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  214 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/Desktop.h:34,
                 from password.c:30:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
password.c:214:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  214 |         widget = gtk_button_new_from_stock(GTK_STOCK_OK);
      |         ^~~~~~
--- smscrypt.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm `pkg-config --cflags openssl` -o smscrypt.o -c smscrypt.c
--- systray.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o systray.o -c systray.c
systray.c: In function '_systray_init':
systray.c:91:9: warning: 'gtk_status_icon_new_from_icon_name' is deprecated [-Wdeprecated-declarations]
   91 |         systray->icon = gtk_status_icon_new_from_icon_name("call-start");
      |         ^~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/Desktop.h:34,
                 from systray.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here
   92 | GtkStatusIcon        *gtk_status_icon_new_from_icon_name (const gchar        *icon_name);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
systray.c:93:9: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
   93 |         gtk_status_icon_set_tooltip_text(systray->icon, "Phone");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:275,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/Desktop.h:34,
                 from systray.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
systray.c: In function '_systray_on_popup_menu':
systray.c:173:17: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  173 |                 { GTK_STOCK_ABOUT, "_About", _popup_menu_on_show_about },
      |                 ^
systray.c:192:17: warning: 'gtk_image_menu_item_new_with_mnemonic' is deprecated: Use 'gtk_menu_item_new_with_mnemonic' instead [-Wdeprecated-declarations]
  192 |                 menuitem = gtk_image_menu_item_new_with_mnemonic(items[i].name);
      |                 ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/Desktop.h:34,
                 from systray.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:82:12: note: declared here
   82 | GtkWidget* gtk_image_menu_item_new_with_mnemonic (const gchar      *label);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
systray.c:197:25: warning: 'gtk_image_menu_item_set_image' is deprecated [-Wdeprecated-declarations]
  197 |                         gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:269,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/Desktop.h:34,
                 from systray.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:92:12: note: declared here
   92 | void       gtk_image_menu_item_set_image         (GtkImageMenuItem *image_menu_item,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
systray.c:205:9: 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]
  205 |         gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button, time);
      |         ^~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/Desktop.h:34,
                 from systray.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
  138 | void       gtk_menu_popup                 (GtkMenu             *menu,
      |            ^~~~~~~~~~~~~~
--- smscrypt.o ---
smscrypt.c: In function '_smscrypt_event_sms_receiving':
smscrypt.c:236:17: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  236 |                 SHA1_Init(&sha1);
      |                 ^~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                           ^~~~~~~~~
smscrypt.c:237:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  237 |                 SHA1_Update(&sha1, smscrypt->buf, smscrypt->len);
      |                 ^~~~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
smscrypt.c:238:17: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  238 |                 SHA1_Final(smscrypt->buf, &sha1);
      |                 ^~~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                           ^~~~~~~~~~
smscrypt.c: In function '_smscrypt_event_sms_sending':
smscrypt.c:271:17: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  271 |                 SHA1_Init(&sha1);
      |                 ^~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                           ^~~~~~~~~
smscrypt.c:272:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  272 |                 SHA1_Update(&sha1, smscrypt->buf, smscrypt->len);
      |                 ^~~~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
smscrypt.c:273:17: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  273 |                 SHA1_Final(smscrypt->buf, &sha1);
      |                 ^~~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                           ^~~~~~~~~~
smscrypt.c: In function '_smscrypt_secret':
smscrypt.c:296:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  296 |         SHA1_Init(&sha1);
      |         ^~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                           ^~~~~~~~~
smscrypt.c:297:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  297 |         SHA1_Update(&sha1, (unsigned char const *)secret, strlen(secret));
      |         ^~~~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
smscrypt.c:298:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  298 |         SHA1_Final(smscrypt->buf, &sha1);
      |         ^~~~~~~~~~
In file included from smscrypt.c:32:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/openssl/sha.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                           ^~~~~~~~~~
smscrypt.c: In function '_smscrypt_settings':
smscrypt.c:341:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
  341 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_NEW);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from smscrypt.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smscrypt.c:341:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  341 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_NEW);
      |         ^~~~~~~~
smscrypt.c:345:9: warning: 'gtk_tool_button_new_from_stock' is deprecated: Use 'gtk_tool_button_new' instead [-Wdeprecated-declarations]
  345 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkmenutoolbutton.h:28,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:149,
                 from smscrypt.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktoolbutton.h:84:14: note: declared here
   84 | GtkToolItem *gtk_tool_button_new_from_stock (const gchar *stock_id);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smscrypt.c:345:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  345 |         toolitem = gtk_tool_button_new_from_stock(GTK_STOCK_DELETE);
      |         ^~~~~~~~
smscrypt.c:356:9: warning: 'gtk_tree_view_set_rules_hint' is deprecated [-Wdeprecated-declarations]
  356 |         gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(smscrypt->view), TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkcombobox.h:27,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkappchooserbutton.h:29,
                 from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:42,
                 from smscrypt.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here
  246 | void                   gtk_tree_view_set_rules_hint                (GtkTreeView               *tree_view,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- template.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o template.o -c template.c
--- ussd.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o ussd.o -c ussd.c
--- video.o ---
cc -I ../../include  `pkg-config --cflags libSystem gtk+-3.0` -fPIC -pipe -O2  -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libdrm -o video.o -c video.c
--- ussd.o ---
ussd.c: In function '_settings_window':
ussd.c:286:9: warning: 'gtk_button_new_from_stock' is deprecated: Use 'gtk_button_new_with_label' instead [-Wdeprecated-declarations]
  286 |         widget = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
      |         ^~~~~~
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtk.h:54,
                 from ussd.c:33:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/gtk-3.0/gtk/gtkbutton.h:103:16: note: declared here
  103 | GtkWidget*     gtk_button_new_from_stock    (const gchar    *stock_id);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
ussd.c:286:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
  286 |         widget = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
      |         ^~~~~~
ussd.c:293:46: warning: passing argument 2 of 'config_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
  293 |                 config_foreach(ussd->config, _settings_window_operators, ussd);
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                              |
      |                                              void (*)(const String *, void *) {aka void (*)(const char *, void *)}
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/System.h:37,
                 from ussd.c:34:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/System/config.h:65:66: note: expected 'ConfigForeachCallback' {aka 'void (*)(const struct _Hash *, const char *, void *)'} but argument is of type 'void (*)(const String *, void *)' {aka 'void (*)(const char *, void *)'}
   65 | void config_foreach(Config const * config, ConfigForeachCallback callback,
      |                                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
ussd.c: In function '_ussd_on_operators_changed':
ussd.c:372:33: warning: passing argument 3 of 'config_foreach_section' from incompatible pointer type [-Wincompatible-pointer-types]
  372 |                                 _ussd_on_operators_changed_operator, ussd);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                 |
      |                                 void (*)(const char *, const char *, void *)
In file included from /home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/System.h:37,
                 from ussd.c:34:
/home/pbulk/build/comms/deforaos-phone/work/.buildlink/include/System/config.h:68:46: note: expected 'ConfigForeachSectionCallback' {aka 'void (*)(const struct _Hash *, const char *, const char *, const char *, void *)'} but argument is of type 'void (*)(const char *, const char *, void *)'
   68 |                 ConfigForeachSectionCallback callback, void * priv);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
--- blacklist.so ---
cc -shared -o blacklist.so blacklist.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- debug.so ---
cc -shared -o debug.so debug.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- console.so ---
cc -shared -o console.so console.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- engineering.so ---
cc -shared -o engineering.so engineering.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- gprs.so ---
cc -shared -o gprs.so gprs.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- n900.so ---
cc -shared -o n900.so n900.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- gps.so ---
cc -shared -o gps.so gps.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64
--- openmoko.so ---
cc -shared -o openmoko.so openmoko.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 `pkg-config --libs alsa`
--- oss.so ---
cc -shared -o oss.so oss.o `pkg-config --cflags libSystem gtk+-3.0` -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -lossaudio
/bin/ld: cannot find -lossaudio
collect2: error: ld returned 1 exit status
*** [oss.so] Error code 1

bmake[2]: stopped making "all" in /home/pbulk/build/comms/deforaos-phone/work/Phone-0.6.0/src/plugins
bmake[2]: 1 error

bmake[2]: stopped making "all" in /home/pbulk/build/comms/deforaos-phone/work/Phone-0.6.0/src/plugins
*** [subdirs] Error code 2

bmake[1]: stopped making "all" in /home/pbulk/build/comms/deforaos-phone/work/Phone-0.6.0/src
bmake[1]: 1 error

bmake[1]: stopped making "all" in /home/pbulk/build/comms/deforaos-phone/work/Phone-0.6.0/src
*** [subdirs] Error code 2

bmake: stopped making "all" in /home/pbulk/build/comms/deforaos-phone/work/Phone-0.6.0
bmake: 1 error

bmake: stopped making "all" in /home/pbulk/build/comms/deforaos-phone/work/Phone-0.6.0
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/comms/deforaos-phone
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/comms/deforaos-phone