From owner-cvs-ports@FreeBSD.ORG Wed Jan 11 16:30:59 2006 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA8016A41F; Wed, 11 Jan 2006 16:30:59 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D8A743D83; Wed, 11 Jan 2006 16:30:50 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Ewis2-0002QW-QU; Wed, 11 Jan 2006 16:30:46 +0000 Date: Wed, 11 Jan 2006 16:30:46 +0000 From: Ceri Davies To: ahze@ahze.net Message-ID: <20060111163046.GS97223@submonkey.net> Mail-Followup-To: Ceri Davies , ahze@ahze.net, Ruslan Ermilov , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org References: <200601111549.k0BFnQQ2094145@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uRjmd8ppyyws0Tml" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-ports@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/ccache Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 16:30:59 -0000 --uRjmd8ppyyws0Tml Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 11, 2006 at 11:10:06AM -0500, michael johnson wrote: > On 1/11/06, Ruslan Ermilov wrote: > > > > ru 2006-01-11 15:49:25 UTC > > > > FreeBSD ports repository > > > > Modified files: > > devel/ccache Makefile > > Log: > > Attempt to attract maintainer's attention to a problem a lot of > > our users reported when doing "make buildworld" with NOCCACHE > > defined (hardcodes CC and CXX to "/usr/bin/{cc|c++}"). >=20 >=20 > Please feel free to change what ever in ccache so it works. I won't be do= ing > much with freebsd for the next little bit. My ccache entry in make.conf looks like: # ccache =2Eif !defined(NOCCACHE) && exists(/usr/local/libexec/ccache/cc) =2Eif ${.CURDIR:M/usr/src*} CC=3D/usr/local/libexec/ccache/cc CXX=3D/usr/local/libexec/ccache/c++ =2Eelse CC=3Dcc CXX=3Dc++ =2Eendif =2Eelse CC=3D/usr/bin/cc CXX=3D/usr/bin/c++ =2Eendif I could probably have used PREFIX too, but that always =3D=3D /usr/local on my machines. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --uRjmd8ppyyws0Tml Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDxTK2ocfcwTS3JF8RAln5AKChMXgEhXyjWtnMfuHBTDu1rODLnwCfQIsN RNZO3edLhYe/+SLGjqke9Mw= =LZDM -----END PGP SIGNATURE----- --uRjmd8ppyyws0Tml--