From owner-cvs-all Thu Oct 17 12: 7:11 2002 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 3213737B435; Thu, 17 Oct 2002 12:07:09 -0700 (PDT) Received: from haystack.lclark.edu (haystack.lclark.edu [149.175.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 704B943E3B; Thu, 17 Oct 2002 12:07:08 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from copeland-30-191.lclark.edu (anholt@copeland-30-191.lclark.edu [149.175.30.191]) by haystack.lclark.edu (8.9.3/8.9.3) with ESMTP id MAA23658; Thu, 17 Oct 2002 12:07:07 -0700 (PDT) Subject: Re: cvs commit: ports/x11/XFree86-4-clients Makefile distinfo ports/x11/XFree86-4-clients/scripts configure ports/x11/XFree86-4-libraries Makefile distinfo ports/x11/XFree86-4-libraries/files patch-c patch-c2 patch-d ports/x11/XFree86-4-libraries/scripts configure ... From: Eric Anholt To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20021017125525.30243.qmail@exxodus.fedaykin.here> References: <200210170720.g9H7K4mo026945@repoman.freebsd.org> <20021017125525.30243.qmail@exxodus.fedaykin.here> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 17 Oct 2002 12:07:07 -0700 Message-Id: <1034881628.904.13.camel@anholt.dyndns.org> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 2002-10-17 at 05:55, Mario Sergio Fujikawa Ferreira wrote: > On Thu, Oct 17, 2002 at 12:19:42AM -0700, Eric Anholt wrote: > > anholt 2002/10/17 00:20:04 PDT > > > > Modified files: > > x11/XFree86-4-clients Makefile distinfo > > x11/XFree86-4-clients/scripts configure > > x11/XFree86-4-libraries Makefile distinfo > > x11/XFree86-4-libraries/files patch-c patch-c2 patch-d > > x11/XFree86-4-libraries/scripts configure > > x11-servers/XFree86-4-FontServer Makefile > > x11-servers/XFree86-4-FontServer/scripts configure > > x11-servers/XFree86-4-NestServer Makefile distinfo > > x11-servers/XFree86-4-NestServer/scripts configure > > x11-servers/XFree86-4-PrintServer Makefile distinfo > > x11-servers/XFree86-4-PrintServer/scripts configure > > x11-servers/XFree86-4-Server Makefile > > x11-servers/XFree86-4-Server/scripts configure > > x11-servers/XFree86-4-VirtualFramebufferServer Makefile > > distinfo > > x11-servers/XFree86-4-VirtualFramebufferServer/scripts > > configure > > Log: > > [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch. > > [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for > > Great! :) Now, we can all benefit com a bit of ccache ... > perhaps, even distcc :) The change to respect CC/CXX was done before (I've been _very_ happily benefiting from ccache for a while). However, before this CC/CXX was passed in as an env var to the build, so if you cd work/xc/lib/GL and type 'make' it wouldn't work because the env var was unset. Now that'll work and CC=ccache\ cc make install from a clean port will work, but if you make configure ; CC=ccache\ cc make install, you don't use ccache. -- Eric Anholt http://people.freebsd.org/~anholt/dri/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message