WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ed2k-gtk-gui-0.6.3nb46
/opt/pkg/bin/bmake  all-recursive
Making all in m4
Making all in debian
Making all in docs
Making all in en
Making all in de
Making all in es
Making all in fr
Making all in pl
Making all in libglade
if clang -DHAVE_CONFIG_H -I. -I. -I..   -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_LOG_DOMAIN=\"libglade\"     -DUSE_GMARKUP_PARSER            -DGLADE_LIBDIR=\""/opt/pkg/lib"\"  -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include                    -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT libglade_2_a-glade-gtk.o -MD -MP -MF ".deps/libglade_2_a-glade-gtk.Tpo" -c -o libglade_2_a-glade-gtk.o `test -f 'glade-gtk.c' || echo './'`glade-gtk.c;  then mv -f ".deps/libglade_2_a-glade-gtk.Tpo" ".deps/libglade_2_a-glade-gtk.Po"; else rm -f ".deps/libglade_2_a-glade-gtk.Tpo"; exit 1; fi
In file included from glade-gtk.c:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from glade-gtk.c:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..   -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_LOG_DOMAIN=\"libglade\"     -DUSE_GMARKUP_PARSER            -DGLADE_LIBDIR=\""/opt/pkg/lib"\"  -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include                    -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT libglade_2_a-glade-init.o -MD -MP -MF ".deps/libglade_2_a-glade-init.Tpo" -c -o libglade_2_a-glade-init.o `test -f 'glade-init.c' || echo './'`glade-init.c;  then mv -f ".deps/libglade_2_a-glade-init.Tpo" ".deps/libglade_2_a-glade-init.Po"; else rm -f ".deps/libglade_2_a-glade-init.Tpo"; exit 1; fi
In file included from glade-init.c:33:
In file included from ./glade-build.h:28:
In file included from ./glade-xml.h:26:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from glade-init.c:33:
In file included from ./glade-build.h:28:
In file included from ./glade-xml.h:27:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
glade-init.c:109:14: warning: 'pango_split_file_list' is deprecated [-Wdeprecated-declarations]
    result = pango_split_file_list (module_path);
             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/pango-1.0/pango/pango-utils.h:31:1: note: 'pango_split_file_list' has been explicitly marked deprecated here
PANGO_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/pango-1.0/pango/pango-version-macros.h:395:49: note: expanded from macro 'PANGO_DEPRECATED'
# define PANGO_DEPRECATED                       G_DEPRECATED _PANGO_EXTERN
                                                ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
glade-init.c:129:16: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations]
        module_name = g_module_build_path (module_path[i], name);
                      ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gmodule.h:141:1: note: 'g_module_build_path' has been explicitly marked deprecated here
GMODULE_DEPRECATED_IN_2_76
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gmodule/gmodule-visibility.h:887:36: note: expanded from macro 'GMODULE_DEPRECATED_IN_2_76'
#define GMODULE_DEPRECATED_IN_2_76 GMODULE_DEPRECATED
                                   ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gmodule/gmodule-visibility.h:30:28: note: expanded from macro 'GMODULE_DEPRECATED'
#define GMODULE_DEPRECATED G_DEPRECATED _GMODULE_EXTERN
                           ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
glade-init.c:143:19: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations]
    module_name = g_module_build_path (NULL, name);
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gmodule.h:141:1: note: 'g_module_build_path' has been explicitly marked deprecated here
GMODULE_DEPRECATED_IN_2_76
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gmodule/gmodule-visibility.h:887:36: note: expanded from macro 'GMODULE_DEPRECATED_IN_2_76'
#define GMODULE_DEPRECATED_IN_2_76 GMODULE_DEPRECATED
                                   ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gmodule/gmodule-visibility.h:30:28: note: expanded from macro 'GMODULE_DEPRECATED'
#define GMODULE_DEPRECATED G_DEPRECATED _GMODULE_EXTERN
                           ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
5 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..   -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_LOG_DOMAIN=\"libglade\"     -DUSE_GMARKUP_PARSER            -DGLADE_LIBDIR=\""/opt/pkg/lib"\"  -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include                    -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT libglade_2_a-glade-parser.o -MD -MP -MF ".deps/libglade_2_a-glade-parser.Tpo" -c -o libglade_2_a-glade-parser.o `test -f 'glade-parser.c' || echo './'`glade-parser.c;  then mv -f ".deps/libglade_2_a-glade-parser.Tpo" ".deps/libglade_2_a-glade-parser.Po"; else rm -f ".deps/libglade_2_a-glade-parser.Tpo"; exit 1; fi
In file included from glade-parser.c:48:
In file included from ./glade-private.h:26:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from glade-parser.c:48:
In file included from ./glade-private.h:26:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
glade-parser.c:1464:29: warning: passing 'const guint8 *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                guint16 onamelen = strlen(cbuf);
                                          ^~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
glade-parser.c:1468:31: warning: passing 'const guint8 *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                guint16 commentlen = strlen(cbuf);
                                            ^~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
glade-parser.c:1500:49: warning: passing 'guint8 *' (aka 'unsigned char *') to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        interface = glade_parser_parse_buffer_internal(decompress_buf, decompress_len, domain);
                                                       ^~~~~~~~~~~~~~
glade-parser.c:1376:49: note: passing argument to parameter 'buffer' here
glade_parser_parse_buffer_internal(const gchar *buffer, gint len, const gchar *domain)
                                                ^
5 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..   -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_LOG_DOMAIN=\"libglade\"     -DUSE_GMARKUP_PARSER            -DGLADE_LIBDIR=\""/opt/pkg/lib"\"  -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include                    -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -MT libglade_2_a-glade-xml.o -MD -MP -MF ".deps/libglade_2_a-glade-xml.Tpo" -c -o libglade_2_a-glade-xml.o `test -f 'glade-xml.c' || echo './'`glade-xml.c;  then mv -f ".deps/libglade_2_a-glade-xml.Tpo" ".deps/libglade_2_a-glade-xml.Po"; else rm -f ".deps/libglade_2_a-glade-xml.Tpo"; exit 1; fi
In file included from glade-xml.c:28:
In file included from ./glade-xml.h:26:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from glade-xml.c:28:
In file included from ./glade-xml.h:27:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
glade-xml.c:1173:16: warning: variable 'w' set but not used [-Wunused-but-set-variable]
    GtkWidget *w;
               ^
glade-xml.c:1397:18: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
            prop_info = g_memdup(array->data,
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
glade-xml.c:1460:2: warning: 'g_value_set_char' is deprecated: Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
        g_value_set_char(value, string[0]);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gvaluetypes.h:193:1: note: 'g_value_set_char' has been explicitly marked deprecated here
GOBJECT_DEPRECATED_IN_2_32_FOR(g_value_set_schar)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:140:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_32_FOR'
#define GOBJECT_DEPRECATED_IN_2_32_FOR(f) GOBJECT_DEPRECATED_FOR (f)
                                          ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
#define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
glade-xml.c:1593:49: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
        props_array = g_array_new(FALSE, FALSE, sizeof(GParameter));
                                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
glade-xml.c:1605:2: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
        GParameter param = { NULL };
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
glade-xml.c:1656:14: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
    widget = g_object_newv(widget_type, props_array->len,
             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
#define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
                                          ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
#define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
glade-xml.c:1657:8: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           (GParameter *)props_array->data);
                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
glade-xml.c:1661:29: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
        g_array_index(props_array, GParameter, i).name = NULL;
                                   ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
glade-xml.c:1662:44: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
        g_value_unset(&g_array_index(props_array, GParameter, i).value);
                                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
11 warnings generated.
rm -f libglade-2.a
ar cru libglade-2.a libglade_2_a-glade-gtk.o  libglade_2_a-glade-init.o  libglade_2_a-glade-parser.o  libglade_2_a-glade-xml.o 
ranlib libglade-2.a
Making all in ed2k_gui
/opt/pkg/bin/glib-genmarshal --header  --prefix=gui_marshal ./gui-marshal.list > gui-marshal.h.tmp
INFO: Reading ./gui-marshal.list...
mv gui-marshal.h.tmp gui-marshal.h
/opt/pkg/bin/glib-genmarshal --body --prefix=gui_marshal ./gui-marshal.list > gui-marshal.c.tmp
INFO: Reading ./gui-marshal.list...
mv gui-marshal.c.tmp gui-marshal.c
/opt/pkg/bin/bmake  all-am
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT blacklist.o -MD -MP -MF ".deps/blacklist.Tpo" -c -o blacklist.o blacklist.c;  then mv -f ".deps/blacklist.Tpo" ".deps/blacklist.Po"; else rm -f ".deps/blacklist.Tpo"; exit 1; fi
In file included from blacklist.c:28:
In file included from ./status_page.h:18:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT colors.o -MD -MP -MF ".deps/colors.Tpo" -c -o colors.o colors.c;  then mv -f ".deps/colors.Tpo" ".deps/colors.Po"; else rm -f ".deps/colors.Tpo"; exit 1; fi
In file included from colors.c:17:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT connect-dialog.o -MD -MP -MF ".deps/connect-dialog.Tpo" -c -o connect-dialog.o connect-dialog.c;  then mv -f ".deps/connect-dialog.Tpo" ".deps/connect-dialog.Po"; else rm -f ".deps/connect-dialog.Tpo"; exit 1; fi
In file included from connect-dialog.c:22:
In file included from ./connect-dialog.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from connect-dialog.c:25:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT core-conn.o -MD -MP -MF ".deps/core-conn.Tpo" -c -o core-conn.o core-conn.c;  then mv -f ".deps/core-conn.Tpo" ".deps/core-conn.Po"; else rm -f ".deps/core-conn.Tpo"; exit 1; fi
core-conn.c:808:41: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                ramfile_write(coreconn->priv->packet, event->buffer, 5);
                                                      ^~~~~~~~~~~~~
./ramfile.h:57:55: note: passing argument to parameter 'buf' here
void      ramfile_write   (ramfile *rf, const guint8 *buf, gint len);
                                                      ^
core-conn.c:830:41: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                ramfile_write(coreconn->priv->packet, event->buffer, event->length);
                                                      ^~~~~~~~~~~~~
./ramfile.h:57:55: note: passing argument to parameter 'buf' here
void      ramfile_write   (ramfile *rf, const guint8 *buf, gint len);
                                                      ^
core-conn.c:1111:44: warning: passing 'guint8 *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        gnet_conn_write (conn->priv->guicoreconn, np, data_size+5);
                                                  ^~
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gnet-2.0/conn.h:232:46: note: passing argument to parameter 'buffer' here
void       gnet_conn_write (GConn* conn, gchar* buffer, gint length);
                                                ^
core-conn.c:1167:8: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
        guint dummy, ver;
              ^
core-conn.c:2343:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
        g_atexit(atExit);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
5 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT disclosure-widget.o -MD -MP -MF ".deps/disclosure-widget.Tpo" -c -o disclosure-widget.o disclosure-widget.c;  then mv -f ".deps/disclosure-widget.Tpo" ".deps/disclosure-widget.Po"; else rm -f ".deps/disclosure-widget.Tpo"; exit 1; fi
In file included from disclosure-widget.c:39:
In file included from ./disclosure-widget.h:38:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
disclosure-widget.c:82:18: warning: variable 'check_button' set but not used [-Wunused-but-set-variable]
        GtkCheckButton *check_button;
                        ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT dns_lookup.o -MD -MP -MF ".deps/dns_lookup.Tpo" -c -o dns_lookup.o dns_lookup.c;  then mv -f ".deps/dns_lookup.Tpo" ".deps/dns_lookup.Po"; else rm -f ".deps/dns_lookup.Tpo"; exit 1; fi
In file included from dns_lookup.c:25:
In file included from ./status_page.h:18:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
dns_lookup.c:353:2: warning: ******************************* FIX ASYNC DNS LOOKUP ****************** [-W#warnings]
#warning ******************************* FIX ASYNC DNS LOOKUP ******************
 ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT downloads_attrib.o -MD -MP -MF ".deps/downloads_attrib.Tpo" -c -o downloads_attrib.o downloads_attrib.c;  then mv -f ".deps/downloads_attrib.Tpo" ".deps/downloads_attrib.Po"; else rm -f ".deps/downloads_attrib.Tpo"; exit 1; fi
In file included from downloads_attrib.c:27:
In file included from ./status_page.h:18:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from downloads_attrib.c:32:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
downloads_attrib.c:178:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
        g_atexit(&downloadsattriblist_save);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
downloads_attrib.c:215:57: warning: passing 'guint8 [33]' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                rec = downloadsattriblist_get_record(hash_str_to_hash(hashstr));
                                                                      ^~~~~~~
./misc.h:41:46: note: passing argument to parameter 'hash_str' here
const guint8  *hash_str_to_hash (const gchar hash_str[]);
                                             ^
4 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT downloads-list.o -MD -MP -MF ".deps/downloads-list.Tpo" -c -o downloads-list.o downloads-list.c;  then mv -f ".deps/downloads-list.Tpo" ".deps/downloads-list.Po"; else rm -f ".deps/downloads-list.Tpo"; exit 1; fi
In file included from downloads-list.c:20:
In file included from ./downloads-list.h:22:
In file included from ./progressbar-renderer.h:22:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcellrenderer.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcelleditable.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
downloads-list.c:229:8: warning: if statement has empty body [-Wempty-body]
        if (1);
              ^
downloads-list.c:229:8: note: put the semicolon on a separate line to silence this warning
downloads-list.c:653:1: warning: Deprecated pre-processor symbol: replace with "static inline" [-W#pragma-messages]
G_INLINE_FUNC void
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:157:39: note: expanded from macro 'G_INLINE_FUNC'
#  define G_INLINE_FUNC static inline GLIB_DEPRECATED_MACRO_IN_2_48_FOR(static inline)
                                      ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:414:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_48_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_48_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"static inline\""
     ^
downloads-list.c:690:1: warning: Deprecated pre-processor symbol: replace with "static inline" [-W#pragma-messages]
G_INLINE_FUNC void
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:157:39: note: expanded from macro 'G_INLINE_FUNC'
#  define G_INLINE_FUNC static inline GLIB_DEPRECATED_MACRO_IN_2_48_FOR(static inline)
                                      ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:414:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_48_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_48_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"static inline\""
     ^
downloads-list.c:732:1: warning: Deprecated pre-processor symbol: replace with "static inline" [-W#pragma-messages]
G_INLINE_FUNC IconName
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:157:39: note: expanded from macro 'G_INLINE_FUNC'
#  define G_INLINE_FUNC static inline GLIB_DEPRECATED_MACRO_IN_2_48_FOR(static inline)
                                      ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:414:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_48_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_48_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"static inline\""
     ^
downloads-list.c:1298:1: warning: Deprecated pre-processor symbol: replace with "static inline" [-W#pragma-messages]
G_INLINE_FUNC gint
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:157:39: note: expanded from macro 'G_INLINE_FUNC'
#  define G_INLINE_FUNC static inline GLIB_DEPRECATED_MACRO_IN_2_48_FOR(static inline)
                                      ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:414:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_48_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_48_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:146:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"static inline\""
     ^
downloads-list.c:1539:2: warning: 'g_qsort_with_data' is deprecated: Use 'g_sort_array' instead [-Wdeprecated-declarations]
        g_qsort_with_data(list->rows,
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gqsort.h:38:1: note: 'g_qsort_with_data' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_82_FOR(g_sort_array)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:990:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_82_FOR'
#define GLIB_DEPRECATED_IN_2_82_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
downloads-list.c:1899:1: warning: Deprecated pre-processor symbol: replace with "static inline" [-W#pragma-messages]
G_INLINE_FUNC void
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:157:39: note: expanded from macro 'G_INLINE_FUNC'
#  define G_INLINE_FUNC static inline GLIB_DEPRECATED_MACRO_IN_2_48_FOR(static inline)
                                      ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:414:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_48_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_48_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"static inline\""
     ^
downloads-list.c:2348:2: warning: 'g_qsort_with_data' is deprecated: Use 'g_sort_array' instead [-Wdeprecated-declarations]
        g_qsort_with_data(pbgaps,
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gqsort.h:38:1: note: 'g_qsort_with_data' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_82_FOR(g_sort_array)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:990:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_82_FOR'
#define GLIB_DEPRECATED_IN_2_82_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
9 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT downloads-view.o -MD -MP -MF ".deps/downloads-view.Tpo" -c -o downloads-view.o downloads-view.c;  then mv -f ".deps/downloads-view.Tpo" ".deps/downloads-view.Po"; else rm -f ".deps/downloads-view.Tpo"; exit 1; fi
In file included from downloads-view.c:19:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from downloads-view.c:27:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT eggtrayicon.o -MD -MP -MF ".deps/eggtrayicon.Tpo" -c -o eggtrayicon.o eggtrayicon.c;  then mv -f ".deps/eggtrayicon.Tpo" ".deps/eggtrayicon.Po"; else rm -f ".deps/eggtrayicon.Tpo"; exit 1; fi
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT filter.o -MD -MP -MF ".deps/filter.Tpo" -c -o filter.o filter.c;  then mv -f ".deps/filter.Tpo" ".deps/filter.Po"; else rm -f ".deps/filter.Tpo"; exit 1; fi
In file included from filter.c:20:
In file included from ./status_page.h:18:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
filter.c:39:60: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
static const gchar  *filter_delimitors  = "_ ()[]{}.,!*&^%$<A3>-=+#@'<>|/\\;:\"0123456789";
                                                           ^~~~
filter.c:93:3: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
                g_atexit(&free_filters);
                ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
3 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT http_get.o -MD -MP -MF ".deps/http_get.Tpo" -c -o http_get.o http_get.c;  then mv -f ".deps/http_get.Tpo" ".deps/http_get.Po"; else rm -f ".deps/http_get.Tpo"; exit 1; fi
In file included from http_get.c:26:
In file included from ./downloads-list.h:22:
In file included from ./progressbar-renderer.h:22:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcellrenderer.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcelleditable.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
http_get.c:422:43: warning: passing 'gchar [16]' to parameter of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                                        search_add_or_update_record (search, hash, NULL, size, 0, fn, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL);
                                                                             ^~~~
./search.h:141:65: note: passing argument to parameter 'hash' here
                                                  const guint8 *hash,
                                                                ^
http_get.c:426:44: warning: passing 'gchar [16]' to parameter of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                                        gui_core_conn_send_new_download(core, hash, size, fn); /* download immediately! */
                                                                              ^~~~
./core-conn.h:320:74: note: passing argument to parameter 'hash' here
                                                          const guint8  *hash,
                                                                         ^
http_get.c:432:17: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
                                                hashdup = g_memdup(hash, 16+1);
                                                          ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
http_get.c:443:17: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
                                                hashdup = g_memdup (hash, 16+2);
                                                          ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
5 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT icons.o -MD -MP -MF ".deps/icons.Tpo" -c -o icons.o icons.c;  then mv -f ".deps/icons.Tpo" ".deps/icons.Po"; else rm -f ".deps/icons.Tpo"; exit 1; fi
In file included from icons.c:19:
In file included from ./mainwindow.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
icons.c:186:2: warning: 'gdk_pixbuf_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations]
        gdk_pixbuf_unref(pb); /* delete original pixbuf */
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:167:1: note: 'gdk_pixbuf_unref' has been explicitly marked deprecated here
GDK_PIXBUF_DEPRECATED_IN_2_0_FOR(g_object_unref)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h:343:45: note: expanded from macro 'GDK_PIXBUF_DEPRECATED_IN_2_0_FOR'
#define GDK_PIXBUF_DEPRECATED_IN_2_0_FOR(f) G_DEPRECATED_FOR(f) _GDK_PIXBUF_EXTERN
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT linkhandler.o -MD -MP -MF ".deps/linkhandler.Tpo" -c -o linkhandler.o linkhandler.c;  then mv -f ".deps/linkhandler.Tpo" ".deps/linkhandler.Po"; else rm -f ".deps/linkhandler.Tpo"; exit 1; fi
In file included from linkhandler.c:33:
In file included from ./mainwindow.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from linkhandler.c:35:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
linkhandler.c:181:27: warning: adding 'unsigned long' to a string does not append to the string [-Wstring-plus-int]
             && strcmp(LOCALEPATH+strlen(LOCALEPATH)-13,"share/locale/") == 0 ) /* 13 = strlen("share/locale/")         */
                       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
linkhandler.c:181:27: note: use array indexing to silence this warning
             && strcmp(LOCALEPATH+strlen(LOCALEPATH)-13,"share/locale/") == 0 ) /* 13 = strlen("share/locale/")         */
                                 ^
                       &         [                  ]
linkhandler.c:1507:36: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                          msg );
                                          ^~~
linkhandler.c:1507:36: note: treat the string as an argument to avoid this
                                          msg );
                                          ^
                                          "%s", 
4 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT logfile.o -MD -MP -MF ".deps/logfile.Tpo" -c -o logfile.o logfile.c;  then mv -f ".deps/logfile.Tpo" ".deps/logfile.Po"; else rm -f ".deps/logfile.Tpo"; exit 1; fi
In file included from logfile.c:22:
In file included from ./status_page.h:18:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
logfile.c:163:4: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
                        g_atexit(logfile_close);
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c;  then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from main.c:25:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from main.c:32:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT mainwindow.o -MD -MP -MF ".deps/mainwindow.Tpo" -c -o mainwindow.o mainwindow.c;  then mv -f ".deps/mainwindow.Tpo" ".deps/mainwindow.Po"; else rm -f ".deps/mainwindow.Tpo"; exit 1; fi
In file included from mainwindow.c:20:
In file included from ./connect-dialog.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from mainwindow.c:26:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
mainwindow.c:139:37: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                                  msg );
                                                  ^~~
mainwindow.c:139:37: note: treat the string as an argument to avoid this
                                                  msg );
                                                  ^
                                                  "%s", 
3 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o misc.c;  then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi
In file included from misc.c:27:
In file included from ./mainwindow.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from misc.c:29:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
misc.c:542:41: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        g_strdelimit (str, "-=_:+%$#^*(){}[]~@!<A3>", ' ');
                                               ^~~~
misc.c:1210:13: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                checkpos2 = g_utf8_next_char(checkpos);
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
misc.c:1228:13: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                checkpos2 = g_utf8_next_char(checkpos);
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
misc.c:1246:13: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                checkpos2 = g_utf8_next_char(checkpos);
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
misc.c:1644:52: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        g_strdelimit (newname, "_-|><.:;~[](){}+=#@/\\,!\"<A3>$%^&*", ' ');
                                                          ^~~~
7 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT misc_gtk.o -MD -MP -MF ".deps/misc_gtk.Tpo" -c -o misc_gtk.o misc_gtk.c;  then mv -f ".deps/misc_gtk.Tpo" ".deps/misc_gtk.Po"; else rm -f ".deps/misc_gtk.Tpo"; exit 1; fi
In file included from misc_gtk.c:20:
In file included from ./mainwindow.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from misc_gtk.c:21:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
misc_gtk.c:546:36: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        checktxt_utf8 = UTF8_SHORT_PRINTF(checktxt);
                                          ^~~~~~~~
misc_gtk.c:546:36: note: treat the string as an argument to avoid this
        checktxt_utf8 = UTF8_SHORT_PRINTF(checktxt);
                                          ^
                                          "%s", 
3 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT misc_strings.o -MD -MP -MF ".deps/misc_strings.Tpo" -c -o misc_strings.o misc_strings.c;  then mv -f ".deps/misc_strings.Tpo" ".deps/misc_strings.Po"; else rm -f ".deps/misc_strings.Tpo"; exit 1; fi
misc_strings.c:329:8: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
                next = g_utf8_next_char(pos);
                     ^ ~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT misc_sys.o -MD -MP -MF ".deps/misc_sys.Tpo" -c -o misc_sys.o misc_sys.c;  then mv -f ".deps/misc_sys.Tpo" ".deps/misc_sys.Po"; else rm -f ".deps/misc_sys.Tpo"; exit 1; fi
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT notebook.o -MD -MP -MF ".deps/notebook.Tpo" -c -o notebook.o notebook.c;  then mv -f ".deps/notebook.Tpo" ".deps/notebook.Po"; else rm -f ".deps/notebook.Tpo"; exit 1; fi
In file included from notebook.c:29:
In file included from ./status_page.h:18:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
notebook.c:549:7: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
        if ( !overnet == servers_page_visible )
             ^        ~~
notebook.c:549:7: note: add parentheses after the '!' to evaluate the comparison first
        if ( !overnet == servers_page_visible )
             ^
              (                              )
notebook.c:549:7: note: add parentheses around left hand side expression to silence this warning
        if ( !overnet == servers_page_visible )
             ^
             (       )
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT options.o -MD -MP -MF ".deps/options.Tpo" -c -o options.o options.c;  then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f ".deps/options.Tpo"; exit 1; fi
In file included from options.c:23:
In file included from ./stats.h:22:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
options.c:79:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_verify_cancel", OPT_GUI_DOWNLOADS_VERIFY_CANCEL, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:81:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("verify_exit", OPT_GUI_VERIFY_EXIT, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:83:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("shutdown_core_on_exit", OPT_GUI_SHUTDOWN_CORE_ON_EXIT, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:85:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("connect_dialog_make_values_default", OPT_GUI_CONNECT_DIALOG_MAKE_VALUES_DEFAULT, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:87:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("spawn_core_on_startup_if_needed", OPT_GUI_SPAWN_CORE_ON_STARTUP_IF_NEEDED, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:89:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("auto_connect_to_core_on_startup", OPT_GUI_AUTO_CONNECT_TO_CORE_ON_STARTUP, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:91:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("search_show_own_files", OPT_GUI_SEARCH_SHOW_OWN_FILES, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:93:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("servers_rotate_interval", OPT_GUI_SERVERS_ROTATE_INTERVAL, 0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:95:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("servers_fetch_new_list_when_too_few", OPT_GUI_SERVERS_FETCH_NEW_LIST_WHEN_TOO_FEW, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:97:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("servers_clear_list_before_fetching_new_list", OPT_GUI_SERVERS_CLEAR_LIST_BEFORE_FETCHING_NEW_LIST, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:99:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("download_ed2k_link_immediately", OPT_GUI_DOWNLOAD_ED2K_LINK_IMMEDIATELY, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:101:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("restart_crashed_core", OPT_GUI_RESTART_CRASHED_CORE, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:103:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("servers_disconnect_if_firewalled", OPT_GUI_SERVERS_DISCONNECT_IF_FIREWALLED, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:105:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_hide_junk", OPT_GUI_DOWNLOADS_HIDE_JUNK, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:107:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_keep_extension_when_hiding_junk", OPT_GUI_DOWNLOADS_KEEP_EXTENSION_WHEN_HIDING_JUNK, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:109:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_show_transfered_in_percent", OPT_GUI_DOWNLOADS_SHOW_TRANSFERED_IN_PERCENT, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:111:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("ignore_double_clicks", OPT_GUI_IGNORE_DOUBLE_CLICKS, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:113:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("search_show_blacklisted_items", OPT_GUI_SEARCH_SHOW_BLACKLISTED_ITEMS, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:115:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("servers_ignore_queue_deadlocks", OPT_GUI_SERVERS_IGNORE_QUEUE_DEADLOCKS, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:117:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("no_green", OPT_GUI_NO_GREEN, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:119:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("slow_gui_core_connection", OPT_GUI_SLOW_GUI_CORE_CONNECTION, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:121:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_no_insuff_disk_space_pause", OPT_GUI_DOWNLOADS_NO_INSUFFICIENT_DISK_SPACE_PAUSE, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:123:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("status_window_clear_interval", OPT_GUI_STATUS_WINDOW_CLEAR_INTERVAL, 0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:125:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("log_have_timestamp", OPT_GUI_LOG_HAVE_TIMESTAMP, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:127:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("no_links_to_logfile", OPT_GUI_NO_LINKS_TO_LOGFILE, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:129:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_blue_progressbar", OPT_GUI_DOWNLOADS_BLUE_PROGRESSBAR, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:131:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_blacklist_on_download", OPT_GUI_DOWNLOADS_BLACKLIST_ON_DOWNLOAD, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:133:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_no_active_download_cancel", OPT_GUI_NO_ACTIVE_DOWNLOAD_CANCEL, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:135:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("no_app_icon", OPT_GUI_NO_APP_ICON, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:137:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_unselect_all_after_action", OPT_GUI_DOWNLOADS_UNSELECT_ALL_AFTER_ACTION, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:139:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_single_selection_mode", OPT_GUI_DOWNLOADS_SINGLE_SELECTION_MODE, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:141:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("servers_unselect_all_after_action", OPT_GUI_SERVERS_UNSELECT_ALL_AFTER_ACTION, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:143:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("servers_single_selection_mode", OPT_GUI_SERVERS_SINGLE_SELECTION_MODE, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:145:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("search_notebook_tab_pos", OPT_GUI_SEARCH_NOTEBOOK_TAB_POS, GTK_POS_LEFT ),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:147:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("main_notebook_tab_pos", OPT_GUI_MAIN_NOTEBOOK_TAB_POS, GTK_POS_TOP ),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:149:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("main_notebook_hide_tab_text_left_right", OPT_GUI_MAIN_NOTEBOOK_HIDE_TAB_TEXT_LEFT_RIGHT, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:151:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("linkhandler_action_if_no_gui_running", OPT_GUI_LINKHANDLER_ACTION_IF_NO_GUI_RUNNING, LINKHANDLER_IF_NO_GUI_ASK ),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:153:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("linkhandler_add_paused_default", OPT_GUI_LINKHANDLER_ADD_PAUSED_DEFAULT, FALSE ),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:155:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("default_core_host", OPT_GUI_DEFAULT_CORE_HOST, "localhost"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:157:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("default_core_port", OPT_GUI_DEFAULT_CORE_PORT, 4663),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:159:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("default_core_user", OPT_GUI_DEFAULT_CORE_USER, ""),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:161:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("default_core_pass", OPT_GUI_DEFAULT_CORE_PASS, ""),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:163:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("default_core_binary_path", OPT_GUI_DEFAULT_CORE_BINARY_PATH, ""),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:165:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("default_core_cookie", OPT_GUI_DEFAULT_CORE_COOKIE, ""),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:167:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("default_remote_connect", OPT_GUI_DEFAULT_REMOTE_CONNECT, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:169:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("serverlist_url_1", OPT_GUI_SERVERLIST_URL_1, "http://www.edonkey2000.com/servers.html"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:171:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("serverlist_url_2", OPT_GUI_SERVERLIST_URL_2, "http://met.syltonline.de/server.met"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:173:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("changes_from_040_to_050_shown", OPT_GUI_CHANGES_FROM_040_TO_050_SHOWN, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:175:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("downloads_min_free_disk_space", OPT_GUI_DOWNLOADS_MIN_FREE_DISKSPACE, 3),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:177:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("servers_auto_remove_invalid", OPT_GUI_SERVERS_AUTO_REMOVE_INVALID, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:179:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("exec_on_complete_command", OPT_GUI_EXEC_ON_COMPLETE_COMMAND, ""),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:181:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("icon_theme", OPT_GUI_ICON_THEME, "default"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:183:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("max_logfile_size", OPT_GUI_MAX_LOGFILE_SIZE, 1000),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:185:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("toolbar_show_search_options", OPT_GUI_TOOLBAR_SHOW_SEARCH_OPTIONS, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:187:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("column_widths_downloads",    OPT_GUI_COLUMN_WIDTHS_DOWNLOADS,    "200;80;80;100;70;70;70;70;70;70;70;70;70;70;70;70"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:188:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("column_widths_uploads",      OPT_GUI_COLUMN_WIDTHS_UPLOADS,      "280;65;200"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:189:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("column_widths_upload_stats", OPT_GUI_COLUMN_WIDTHS_UPLOAD_STATS, "90;90;500;220"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:190:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("column_widths_search",       OPT_GUI_COLUMN_WIDTHS_SEARCH,       "30;130;70;70;70;70;70;70;70;70;70;70;70;70;70;70"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:191:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("column_widths_servers",      OPT_GUI_COLUMN_WIDTHS_SERVERS,      "250;120;90;50;50;50;50;50;50;50;50;0;0;0;0;0"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:192:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option ("column_widths_shared_files", OPT_GUI_COLUMN_WIDTHS_SHARED_FILES, "250;90;70;90;70"),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
options.c:194:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_type_downloads",    OPT_GUI_SORT_TYPE_DOWNLOADS,    GTK_SORT_DESCENDING),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:195:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_type_uploads",      OPT_GUI_SORT_TYPE_UPLOADS,      GTK_SORT_DESCENDING),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:196:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_type_upload_stats", OPT_GUI_SORT_TYPE_UPLOAD_STATS, GTK_SORT_DESCENDING),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:197:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_type_search",       OPT_GUI_SORT_TYPE_SEARCH,       GTK_SORT_DESCENDING),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:198:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_type_servers",      OPT_GUI_SORT_TYPE_SERVERS,      GTK_SORT_DESCENDING),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:199:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_type_shared_files", OPT_GUI_SORT_TYPE_SHARED_FILES, GTK_SORT_DESCENDING),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:200:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_type_shared_dirs",  OPT_GUI_SORT_TYPE_SHARED_DIRS,  GTK_SORT_DESCENDING),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:202:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_col_downloads",     OPT_GUI_SORT_COL_DOWNLOADS,    0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:203:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_col_uploads",       OPT_GUI_SORT_COL_UPLOADS,      0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:204:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_col_upload_stats",  OPT_GUI_SORT_COL_UPLOAD_STATS, 0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:205:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_col_search",        OPT_GUI_SORT_COL_SEARCH,       0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:206:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_col_servers",       OPT_GUI_SORT_COL_SERVERS,      0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:207:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_col_shared_files",  OPT_GUI_SORT_COL_SHARED_FILES, 0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:208:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("sort_col_shared_dirs",   OPT_GUI_SORT_COL_SHARED_DIRS,  0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:210:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("pane_pos_uploads_page",  OPT_GUI_PANE_POS_UPLOADS_PAGE, 300),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:211:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("pane_pos_shared_page",   OPT_GUI_PANE_POS_SHARED_PAGE,  200),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:213:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("window_pos_x",           OPT_GUI_WINDOW_POS_X,   16),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:214:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("window_pos_y",           OPT_GUI_WINDOW_POS_Y,   16),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:215:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option("window_pos_allow_negative_values", OPT_GUI_WINDOW_POS_ALLOW_NEGATIVE_VALUES, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:216:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("window_width",           OPT_GUI_WINDOW_WIDTH,  640),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:217:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("window_height",          OPT_GUI_WINDOW_HEIGHT, 480),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:219:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option("window_save_pos_and_size", OPT_GUI_WINDOW_SAVE_POS_AND_SIZE, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:221:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("stats_timeline_active",    OPT_GUI_STATS_TIMELINE_ACTIVE, STATS_TIMELINE_LAST_3MINS),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:222:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("stats_timeline_mode",      OPT_GUI_STATS_TIMELINE_MODE,   STATS_TIMELINE_DISPLAYMODE_BARS),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:223:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("stats_up_wrong",           OPT_GUI_STATS_UP_WRONG,   1024),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:224:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("stats_up_crop",            OPT_GUI_STATS_UP_CROP,     150),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:225:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("stats_down_wrong",         OPT_GUI_STATS_DOWN_WRONG, 2048),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:226:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("stats_down_crop",          OPT_GUI_STATS_DOWN_CROP,   150),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:228:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option ("max_connections_seen",     OPT_GUI_MAX_CONNECTIONS_SEEN,0),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:230:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("downloads_filenames_bold", OPT_GUI_DOWNLOADS_FILENAMES_BOLD, TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:231:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("search_filenames_bold",    OPT_GUI_SEARCH_FILENAMES_BOLD,    TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:233:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("set_rules_hint_on_lists",   OPT_GUI_SET_RULES_HINT_ON_LISTS,  TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:235:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("show_icons_in_shared_files_list",  OPT_GUI_SHOW_ICONS_IN_SHARED_FILES_LIST,  TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:236:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("show_icons_in_search_list",        OPT_GUI_SHOW_ICONS_IN_SEARCH_LIST,        TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:238:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("use_applet_if_supported",          OPT_GUI_USE_APPLET_IF_SUPPORTED,          TRUE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:240:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_int_option  ("icon_scaling_factor",              OPT_GUI_ICON_SCALING_FACTOR,              100),
        ^
options.c:71:90: note: expanded from macro 'add_int_option'
#define add_int_option(name,index,defaultvalue)    { name, G_TYPE_INT,     index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:242:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("resume_a_paused_download_on_complete", OPT_GUI_RESUME_ONE_PAUSED_DL_ON_COMPLETE, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:244:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_bool_option ("remote_core_override_temp_with_locally_mounted_temp", OPT_GUI_OVERRIDE_TEMP, FALSE),
        ^
options.c:73:90: note: expanded from macro 'add_bool_option'
#define add_bool_option(name,index,defaultvalue)   { name, G_TYPE_BOOLEAN, index, NULL, {def_int: defaultvalue }, NULL }
                                                                                         ^
options.c:246:2: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        add_str_option  ("remote_core_override_temp_locally_mounted_temp_path", OPT_GUI_OVERRIDE_TEMP_PATH, ""),
        ^
options.c:69:90: note: expanded from macro 'add_str_option'
#define add_str_option(name,index,defaultvalue)    { name, G_TYPE_STRING,  index, NULL, {def_str: defaultvalue }, NULL }
                                                                                         ^
100 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT options_page.o -MD -MP -MF ".deps/options_page.Tpo" -c -o options_page.o options_page.c;  then mv -f ".deps/options_page.Tpo" ".deps/options_page.Po"; else rm -f ".deps/options_page.Tpo"; exit 1; fi
In file included from options_page.c:29:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkhbbox.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkbbox.h:34:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkbox.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from options_page.c:38:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkoptionmenu.h:32:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT packet.o -MD -MP -MF ".deps/packet.Tpo" -c -o packet.o packet.c;  then mv -f ".deps/packet.Tpo" ".deps/packet.Po"; else rm -f ".deps/packet.Tpo"; exit 1; fi
In file included from packet.c:28:
In file included from ./statusbar.h:16:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
packet.c:63:25: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        ramfile_write(*packet, buffer, length);
                               ^~~~~~
./ramfile.h:57:55: note: passing argument to parameter 'buf' here
void      ramfile_write   (ramfile *rf, const guint8 *buf, gint len);
                                                      ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT pipe.o -MD -MP -MF ".deps/pipe.Tpo" -c -o pipe.o pipe.c;  then mv -f ".deps/pipe.Tpo" ".deps/pipe.Po"; else rm -f ".deps/pipe.Tpo"; exit 1; fi
In file included from pipe.c:26:
In file included from ./downloads-list.h:22:
In file included from ./progressbar-renderer.h:22:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcellrenderer.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcelleditable.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
pipe.c:226:24: warning: passing 'guint8 *' (aka 'unsigned char *') to parameter of type 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                                pipe_parse_message(buf);
                                                   ^~~
pipe.c:98:28: note: passing argument to parameter 'msg' here
pipe_parse_message (gchar *msg)
                           ^
pipe.c:303:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
        g_atexit(&pipe_unlink);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
3 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT poll-emulator.o -MD -MP -MF ".deps/poll-emulator.Tpo" -c -o poll-emulator.o poll-emulator.c;  then mv -f ".deps/poll-emulator.Tpo" ".deps/poll-emulator.Po"; else rm -f ".deps/poll-emulator.Tpo"; exit 1; fi
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT progressbar-renderer.o -MD -MP -MF ".deps/progressbar-renderer.Tpo" -c -o progressbar-renderer.o progressbar-renderer.c;  then mv -f ".deps/progressbar-renderer.Tpo" ".deps/progressbar-renderer.Po"; else rm -f ".deps/progressbar-renderer.Tpo"; exit 1; fi
In file included from progressbar-renderer.c:20:
In file included from ./progressbar-renderer.h:22:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcellrenderer.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcelleditable.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
progressbar-renderer.c:429:11: warning: implicit declaration of function 'gdk_gc_new' is invalid in C99 [-Wimplicit-function-declaration]
                newgc = gdk_gc_new(widget->window);
                        ^
progressbar-renderer.c:429:9: warning: incompatible integer to pointer conversion assigning to 'GdkGC *' (aka 'struct _GdkGC *') from 'int' [-Wint-conversion]
                newgc = gdk_gc_new(widget->window);
                      ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
progressbar-renderer.c:431:3: warning: implicit declaration of function 'gdk_gc_set_foreground' is invalid in C99 [-Wimplicit-function-declaration]
                gdk_gc_set_foreground(newgc, &green[i]);
                ^
progressbar-renderer.c:433:9: warning: incompatible integer to pointer conversion assigning to 'GdkGC *' (aka 'struct _GdkGC *') from 'int' [-Wint-conversion]
                newgc = gdk_gc_new(widget->window);
                      ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
progressbar-renderer.c:454:1: warning: Deprecated pre-processor symbol: replace with "static inline" [-W#pragma-messages]
G_INLINE_FUNC GdkGC *
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:157:39: note: expanded from macro 'G_INLINE_FUNC'
#  define G_INLINE_FUNC static inline GLIB_DEPRECATED_MACRO_IN_2_48_FOR(static inline)
                                      ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:414:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_48_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_48_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"static inline\""
     ^
progressbar-renderer.c:584:3: warning: implicit declaration of function 'gdk_draw_rectangle' is invalid in C99 [-Wimplicit-function-declaration]
                gdk_draw_rectangle ( drawable, brush, TRUE, (gint)w + xbase, 0 + ybase + EXTRA_PAD, (guint)gap_width_in_pixels+2, height);
                ^
7 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT ramfile.o -MD -MP -MF ".deps/ramfile.Tpo" -c -o ramfile.o ramfile.c;  then mv -f ".deps/ramfile.Tpo" ".deps/ramfile.Po"; else rm -f ".deps/ramfile.Tpo"; exit 1; fi
ramfile.c:90:20: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const guint8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        ramfile_write(rf, contents, len);
                          ^~~~~~~~
./ramfile.h:57:55: note: passing argument to parameter 'buf' here
void      ramfile_write   (ramfile *rf, const guint8 *buf, gint len);
                                                      ^
1 warning generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT reconnect-dialog.o -MD -MP -MF ".deps/reconnect-dialog.Tpo" -c -o reconnect-dialog.o reconnect-dialog.c;  then mv -f ".deps/reconnect-dialog.Tpo" ".deps/reconnect-dialog.Po"; else rm -f ".deps/reconnect-dialog.Tpo"; exit 1; fi
In file included from reconnect-dialog.c:20:
In file included from ./misc_gtk.h:23:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkmessagedialog.h:34:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from reconnect-dialog.c:20:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
reconnect-dialog.c:239:18: warning: variable 'laststatus' set but not used [-Wunused-but-set-variable]
        static guint    laststatus;
                        ^
reconnect-dialog.c:314:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
        g_atexit(&atExit);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
4 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT search.o -MD -MP -MF ".deps/search.Tpo" -c -o search.o search.c;  then mv -f ".deps/search.Tpo" ".deps/search.Po"; else rm -f ".deps/search.Tpo"; exit 1; fi
In file included from search.c:28:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from search.c:35:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
search.c:506:3: warning: implicit declaration of function 'gdk_drawable_get_size' is invalid in C99 [-Wimplicit-function-declaration]
                gdk_drawable_get_size (GDK_DRAWABLE(window->window), &w, &h); /* window = main window */
                ^
search.c:873:40: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
                                    SEARCH_HASH_COL, g_memdup(hash,16),
                                                     ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
search.c:1290:22: warning: variable 'search_store_sort' set but not used [-Wunused-but-set-variable]
        GtkTreeModel       *search_store_sort;
                            ^
search.c:1782:27: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        utf8 = UTF8_SHORT_PRINTF(item_text_locale);
                                 ^~~~~~~~~~~~~~~~
search.c:1782:27: note: treat the string as an argument to avoid this
        utf8 = UTF8_SHORT_PRINTF(item_text_locale);
                                 ^
                                 "%s", 
search.c:2331:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
        g_atexit(&atExit);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
7 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT search_popup.o -MD -MP -MF ".deps/search_popup.Tpo" -c -o search_popup.o search_popup.c;  then mv -f ".deps/search_popup.Tpo" ".deps/search_popup.Po"; else rm -f ".deps/search_popup.Tpo"; exit 1; fi
In file included from search_popup.c:19:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkentry.h:39:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkeditable.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from search_popup.c:33:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT servers.o -MD -MP -MF ".deps/servers.Tpo" -c -o servers.o servers.c;  then mv -f ".deps/servers.Tpo" ".deps/servers.Po"; else rm -f ".deps/servers.Tpo"; exit 1; fi
In file included from servers.c:16:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from servers.c:21:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT shared_dirs.o -MD -MP -MF ".deps/shared_dirs.Tpo" -c -o shared_dirs.o shared_dirs.c;  then mv -f ".deps/shared_dirs.Tpo" ".deps/shared_dirs.Po"; else rm -f ".deps/shared_dirs.Tpo"; exit 1; fi
In file included from shared_dirs.c:21:
In file included from ./misc_gtk.h:23:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkmessagedialog.h:34:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from shared_dirs.c:21:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT shared_files.o -MD -MP -MF ".deps/shared_files.Tpo" -c -o shared_files.o shared_files.c;  then mv -f ".deps/shared_files.Tpo" ".deps/shared_files.Po"; else rm -f ".deps/shared_files.Tpo"; exit 1; fi
In file included from shared_files.c:19:
In file included from ./downloads-list.h:22:
In file included from ./progressbar-renderer.h:22:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcellrenderer.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkcelleditable.h:27:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from shared_files.c:23:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
shared_files.c:653:54: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
                             SHARED_FILES_DATA_HASH_COLUMN, g_memdup(hash, 16),
                                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
shared_files.c:669:40: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
        g_hash_table_insert (shared_files_ht, g_memdup(hash,16), ref);
                                              ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
shared_files.c:782:15: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
                        da->hash = g_memdup(hash,16);
                                   ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
5 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT shared_page.o -MD -MP -MF ".deps/shared_page.Tpo" -c -o shared_page.o shared_page.c;  then mv -f ".deps/shared_page.Tpo" ".deps/shared_page.Po"; else rm -f ".deps/shared_page.Tpo"; exit 1; fi
In file included from shared_page.c:17:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT signal_handler.o -MD -MP -MF ".deps/signal_handler.Tpo" -c -o signal_handler.o signal_handler.c;  then mv -f ".deps/signal_handler.Tpo" ".deps/signal_handler.Po"; else rm -f ".deps/signal_handler.Tpo"; exit 1; fi
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT stats.o -MD -MP -MF ".deps/stats.Tpo" -c -o stats.o stats.c;  then mv -f ".deps/stats.Tpo" ".deps/stats.Po"; else rm -f ".deps/stats.Tpo"; exit 1; fi
In file included from stats.c:11:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from stats.c:16:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
stats.c:522:28: warning: 'memset' call operates on objects of type 'GuiStatsRecord' while the size is based on a different type 'GuiStatsRecord *' [-Wsizeof-pointer-memaccess]
                        memset(item,0x00,sizeof(item));
                               ~~~~             ^~~~
stats.c:522:28: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
                        memset(item,0x00,sizeof(item));
                                                ^~~~
stats.c:609:5: warning: implicit declaration of function 'gdk_draw_arc' is invalid in C99 [-Wimplicit-function-declaration]
                                gdk_draw_arc (cpm->pixmap, penblue, TRUE, points_up[i].x-2, points_up[i].y-2, 4, 4, 0, 64*360);
                                ^
stats.c:626:6: warning: implicit declaration of function 'gdk_draw_rectangle' is invalid in C99 [-Wimplicit-function-declaration]
                                        gdk_draw_rectangle (cpm->pixmap, penblue, TRUE,
                                        ^
stats.c:634:6: warning: implicit declaration of function 'gdk_draw_rectangle' is invalid in C99 [-Wimplicit-function-declaration]
                                        gdk_draw_rectangle (cpm->pixmap, pengreen, TRUE,
                                        ^
stats.c:658:4: warning: implicit declaration of function 'gdk_draw_lines' is invalid in C99 [-Wimplicit-function-declaration]
                        gdk_draw_lines (cpm->pixmap, penblue,  points_up, num);
                        ^
stats.c:774:5: warning: implicit declaration of function 'gdk_draw_line' is invalid in C99 [-Wimplicit-function-declaration]
                                gdk_draw_line (cpm->pixmap, penblack,  0,  ypos, maxx, ypos);
                                ^
stats.c:781:4: warning: implicit declaration of function 'gdk_draw_layout' is invalid in C99 [-Wimplicit-function-declaration]
                        gdk_draw_layout (cpm->pixmap, penblack, 5, ypos-2, chart_layout);
                        ^
stats.c:803:4: warning: implicit declaration of function 'gdk_draw_line' is invalid in C99 [-Wimplicit-function-declaration]
                        gdk_draw_line (cpm->pixmap, penblack,  0,  ypos, maxx, ypos);
                        ^
stats.c:809:4: warning: implicit declaration of function 'gdk_draw_layout' is invalid in C99 [-Wimplicit-function-declaration]
                        gdk_draw_layout (cpm->pixmap, penblack, 5, ypos-2, chart_layout);
                        ^
stats.c:874:2: warning: implicit declaration of function 'gdk_draw_rectangle' is invalid in C99 [-Wimplicit-function-declaration]
        gdk_draw_rectangle (cpm->pixmap, penwhite, TRUE, 0, 0, maxx, maxy);
        ^
stats.c:875:2: warning: implicit declaration of function 'gdk_draw_line' is invalid in C99 [-Wimplicit-function-declaration]
        gdk_draw_line (cpm->pixmap, penblack, 0, maxy/2, maxx, maxy/2);
        ^
stats.c:1007:4: warning: implicit declaration of function 'gdk_draw_arc' is invalid in C99 [-Wimplicit-function-declaration]
                        gdk_draw_arc (cpm->pixmap, penblack, TRUE, maxx-20, midy-10, 40, 20, (180-30)*64, 60*64);
                        ^
stats.c:1019:3: warning: implicit declaration of function 'gdk_draw_layout' is invalid in C99 [-Wimplicit-function-declaration]
                gdk_draw_layout (cpm->pixmap, penblack, maxx-150, 25, chart_layout );
                ^
stats.c:1050:7: warning: implicit declaration of function 'gdk_gc_new' is invalid in C99 [-Wimplicit-function-declaration]
        gc = gdk_gc_new(cpm->pixmap);
             ^
stats.c:1050:5: warning: incompatible integer to pointer conversion assigning to 'GdkGC *' (aka 'struct _GdkGC *') from 'int' [-Wint-conversion]
        gc = gdk_gc_new(cpm->pixmap);
           ^ ~~~~~~~~~~~~~~~~~~~~~~~
stats.c:1051:2: warning: implicit declaration of function 'gdk_gc_set_foreground' is invalid in C99 [-Wimplicit-function-declaration]
        gdk_gc_set_foreground(gc, c);
        ^
stats.c:1088:2: warning: implicit declaration of function 'gdk_draw_rectangle' is invalid in C99 [-Wimplicit-function-declaration]
        gdk_draw_rectangle (cpm->pixmap, widget->style->white_gc, TRUE, 0,0, widget->allocation.width, widget->allocation.height);
        ^
stats.c:1105:3: warning: implicit declaration of function 'gdk_draw_drawable' is invalid in C99 [-Wimplicit-function-declaration]
                gdk_draw_drawable (widget->window, widget->style->fg_gc[GTK_WIDGET_STATE(widget)], cpm->pixmap,
                ^
stats.c:1410:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
        g_atexit(&stats_save_to_disk);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
21 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT status_page.o -MD -MP -MF ".deps/status_page.Tpo" -c -o status_page.o status_page.c;  then mv -f ".deps/status_page.Tpo" ".deps/status_page.Po"; else rm -f ".deps/status_page.Tpo"; exit 1; fi
In file included from status_page.c:25:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
status_page.c:341:38: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                timestamp_utf8 = UTF8_SHORT_PRINTF(logfile_get_timestamp());
                                                   ^~~~~~~~~~~~~~~~~~~~~~~
status_page.c:341:38: note: treat the string as an argument to avoid this
                timestamp_utf8 = UTF8_SHORT_PRINTF(logfile_get_timestamp());
                                                   ^
                                                   "%s", 
status_page.c:464:81: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        status_warning ("ed2k-gtk-gui version %s, Copyright (c) 2001-2003 Tim-Philipp M<FC>ller\n", VERSION);
                                                                                       ^~~~
status_page.c:517:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                statusbar_msg(UTF8_SHORT_PRINTF("%s", idinfo));
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./misc_strings.h:29:44: note: expanded from macro 'UTF8_SHORT_PRINTF'
#define UTF8_SHORT_PRINTF                  misc_string_utf8_short_printf
                                           ^
status_page.c:517:17: note: treat the string as an argument to avoid this
                statusbar_msg(UTF8_SHORT_PRINTF("%s", idinfo));
                              ^
                              "%s", 
./misc_strings.h:29:44: note: expanded from macro 'UTF8_SHORT_PRINTF'
#define UTF8_SHORT_PRINTF                  misc_string_utf8_short_printf
                                           ^
status_page.c:572:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                status_msg(idinfo);
                           ^~~~~~
status_page.c:572:14: note: treat the string as an argument to avoid this
                status_msg(idinfo);
                           ^
                           "%s", 
status_page.c:595:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                status_msg(idinfo);
                           ^~~~~~
status_page.c:595:14: note: treat the string as an argument to avoid this
                status_msg(idinfo);
                           ^
                           "%s", 
status_page.c:845:15: warning: variable 'tag' set but not used [-Wunused-but-set-variable]
        GtkTextTag  *tag;
                     ^
7 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT statusbar.o -MD -MP -MF ".deps/statusbar.Tpo" -c -o statusbar.o statusbar.c;  then mv -f ".deps/statusbar.Tpo" ".deps/statusbar.Po"; else rm -f ".deps/statusbar.Tpo"; exit 1; fi
In file included from statusbar.c:21:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT systray.o -MD -MP -MF ".deps/systray.Tpo" -c -o systray.o systray.c;  then mv -f ".deps/systray.Tpo" ".deps/systray.Po"; else rm -f ".deps/systray.Tpo"; exit 1; fi
In file included from systray.c:24:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT tag.o -MD -MP -MF ".deps/tag.Tpo" -c -o tag.o tag.c;  then mv -f ".deps/tag.Tpo" ".deps/tag.Po"; else rm -f ".deps/tag.Tpo"; exit 1; fi
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT toolbar.o -MD -MP -MF ".deps/toolbar.Tpo" -c -o toolbar.o toolbar.c;  then mv -f ".deps/toolbar.Tpo" ".deps/toolbar.Po"; else rm -f ".deps/toolbar.Tpo"; exit 1; fi
In file included from toolbar.c:18:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from toolbar.c:27:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
toolbar.c:1000:160: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        gtk_label_set_markup (GTK_LABEL (con_label), UTF8_SHORT_PRINTF(_("<span size='large' color='blue'><b>Contributors:</b></span>\n<b>%s</b> \n... and others."), CONTRIBUTORS));
                                                                                                                                                                      ^~~~~~~~~~~~
./toolbar.h:33:12: note: expanded from macro 'CONTRIBUTORS'
        "Juan Mart<ED>n L<F3>pez, Leandro Lucarella, Peter Oliver, Marc Thoben\n"\
                  ^~~~   ~~~~
toolbar.c:1107:36: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                          utf8 );
                                          ^~~~
toolbar.c:1107:36: note: treat the string as an argument to avoid this
                                          utf8 );
                                          ^
                                          "%s", 
toolbar.c:1117:2: warning: *** TODO: re-enable kill_and_restart_core function again [-W#warnings]
#warning *** TODO: re-enable kill_and_restart_core function again
 ^
toolbar.c:1205:21: warning: variable 'copts' set but not used [-Wunused-but-set-variable]
        const CoreOptions *copts;
                           ^
toolbar.c:1382:15: warning: variable 'tooltips' set but not used [-Wunused-but-set-variable]
        GtkTooltips *tooltips;
                     ^
toolbar.c:1566:16: warning: variable 'tooltips' set but not used [-Wunused-but-set-variable]
        GtkTooltips  *tooltips;
                      ^
8 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT uploads.o -MD -MP -MF ".deps/uploads.Tpo" -c -o uploads.o uploads.c;  then mv -f ".deps/uploads.Tpo" ".deps/uploads.Po"; else rm -f ".deps/uploads.Tpo"; exit 1; fi
In file included from uploads.c:22:
In file included from ./uploads.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
uploads.c:676:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
        g_atexit(&atExit);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
2 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT uploads_page.o -MD -MP -MF ".deps/uploads_page.Tpo" -c -o uploads_page.o uploads_page.c;  then mv -f ".deps/uploads_page.Tpo" ".deps/uploads_page.Po"; else rm -f ".deps/uploads_page.Tpo"; exit 1; fi
In file included from uploads_page.c:20:
In file included from ./colors.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
1 warning generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT uploadstats.o -MD -MP -MF ".deps/uploadstats.Tpo" -c -o uploadstats.o uploadstats.c;  then mv -f ".deps/uploadstats.Tpo" ".deps/uploadstats.Po"; else rm -f ".deps/uploadstats.Tpo"; exit 1; fi
In file included from uploadstats.c:22:
In file included from ./mainwindow.h:21:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from uploadstats.c:24:
In file included from ./misc_gtk.h:24:
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
uploadstats.c:456:49: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
                                     ULSTATS_FILEHASH_COLUMN, g_memdup(filehash,16),
                                                              ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
uploadstats.c:647:37: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                                  UTF8_SHORT_PRINTF("%s",_("Do you REALLY want to remove all items\n"
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./misc_strings.h:29:44: note: expanded from macro 'UTF8_SHORT_PRINTF'
#define UTF8_SHORT_PRINTF                  misc_string_utf8_short_printf
                                           ^
uploadstats.c:647:37: note: treat the string as an argument to avoid this
                                                  UTF8_SHORT_PRINTF("%s",_("Do you REALLY want to remove all items\n"
                                                  ^
                                                  "%s", 
./misc_strings.h:29:44: note: expanded from macro 'UTF8_SHORT_PRINTF'
#define UTF8_SHORT_PRINTF                  misc_string_utf8_short_printf
                                           ^
uploadstats.c:786:36: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                          UTF8_SHORT_PRINTF("%s",_("Do you REALLY want to set the total amount uploaded and downloaded to zero?")) );
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./misc_strings.h:29:44: note: expanded from macro 'UTF8_SHORT_PRINTF'
#define UTF8_SHORT_PRINTF                  misc_string_utf8_short_printf
                                           ^
uploadstats.c:786:36: note: treat the string as an argument to avoid this
                                          UTF8_SHORT_PRINTF("%s",_("Do you REALLY want to set the total amount uploaded and downloaded to zero?")) );
                                          ^
                                          "%s", 
./misc_strings.h:29:44: note: expanded from macro 'UTF8_SHORT_PRINTF'
#define UTF8_SHORT_PRINTF                  misc_string_utf8_short_printf
                                           ^
uploadstats.c:1156:2: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations]
        g_atexit(&atExit);
        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gutils.h:328:1: note: 'g_atexit' has been explicitly marked deprecated here
GLIB_DEPRECATED
^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED'
#define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN
                        ^
/Users/pbulk/build/net/ed2k-gtk-gui/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
6 warnings generated.
if clang -DHAVE_CONFIG_H -I. -I. -I..    -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"' -MT gui-marshal.o -MD -MP -MF ".deps/gui-marshal.Tpo" -c -o gui-marshal.o gui-marshal.c;  then mv -f ".deps/gui-marshal.Tpo" ".deps/gui-marshal.Po"; else rm -f ".deps/gui-marshal.Tpo"; exit 1; fi
clang  -I../libglade -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNET_EXPERIMENTAL -DGUI_DISABLE_SYSTRAY -Wall -g -DDATADIR='"/opt/pkg/share"' -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/gnet-2.0 -I/opt/pkg/lib/gnet-2.0/include/ -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -DAPP_PIXMAPS='"/opt/pkg/share/ed2k_gui/icons"' -DLOCALEPATH='"/opt/pkg/share/locale/"'  -L/opt/pkg/lib -o ed2k_gui  blacklist.o colors.o  connect-dialog.o core-conn.o  disclosure-widget.o dns_lookup.o  downloads_attrib.o downloads-list.o  downloads-view.o eggtrayicon.o  filter.o http_get.o icons.o  linkhandler.o logfile.o main.o  mainwindow.o misc.o misc_gtk.o  misc_strings.o misc_sys.o notebook.o  options.o options_page.o packet.o  pipe.o poll-emulator.o  progressbar-renderer.o ramfile.o  reconnect-dialog.o search.o  search_popup.o servers.o shared_dirs.o  shared_files.o shared_page.o  signal_handler.o stats.o status_page.o  statusbar.o systray.o tag.o  toolbar.o uploads.o uploads_page.o  uploadstats.o gui-marshal.o -L/opt/pkg/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/opt/pkg/lib -lgnet-2.0 -lgthread-2.0 -lglib-2.0 -lintl ../libglade/libglade-2.a -lz  
Undefined symbols for architecture arm64:
  "_g_module_build_path", referenced from:
      _glade_require in libglade-2.a(libglade_2_a-glade-init.o)
  "_g_module_close", referenced from:
      _glade_require in libglade-2.a(libglade_2_a-glade-init.o)
  "_g_module_error", referenced from:
      _glade_require in libglade-2.a(libglade_2_a-glade-init.o)
  "_g_module_make_resident", referenced from:
      _glade_require in libglade-2.a(libglade_2_a-glade-init.o)
  "_g_module_open", referenced from:
      _glade_xml_signal_autoconnect in libglade-2.a(libglade_2_a-glade-xml.o)
      _default_custom_handler in libglade-2.a(libglade_2_a-glade-xml.o)
      _glade_require in libglade-2.a(libglade_2_a-glade-init.o)
  "_g_module_supported", referenced from:
      _glade_xml_signal_autoconnect in libglade-2.a(libglade_2_a-glade-xml.o)
      _default_custom_handler in libglade-2.a(libglade_2_a-glade-xml.o)
  "_g_module_symbol", referenced from:
      _autoconnect_foreach in libglade-2.a(libglade_2_a-glade-xml.o)
      _default_custom_handler in libglade-2.a(libglade_2_a-glade-xml.o)
      _glade_require in libglade-2.a(libglade_2_a-glade-init.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [ed2k_gui] Error code 1

bmake[3]: stopped making "all-am" in /Users/pbulk/build/net/ed2k-gtk-gui/work/ed2k-gtk-gui-0.6.3/ed2k_gui
bmake[3]: 1 error

bmake[3]: stopped making "all-am" in /Users/pbulk/build/net/ed2k-gtk-gui/work/ed2k-gtk-gui-0.6.3/ed2k_gui
*** [all] Error code 2

bmake[2]: stopped making "all" in /Users/pbulk/build/net/ed2k-gtk-gui/work/ed2k-gtk-gui-0.6.3/ed2k_gui
bmake[2]: 1 error

bmake[2]: stopped making "all" in /Users/pbulk/build/net/ed2k-gtk-gui/work/ed2k-gtk-gui-0.6.3/ed2k_gui
*** [all-recursive] Error code 1

bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/net/ed2k-gtk-gui/work/ed2k-gtk-gui-0.6.3
bmake[1]: 1 error

bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/net/ed2k-gtk-gui/work/ed2k-gtk-gui-0.6.3
*** [all] Error code 2

bmake: stopped making "all" in /Users/pbulk/build/net/ed2k-gtk-gui/work/ed2k-gtk-gui-0.6.3
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/net/ed2k-gtk-gui/work/ed2k-gtk-gui-0.6.3
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/ed2k-gtk-gui
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/ed2k-gtk-gui