diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-31 23:13:29 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-31 23:18:10 +0000 |
commit | 1f519ed516c9316841f1efdf5d63046bbe5d83e6 (patch) | |
tree | fee2094d6eceea04a55c9eec8393730187ed3540 | |
parent | 42b27695fcfbaccdd17b2895e8355ee0098696e2 (diff) | |
download | ports-1f519ed516c9316841f1efdf5d63046bbe5d83e6.tar.gz ports-1f519ed516c9316841f1efdf5d63046bbe5d83e6.zip |
x11-toolkits/libhandy0: mark BROKEN after ea9efcafe262
../glade/glade-hdy-header-group.c:46:46: error: use of undeclared identifier 'GPC_OBJECT_DELIMITER'
g_strdup_printf ("%s%s%s", string, GPC_OBJECT_DELIMITER,
^
../glade/glade-hdy-header-group.c:77:3: warning: implicit declaration of function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
GWA_GET_CLASS (G_TYPE_OBJECT)->read_widget (adaptor, widget, node);
^
../glade/glade-hdy-header-group.c:77:34: error: member reference type 'int' is not a pointer
GWA_GET_CLASS (G_TYPE_OBJECT)->read_widget (adaptor, widget, node);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
../glade/glade-hdy-header-group.c:123:3: warning: implicit declaration of function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
GWA_GET_CLASS (G_TYPE_OBJECT)->write_widget (adaptor, widget, context, node);
^
../glade/glade-hdy-header-group.c:123:34: error: member reference type 'int' is not a pointer
GWA_GET_CLASS (G_TYPE_OBJECT)->write_widget (adaptor, widget, context, node);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
../glade/glade-hdy-header-group.c:157:5: warning: implicit declaration of function 'GWA_GET_CLASS' is invalid in C99 [-Wimplicit-function-declaration]
GWA_GET_CLASS (G_TYPE_OBJECT)->set_property (adaptor, object,
^
../glade/glade-hdy-header-group.c:157:36: error: member reference type 'int' is not a pointer
GWA_GET_CLASS (G_TYPE_OBJECT)->set_property (adaptor, object,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
Reported by: pkg-fallout
-rw-r--r-- | x11-toolkits/libhandy0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/libhandy0/Makefile b/x11-toolkits/libhandy0/Makefile index 6b92b453d7c7..6dbad8483104 100644 --- a/x11-toolkits/libhandy0/Makefile +++ b/x11-toolkits/libhandy0/Makefile @@ -9,6 +9,8 @@ COMMENT= Library with GTK+ widgets for mobile phones LICENSE= LGPL21 +BROKEN= fails to build with glade >= 3.36 + BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libgladeui-2.so:devel/glade |