From owner-cvs-src@FreeBSD.ORG Mon May 15 14:53:51 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCE5F16A786; Mon, 15 May 2006 14:53:51 +0000 (UTC) (envelope-from mux@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B0A43D48; Mon, 15 May 2006 14:53:47 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 2F2D91A4DEA; Mon, 15 May 2006 07:53:47 -0700 (PDT) Date: Mon, 15 May 2006 16:53:47 +0200 From: Maxime Henrion To: Gavin Atkinson Message-ID: <20060515145347.GH2293@elvis.mu.org> References: <200605151355.k4FDtilA091825@repoman.freebsd.org> <20060515171154.5dc68041@it.buh.cameradicommercio.ro> <20060515142618.GG2293@elvis.mu.org> <1147704439.23488.18.camel@buffy.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1147704439.23488.18.camel@buffy.york.ac.uk> User-Agent: Mutt/1.4.2.1i Cc: Ion-Mihai Tetcu , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:53:56 -0000 Gavin Atkinson wrote: > On Mon, 2006-05-15 at 16:26 +0200, Maxime Henrion wrote: > > Ion-Mihai Tetcu wrote: > > > On Mon, 15 May 2006 13:55:43 +0000 (UTC) > > > Maxime Henrion wrote: > > > > > > > mux 2006-05-15 13:55:43 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: (Branch: RELENG_6) > > > > usr.bin Makefile > > > > Log: > > > > MFC r1.288 and r1.289: > > > > Connect csup to the build. > > > > > > Yey :) > > > > > > Should the port be used on 6 and HEAD ? > > > > Well there is now no reason to use the port on HEAD and RELENG_6. I > > will probably bump __FreeBSD_version so as to warn users that they > > already have csup in base if needed. > > Did I miss something? Last time I looked, csup didn't support CVS mode > (only checkout mode) and therefore there is still a need for the port. > If this is no longer the case, the man page needs updating. We're talking about the csup port versus csup that is now in base. Both don't support CVS mode and noone is saying to remove the CVSup port :-). > Other than that, it is excellent to see this in a production (well, > almost!) branch. Many thanks for your work! Thanks, Maxime