svn commit: r441259 - head/graphics/synfigstudio

Antoine Brodin antoine at FreeBSD.org
Fri May 19 18:44:45 UTC 2017


Author: antoine
Date: Fri May 19 18:44:44 2017
New Revision: 441259
URL: https://svnweb.freebsd.org/changeset/ports/441259

Log:
  Mark BROKEN: missing header
  
  In file included from actions/activepointadd.cpp:34:
  ../../src/synfigapp/canvasinterface.h:34:10: fatal error: 'sigc++/object.h' file not found
  #include <sigc++/object.h>
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/synfigstudio/Makefile

Modified: head/graphics/synfigstudio/Makefile
==============================================================================
--- head/graphics/synfigstudio/Makefile	Fri May 19 18:42:55 2017	(r441258)
+++ head/graphics/synfigstudio/Makefile	Fri May 19 18:44:44 2017	(r441259)
@@ -12,6 +12,8 @@ COMMENT=	Vector-based 2D animation softw
 
 LICENSE=	GPLv2+
 
+BROKEN=		missing header
+
 BUILD_DEPENDS=	etl>=0.04.19_1:devel/etl
 LIB_DEPENDS=	libsynfig.so:devel/synfig
 RUN_DEPENDS=	xdg-open:devel/xdg-utils


More information about the svn-ports-all mailing list