Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 21:48:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440600 - head/x11-wm/muffin
Message-ID:  <201705102148.v4ALmpnS062147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May 10 21:48:50 2017
New Revision: 440600
URL: https://svnweb.freebsd.org/changeset/ports/440600

Log:
  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

Modified:
  head/x11-wm/muffin/Makefile

Modified: head/x11-wm/muffin/Makefile
==============================================================================
--- head/x11-wm/muffin/Makefile	Wed May 10 21:47:14 2017	(r440599)
+++ head/x11-wm/muffin/Makefile	Wed May 10 21:48:50 2017	(r440600)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705102148.v4ALmpnS062147>