From owner-svn-ports-head@freebsd.org Wed May 10 21:43:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C88C1D67A1D; Wed, 10 May 2017 21:43:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 97D28C23; Wed, 10 May 2017 21:43:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4ALhM2W061640; Wed, 10 May 2017 21:43:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ALhMGV061639; Wed, 10 May 2017 21:43:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705102143.v4ALhMGV061639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 May 2017 21:43:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440597 - head/devel/art 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.23 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: Wed, 10 May 2017 21:43:23 -0000 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