Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2017 18:44:44 +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: r441259 - head/graphics/synfigstudio
Message-ID:  <201705191844.v4JIiiIW065770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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