diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-29 20:25:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-29 20:25:20 +0800 |
commit | f9fb2fea0fbbad2ed00d77af6845436fd22bf400 (patch) | |
tree | 1e4892239112da54d56576b7c54c7862301dcee3 /graphics | |
parent | af4502eebd3f79155f5d5a93e47625d6d4822b66 (diff) | |
download | freebsd-ports-gnome-f9fb2fea0fbbad2ed00d77af6845436fd22bf400.tar.gz freebsd-ports-gnome-f9fb2fea0fbbad2ed00d77af6845436fd22bf400.tar.zst freebsd-ports-gnome-f9fb2fea0fbbad2ed00d77af6845436fd22bf400.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/synfigstudio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index df1cff0d1c10..2b7701b26e2a 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/synfig/${PORTNAME}/${PORTVERSION} 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 |