From owner-svn-ports-all@freebsd.org Fri May 19 18:44:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4E1ED7473C; Fri, 19 May 2017 18:44:45 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91A271364; Fri, 19 May 2017 18:44:45 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4JIiiQS065771; Fri, 19 May 2017 18:44:44 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JIiiIW065770; Fri, 19 May 2017 18:44:44 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705191844.v4JIiiIW065770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 19 May 2017 18:44:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441259 - head/graphics/synfigstudio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 18:44:45 -0000 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 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