From owner-svn-ports-all@FreeBSD.ORG Wed Nov 13 16:07:59 2013 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 C81C29DA; Wed, 13 Nov 2013 16:07:59 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B73AF2BFE; Wed, 13 Nov 2013 16:07:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rADG7xqq093583; Wed, 13 Nov 2013 16:07:59 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rADG7xj5093582; Wed, 13 Nov 2013 16:07:59 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201311131607.rADG7xj5093582@svn.freebsd.org> From: Bryan Drewery Date: Wed, 13 Nov 2013 16:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333706 - head/devel/boost-all 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.16 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: Wed, 13 Nov 2013 16:07:59 -0000 Author: bdrewery Date: Wed Nov 13 16:07:59 2013 New Revision: 333706 URL: http://svnweb.freebsd.org/changeset/ports/333706 Log: - Allow WITH_CCACHE_BUILD to work with boost. This speeds up building from 35 minutes to 5 minutes. If you are building boost with ccache by changing CC="ccache cc", change to using WITH_CCACHE_BUILD=yes in make.conf. This will automatically handle installing and using ccache for port building, while avoiding build breakages. Reported by: Samu Nuutamo Discussed with: bapt (who marked it unsafe) Modified: head/devel/boost-all/compiled.mk Modified: head/devel/boost-all/compiled.mk ============================================================================== --- head/devel/boost-all/compiled.mk Wed Nov 13 16:00:45 2013 (r333705) +++ head/devel/boost-all/compiled.mk Wed Nov 13 16:07:59 2013 (r333706) @@ -20,7 +20,6 @@ BJAM_ARGS+= cxxflags=-fPIC # of gcc/g++): BJAM_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" -NO_CCACHE= yes .if ${CC:T:Mgcc*} BOOST_TOOLSET:= gcc .elif ${CC:T:Mclang}