Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 21:43:22 +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: r440597 - head/devel/art
Message-ID:  <201705102143.v4ALhMGV061639@repo.freebsd.org>

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



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