From owner-svn-ports-all@FreeBSD.ORG Fri Jun 13 17:23:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAAA7F04 for ; Fri, 13 Jun 2014 17:23:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 B1A9A22ED for ; Fri, 13 Jun 2014 17:23:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s5DHNEwN019375 for ; Fri, 13 Jun 2014 17:23:14 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s5DHNE6A019369 for svn-ports-all@freebsd.org; Fri, 13 Jun 2014 17:23:14 GMT (envelope-from bdrewery) Received: (qmail 10575 invoked from network); 13 Jun 2014 12:23:12 -0500 Received: from unknown (HELO roundcube.xk42.net) (10.10.5.5) by sweb.xzibition.com with SMTP; 13 Jun 2014 12:23:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 13 Jun 2014 12:23:12 -0500 From: Bryan Drewery To: Baptiste Daroussin Subject: Re: svn commit: r357669 - head/devel/boost-libs Organization: FreeBSD In-Reply-To: <201406131124.s5DBOT7v053466@svn.freebsd.org> References: <201406131124.s5DBOT7v053466@svn.freebsd.org> Message-ID: X-Sender: bdrewery@FreeBSD.org User-Agent: Roundcube Webmail/0.9.5 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2014 17:23:14 -0000 On 2014-06-13 06:24, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Jun 13 11:24:29 2014 > New Revision: 357669 > URL: http://svnweb.freebsd.org/changeset/ports/357669 > QAT: https://qat.redports.org/buildarchive/r357669/ > > Log: > Disable ccache (it breaks with clang) > > Reported by: ale > > Modified: > head/devel/boost-libs/Makefile > > Modified: head/devel/boost-libs/Makefile > ============================================================================== > --- head/devel/boost-libs/Makefile Fri Jun 13 11:22:55 2014 (r357668) > +++ head/devel/boost-libs/Makefile Fri Jun 13 11:24:29 2014 (r357669) > @@ -17,6 +17,8 @@ ICU_DESC= Boost.Regex with ICU unicode > > .include "${.CURDIR}/../boost-all/compiled.mk" > > +NO_CCACHE= yes > + > BJAM_ARGS+= --without-python > .if defined(X_BUILD_FOR) > BJAM_ARGS+= --without-context --without-coroutine \ fatal error: file '/wrkdirs/usr/ports/devel/boost-libs/work/boost_1_55_0/./boost/predef/os/bsd.h' has been modified since the precompiled header 'bin.v2/libs/math/build/clang-linux-3.3/release/threading-multi/../src/tr1/pch.hpp.pch' was built It hits a lot of these. -- Regards, Bryan Drewery