From owner-svn-ports-all@FreeBSD.ORG Fri Jun 13 11:24:30 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 2C20A9AF; Fri, 13 Jun 2014 11:24:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 194D8203E; Fri, 13 Jun 2014 11:24:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5DBOTbR053468; Fri, 13 Jun 2014 11:24:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5DBOT7v053466; Fri, 13 Jun 2014 11:24:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406131124.s5DBOT7v053466@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 13 Jun 2014 11:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357669 - head/devel/boost-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 11:24:30 -0000 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 \