From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:10:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 452B416A4DC; Thu, 2 Dec 2004 14:10:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356EB43D1F; Thu, 2 Dec 2004 14:10:35 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2EAY1D080606; Thu, 2 Dec 2004 14:10:35 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2EAYN6080605; Thu, 2 Dec 2004 14:10:34 GMT (envelope-from ahze) Message-Id: <200412021410.iB2EAYN6080605@repoman.freebsd.org> From: Michael Johnson Date: Thu, 2 Dec 2004 14:10:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ccache Makefile ports/devel/ccache/files ccache-howto-freebsd.txt.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:10:35 -0000 ahze 2004-12-02 14:10:34 UTC FreeBSD ports repository Modified files: devel/ccache Makefile devel/ccache/files pkg-message.in Added files: devel/ccache/files ccache-howto-freebsd.txt.in Log: - Add a link to gcc32 since it's still used in some ports (ie openoffice) - Move pkg-message in to a file (ccache-howto-freebsd.txt) that is now installed in to DOCSDIR. ccache-howto-freebsd.txt is more informative than pkg-message was, now has better examples so ccache will not fail with some ports that don't like a full path to the compiler. - Add a note about using distcc - Bump PORTREVISION Revision Changes Path 1.27 +18 -11 ports/devel/ccache/Makefile 1.1 +50 -0 ports/devel/ccache/files/ccache-howto-freebsd.txt.in (new) 1.3 +3 -18 ports/devel/ccache/files/pkg-message.in