=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for notification-daemon-0.7.6nb27
/opt/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/Users/pbulk/build/sysutils/notification-daemon/work/notification-daemon-0.7.6'
Making all in data
gmake[2]: Entering directory '/Users/pbulk/build/sysutils/notification-daemon/work/notification-daemon-0.7.6/data'
  ITMRG  notification-daemon.desktop
gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/notification-daemon/work/notification-daemon-0.7.6/data'
Making all in po
gmake[2]: Entering directory '/Users/pbulk/build/sysutils/notification-daemon/work/notification-daemon-0.7.6/po'
  MSGFMT af.gmo
  MSGFMT an.gmo
  MSGFMT ar.gmo
  MSGFMT as.gmo
  MSGFMT ast.gmo
  MSGFMT be.gmo
  MSGFMT bg.gmo
  MSGFMT bn.gmo
  MSGFMT ca.gmo
  MSGFMT ca@valencia.gmo
  MSGFMT cs.gmo
  MSGFMT da.gmo
  MSGFMT de.gmo
  MSGFMT el.gmo
  MSGFMT en_GB.gmo
  MSGFMT eo.gmo
  MSGFMT es.gmo
  MSGFMT et.gmo
  MSGFMT eu.gmo
  MSGFMT fa.gmo
  MSGFMT fi.gmo
  MSGFMT fr.gmo
  MSGFMT gl.gmo
  MSGFMT gu.gmo
  MSGFMT he.gmo
  MSGFMT hi.gmo
  MSGFMT hu.gmo
  MSGFMT id.gmo
  MSGFMT it.gmo
  MSGFMT ja.gmo
  MSGFMT km.gmo
  MSGFMT kn.gmo
  MSGFMT ko.gmo
  MSGFMT lt.gmo
  MSGFMT lv.gmo
  MSGFMT mr.gmo
  MSGFMT ms.gmo
  MSGFMT nb.gmo
  MSGFMT nl.gmo
  MSGFMT nn.gmo
  MSGFMT or.gmo
  MSGFMT pa.gmo
  MSGFMT pl.gmo
  MSGFMT pt.gmo
  MSGFMT pt_BR.gmo
  MSGFMT ro.gmo
  MSGFMT ru.gmo
  MSGFMT sk.gmo
  MSGFMT sr.gmo
  MSGFMT sr@latin.gmo
  MSGFMT sl.gmo
  MSGFMT sv.gmo
  MSGFMT ta.gmo
  MSGFMT te.gmo
  MSGFMT th.gmo
  MSGFMT tr.gmo
  MSGFMT ug.gmo
  MSGFMT uk.gmo
  MSGFMT uz@cyrillic.gmo
  MSGFMT vi.gmo
  MSGFMT zh_CN.gmo
  MSGFMT zh_HK.gmo
  MSGFMT zh_TW.gmo
  MSGFMT zu.gmo
gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/notification-daemon/work/notification-daemon-0.7.6/po'
Making all in src
gmake[2]: Entering directory '/Users/pbulk/build/sysutils/notification-daemon/work/notification-daemon-0.7.6/src'
  CC       nd-notification.o
In file included from nd-notification.c:26:
./nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
                                                           GTimeVal       *timeval);
                                                           ^
/Users/pbulk/build/sysutils/notification-daemon/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/sysutils/notification-daemon/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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1325:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification.c:44:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
        GTimeVal      update_time;
        ^
/Users/pbulk/build/sysutils/notification-daemon/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/sysutils/notification-daemon/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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1325:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification.c:199:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
        g_get_current_time (&notification->update_time);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmain.h:727:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/sysutils/notification-daemon/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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification.c:206:34: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
                                 GTimeVal       *tvp)
                                 ^
/Users/pbulk/build/sysutils/notification-daemon/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/sysutils/notification-daemon/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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1325:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification.c:411:27: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
        data = (guchar *) g_memdup (g_variant_get_data (data_variant),
                          ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:349:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/sysutils/notification-daemon/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/sysutils/notification-daemon/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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification.c:476:25: warning: 'gtk_icon_info_free' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations]
                        gtk_icon_info_free (icon_info);
                        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkicontheme.h:283:1: note: 'gtk_icon_info_free' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_8_FOR(g_object_unref)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:315:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_8_FOR'
# define GDK_DEPRECATED_IN_3_8_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
6 warnings generated.
  CC       nd-notification-box.o
In file included from nd-notification-box.c:27:
./nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
                                                           GTimeVal       *timeval);
                                                           ^
/Users/pbulk/build/sysutils/notification-daemon/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/sysutils/notification-daemon/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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1325:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:86:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
        g_type_class_add_private (klass, sizeof (NdNotificationBoxPrivate));
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here
GOBJECT_DEPRECATED_IN_2_58
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58'
#define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED
                                   ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED'
#define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN
                           ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:123:16: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        hbox = gtk_hbox_new (FALSE, 6);
               ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:146:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
                gtk_misc_set_alignment (GTK_MISC (image), 0.5, 0.5);
                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:153:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
                gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:213:9: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations]
        gtk_widget_size_request (notification_box->priv->close_button, &req);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:671:1: note: 'gtk_widget_size_request' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_size)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:279:34: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
        notification_box->priv = ND_NOTIFICATION_BOX_GET_PRIVATE (notification_box);
                                 ^
nd-notification-box.c:30:45: note: expanded from macro 'ND_NOTIFICATION_BOX_GET_PRIVATE'
#define ND_NOTIFICATION_BOX_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), ND_TYPE_NOTIFICATION_BOX, NdNotificationBoxPrivate))
                                            ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300: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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
nd-notification-box.c:280:15: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        box = gtk_hbox_new (FALSE, 6);
              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:285:19: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
        iconbox = gtk_alignment_new (0.5, 0, 0, 0);
                  ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:287:9: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations]
        gtk_alignment_set_padding (GTK_ALIGNMENT (iconbox),
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:90:1: note: 'gtk_alignment_set_padding' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:298:16: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        vbox = gtk_vbox_new (FALSE, 6);
               ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:304:21: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
        alignment = gtk_alignment_new (0.5, 0, 0, 0);
                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:318:19: warning: 'gtk_rc_style_new' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
        rcstyle = gtk_rc_style_new ();
                  ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkrc.h:202:1: note: 'gtk_rc_style_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:320:9: warning: 'gtk_widget_modify_style' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
        gtk_widget_modify_style (notification_box->priv->close_button, rcstyle);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:743:1: note: 'gtk_widget_modify_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:329:17: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
        image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU);
                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:121:1: note: 'gtk_image_new_from_stock' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_10_FOR(gtk_image_new_from_icon_name)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
# define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:329:43: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
        image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU);
                                          ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: note: expanded from macro 'GTK_STOCK_CLOSE'
#define GTK_STOCK_CLOSE            ((GtkStock)"gtk-close")
                                     ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:337:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
        gtk_misc_set_alignment (GTK_MISC (notification_box->priv->summary_label), 0, 0);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:343:48: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        notification_box->priv->content_hbox = gtk_hbox_new (FALSE, 6);
                                               ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:347:16: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        vbox = gtk_vbox_new (FALSE, 6);
               ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-notification-box.c:355:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
        gtk_misc_set_alignment (GTK_MISC (notification_box->priv->body_label), 0, 0);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:361:21: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
        alignment = gtk_alignment_new (1, 0.5, 0, 0);
                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-notification-box.c:365:47: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        notification_box->priv->actions_box = gtk_hbox_new (FALSE, 6);
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
22 warnings generated.
  CC       nd-bubble.o
In file included from nd-bubble.c:27:
./nd-notification.h:61:60: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
                                                           GTimeVal       *timeval);
                                                           ^
/Users/pbulk/build/sysutils/notification-daemon/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/sysutils/notification-daemon/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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1325:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:148:9: warning: 'gtk_widget_ensure_style' is deprecated [-Wdeprecated-declarations]
        gtk_widget_ensure_style (widget);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:739:1: note: 'gtk_widget_ensure_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:258:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0'
# define GDK_DEPRECATED_IN_3_0                GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:149:21: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
        old_style = gtk_widget_get_style (widget);
                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:741:1: note: 'gtk_widget_get_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_style_context)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:150:17: warning: 'gtk_style_copy' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
        style = gtk_style_copy (old_style);
                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:443:1: note: 'gtk_style_copy' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:160:25: warning: 'gtk_widget_modify_bg' is deprecated: Use 'gtk_widget_override_background_color' instead [-Wdeprecated-declarations]
                        gtk_widget_modify_bg (widget, state, &bg);
                        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:752:1: note: 'gtk_widget_modify_bg' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_background_color)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:175:25: warning: 'gtk_widget_modify_fg' is deprecated: Use 'gtk_widget_override_color' instead [-Wdeprecated-declarations]
                        gtk_widget_modify_fg (widget, state, &fg);
                        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:748:1: note: 'gtk_widget_modify_fg' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_color)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:306:17: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
        style = gtk_widget_get_style (GTK_WIDGET (bubble));
                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:741:1: note: 'gtk_widget_get_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_style_context)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:454:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations]
        g_type_class_add_private (klass, sizeof (NdBubblePrivate));
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here
GOBJECT_DEPRECATED_IN_2_58
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58'
#define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED
                                   ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED'
#define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN
                           ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:524:24: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
        bubble->priv = ND_BUBBLE_GET_PRIVATE (bubble);
                       ^
nd-bubble.c:30:35: note: expanded from macro 'ND_BUBBLE_GET_PRIVATE'
#define ND_BUBBLE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), ND_TYPE_BUBBLE, NdBubblePrivate))
                                  ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1300: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/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1297:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
nd-bubble.c:546:21: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        main_vbox = gtk_vbox_new (FALSE, 0);
                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:555:35: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        bubble->priv->main_hbox = gtk_hbox_new (FALSE, 0);
                                  ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:562:33: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
        bubble->priv->iconbox = gtk_alignment_new (0.5, 0, 0, 0);
                                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:564:9: warning: 'gtk_alignment_set_padding' is deprecated [-Wdeprecated-declarations]
        gtk_alignment_set_padding (GTK_ALIGNMENT (bubble->priv->iconbox),
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:90:1: note: 'gtk_alignment_set_padding' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:575:16: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        vbox = gtk_vbox_new (FALSE, 6);
               ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:581:21: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
        alignment = gtk_alignment_new (0.5, 0, 0, 0);
                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:600:19: warning: 'gtk_rc_style_new' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
        rcstyle = gtk_rc_style_new ();
                  ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkrc.h:202:1: note: 'gtk_rc_style_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:602:9: warning: 'gtk_widget_modify_style' is deprecated: Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
        gtk_widget_modify_style (close_button, rcstyle);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstyle.h:743:1: note: 'gtk_widget_modify_style' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(GtkStyleContext)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:611:17: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations]
        image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU);
                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkimage.h:121:1: note: 'gtk_image_new_from_stock' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_10_FOR(gtk_image_new_from_icon_name)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:329:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_10_FOR'
# define GDK_DEPRECATED_IN_3_10_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:611:43: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
        image = gtk_image_new_from_stock (GTK_STOCK_CLOSE, GTK_ICON_SIZE_MENU);
                                          ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:197:38: note: expanded from macro 'GTK_STOCK_CLOSE'
#define GTK_STOCK_CLOSE            ((GtkStock)"gtk-close")
                                     ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:623:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
        gtk_misc_set_alignment (GTK_MISC (bubble->priv->summary_label), 0, 0);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:629:38: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        bubble->priv->content_hbox = gtk_hbox_new (FALSE, 6);
                                     ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:634:16: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        vbox = gtk_vbox_new (FALSE, 6);
               ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:645:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
        gtk_misc_set_alignment (GTK_MISC (bubble->priv->body_label), 0, 0);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:655:21: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
        alignment = gtk_alignment_new (1, 0.5, 0, 0);
                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:659:37: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        bubble->priv->actions_box = gtk_hbox_new (FALSE, 6);
                                    ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:728:9: warning: 'gtk_widget_size_request' is deprecated: Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations]
        gtk_widget_size_request (bubble->priv->close_button, &req);
        ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/gtkwidget.h:671:1: note: 'gtk_widget_size_request' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_size)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:259:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_0_FOR'
# define GDK_DEPRECATED_IN_3_0_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:849:29: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
                alignment = gtk_alignment_new (1, 0.5, 0, 0);
                            ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkalignment.h:78:1: note: 'gtk_alignment_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:866:16: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations]
        hbox = gtk_hbox_new (FALSE, 6);
               ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f)         GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
nd-bubble.c:893:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
                gtk_misc_set_alignment (GTK_MISC (image), 0.5, 0.5);
                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
nd-bubble.c:904:17: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations]
                gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
                ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkmisc.h:71:1: note: 'gtk_misc_set_alignment' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14
^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:356:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14'
# define GDK_DEPRECATED_IN_3_14               GDK_DEPRECATED
                                              ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
                       ^
/Users/pbulk/build/sysutils/notification-daemon/work/.buildlink/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
30 warnings generated.
  CC       nd-stack.o
nd-stack.c:31:10: fatal error: 'gdk/gdkx.h' file not found
#include <gdk/gdkx.h>
         ^~~~~~~~~~~~
1 error generated.
gmake[2]: *** [Makefile:410: nd-stack.o] Error 1
gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/notification-daemon/work/notification-daemon-0.7.6/src'
gmake[1]: *** [Makefile:419: all-recursive] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/sysutils/notification-daemon/work/notification-daemon-0.7.6'
gmake: *** [Makefile:350: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/notification-daemon
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/notification-daemon