diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-11 05:48:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-11 05:48:50 +0800 |
commit | 142fde25891d315d86f717bf0ddae125622af8b2 (patch) | |
tree | be776ef59aef69a005aaab0a330eab62b8944b6d /x11-wm/muffin/Makefile | |
parent | fe6a12b1289ae27c2e64a6421112d8ea6a917ed6 (diff) | |
download | freebsd-ports-gnome-142fde25891d315d86f717bf0ddae125622af8b2.tar.gz freebsd-ports-gnome-142fde25891d315d86f717bf0ddae125622af8b2.tar.zst freebsd-ports-gnome-142fde25891d315d86f717bf0ddae125622af8b2.zip |
Mark BROKEN: fails to build
core/window.c:10452: Warning: Meta: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types
core/window.c:11287: Warning: Meta: invalid "transfer" annotation for gulong: only valid for array, struct, union, boxed, object and interface types
core/window.c:11303: Warning: Meta: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
core/window.c:11356: Warning: Meta: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types
compositor/meta-window-actor.c:887: Warning: Meta: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
core/display.c:5560: Warning: Meta: invalid "transfer" annotation for gulong: only valid for array, struct, union, boxed, object and interface types
<unknown>:: Fatal: Meta: warnings configured as fatal
<unknown>:: Fatal: Meta: warnings configured as fatal
Reported by: pkg-fallout
Diffstat (limited to 'x11-wm/muffin/Makefile')
-rw-r--r-- | x11-wm/muffin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index ed1c047b45dc..ddb73172bcb1 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -9,6 +9,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Compositing window manager forked from Mutter for use with Cinnamon +BROKEN= fails to build + BUILD_DEPENDS= zenity>=3.0.0:x11/zenity \ gnome-autogen.sh:devel/gnome-common \ gsettings-desktop-schemas>=3.4.0:devel/gsettings-desktop-schemas |