svn commit: r440599 - head/x11-wm/gcompmgr

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:47:15 UTC 2017


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 at FreeBSD.org
 COMMENT=	GNOME interface to xcompmgr
 
+BROKEN=		fails to build
+
 RUN_DEPENDS=	xcompmgr:x11-wm/xcompmgr
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list