From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 14:37:27 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA53BDC3 for ; Tue, 18 Dec 2012 14:37:27 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 947578FC0A for ; Tue, 18 Dec 2012 14:37:27 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TkyIR-0003Ce-9D for freebsd-ports@freebsd.org; Tue, 18 Dec 2012 06:37:27 -0800 Date: Tue, 18 Dec 2012 06:37:27 -0800 (PST) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1355841447278-5770410.post@n5.nabble.com> In-Reply-To: <1355829186764-5770364.post@n5.nabble.com> References: <1355642781949-5769675.post@n5.nabble.com> <1355825026067-5770354.post@n5.nabble.com> <1355828028468-5770358.post@n5.nabble.com> <1355829186764-5770364.post@n5.nabble.com> Subject: Re: gcc and g++ version setting in buildflags.conf MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 14:37:27 -0000 > however Dominic haven't replied Bummer. Hope he will be reachable soon. > I've never got hang of deploying ccache ... it discouraged me in term of > debugging potential problems. You can always disable it & re-enable it. Saves compile time for sure. Usually I have to re-start builds because ccache bombs maybe 50% of the time - still wort it. Buildflags.conf is definitely needed if you use ccache for ports because it allows to specify NOCCACHE for each port that cannot use it (mostly cmake incompatibility with ccache) Regards. -- View this message in context: http://freebsd.1045724.n5.nabble.com/gcc-and-g-version-setting-in-buildflags-conf-tp5769675p5770410.html Sent from the freebsd-ports mailing list archive at Nabble.com.