Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2014 12:25:20 +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: r349501 - head/graphics/synfigstudio
Message-ID:  <201403291225.s2TCPKdE063149@svn.freebsd.org>

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



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