Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 16:07:59 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333706 - head/devel/boost-all
Message-ID:  <201311131607.rADG7xj5093582@svn.freebsd.org>

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



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