../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
28 lines
620 B
Makefile
28 lines
620 B
Makefile
PORTNAME= libhandy
|
|
PORTVERSION= 0.0.13
|
|
CATEGORIES= x11-toolkits gnome
|
|
DIST_SUBDIR= gnome
|
|
PKGNAMESUFFIX= 0
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
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
|
|
|
|
USES= compiler:c11 gettext gnome meson pkgconfig
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
|
|
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Dtests=false
|
|
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://source.puri.sm/
|
|
GL_ACCOUNT= Librem5
|
|
GL_COMMIT= 7a193d7692c9c76a1a94f17c4d30b585f77d177c
|
|
|
|
.include <bsd.port.mk>
|