svn commit: r440597 - head/devel/art

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:43:23 UTC 2017


Author: antoine
Date: Wed May 10 21:43:22 2017
New Revision: 440597
URL: https://svnweb.freebsd.org/changeset/ports/440597

Log:
  Mark BROKEN: fails to build
  
  c++ -c -O2 -pipe  -fstack-protector -fno-strict-aliasing -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/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include  ccloader.cc -o ccloader.o
  ...
  /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
  
  Reported by:	pkg-fallout

Modified:
  head/devel/art/Makefile

Modified: head/devel/art/Makefile
==============================================================================
--- head/devel/art/Makefile	Wed May 10 21:41:18 2017	(r440596)
+++ head/devel/art/Makefile	Wed May 10 21:43:22 2017	(r440597)
@@ -13,6 +13,8 @@ COMMENT=	Resource tracing, debugging, an
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libxml++-2.6.so:textproc/libxml++26
 
 USES=	gmake pkgconfig


More information about the svn-ports-all mailing list