Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 21:47:14 +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: r440599 - head/x11-wm/gcompmgr
Message-ID:  <201705102147.v4ALlEJf061999@repo.freebsd.org>

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

Log:
  Mark BROKEN: fails to build
  
  In file included from window1_glade.cc:23:
  ...
  /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/x11-wm/gcompmgr/Makefile

Modified: head/x11-wm/gcompmgr/Makefile
==============================================================================
--- head/x11-wm/gcompmgr/Makefile	Wed May 10 21:45:26 2017	(r440598)
+++ head/x11-wm/gcompmgr/Makefile	Wed May 10 21:47:14 2017	(r440599)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME interface to xcompmgr
 
+BROKEN=		fails to build
+
 RUN_DEPENDS=	xcompmgr:x11-wm/xcompmgr
 
 GNU_CONFIGURE=	yes



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