From owner-svn-ports-head@FreeBSD.ORG Sat Mar 29 12:25:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF512926; Sat, 29 Mar 2014 12:25:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 CC1AEB86; Sat, 29 Mar 2014 12:25:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TCPKLX063150; Sat, 29 Mar 2014 12:25:20 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TCPKdE063149; Sat, 29 Mar 2014 12:25:20 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403291225.s2TCPKdE063149@svn.freebsd.org> From: Antoine Brodin Date: Sat, 29 Mar 2014 12:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349501 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 12:25:20 -0000 Author: antoine Date: Sat Mar 29 12:25:20 2014 New Revision: 349501 URL: http://svnweb.freebsd.org/changeset/ports/349501 QAT: https://qat.redports.org/buildarchive/r349501/ Log: Mark broken: Fails to compile libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../libltdl -I/usr/local/include -I/usr/local/include/synfig-0.0 -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DLOCALEDIR=\"/usr/local/share/locale\" -O2 -pipe -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfigapp_la-layerparamdisconnect.lo -MD -MP -MF .deps/libsynfigapp_la-layerparamdisconnect.Tpo -c actions/layerparamdisconnect.cpp -fPIC -DPIC -o .libs/libsynfigapp_la-layerparamdisconnect.o actions/layerparamdisconnect.cpp: In member function 'virtual void synfigapp::Action::LayerParamDisconnect::perform()': actions/layerparamdisconnect.cpp:143: error: 'class etl::handle' has no member named 'clone' gmake[3]: *** [libsynfigapp_la-layerparamdisconnect.lo] Error 1 Reported by: pkg-fallout since january 2014 Modified: head/graphics/synfigstudio/Makefile Modified: head/graphics/synfigstudio/Makefile ============================================================================== --- head/graphics/synfigstudio/Makefile Sat Mar 29 12:14:26 2014 (r349500) +++ head/graphics/synfigstudio/Makefile Sat Mar 29 12:25:20 2014 (r349501) @@ -10,6 +10,8 @@ MASTER_SITES= SF/synfig/${PORTNAME}/${PO MAINTAINER= dhn@FreeBSD.org COMMENT= Vector-based 2D animation software package +BROKEN= Fails to compile + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ETL.pc:${PORTSDIR}/devel/etl LIB_DEPENDS= synfig.0:${PORTSDIR}/devel/synfig \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24