svn commit: r440638 - head/devel/guikachu

Antoine Brodin antoine at FreeBSD.org
Thu May 11 17:29:33 UTC 2017


Author: antoine
Date: Thu May 11 17:29:31 2017
New Revision: 440638
URL: https://svnweb.freebsd.org/changeset/ports/440638

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

Modified:
  head/devel/guikachu/Makefile

Modified: head/devel/guikachu/Makefile
==============================================================================
--- head/devel/guikachu/Makefile	Thu May 11 17:06:18 2017	(r440637)
+++ head/devel/guikachu/Makefile	Thu May 11 17:29:31 2017	(r440638)
@@ -11,6 +11,8 @@ MASTER_SITES=	http://cactus.rulez.org/pr
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Resource editor for PalmOS(tm) systems
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libgnomeuimm-2.6.so:x11-toolkits/libgnomeuimm26 \
 		libgnomevfsmm-2.6.so:devel/gnome-vfsmm
 


More information about the svn-ports-all mailing list