svn commit: r333706 - head/devel/boost-all

Bryan Drewery bdrewery at FreeBSD.org
Wed Nov 13 16:07:59 UTC 2013


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}


More information about the svn-ports-all mailing list