From owner-cvs-all@FreeBSD.ORG Wed Nov 17 18:41:35 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C762E106566C; Wed, 17 Nov 2010 18:41:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D0D28FC17; Wed, 17 Nov 2010 18:41:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAHIfZIi079772; Wed, 17 Nov 2010 18:41:35 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAHIfZIg079771; Wed, 17 Nov 2010 18:41:35 GMT (envelope-from ehaupt) Message-Id: <201011171841.oAHIfZIg079771@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 17 Nov 2010 18:41:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ccache Makefile ports/devel/ccache/files ccache-howto-freebsd.txt.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 18:41:35 -0000 ehaupt 2010-11-17 18:41:35 UTC FreeBSD ports repository Modified files: devel/ccache Makefile devel/ccache/files ccache-howto-freebsd.txt.in Log: Provide make.conf/src.conf instructions that still allow ccache to be used for the lib32 bits in a buildworld. The recent committed fix would just revert to regular gcc. Submitted by: Rob Farmer (via cvs-all@) Revision Changes Path 1.56 +1 -1 ports/devel/ccache/Makefile 1.13 +5 -7 ports/devel/ccache/files/ccache-howto-freebsd.txt.in