From owner-cvs-src@FreeBSD.ORG Mon May 15 14:47:32 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 3A6A316A76C; Mon, 15 May 2006 14:47:32 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw4.york.ac.uk (mail-gw4.york.ac.uk [144.32.128.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8750743D58; Mon, 15 May 2006 14:47:31 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw4.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4FElPWM015841; Mon, 15 May 2006 15:47:25 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.6/8.13.6) with ESMTP id k4FElPY8024482; Mon, 15 May 2006 15:47:25 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.6/8.13.6/Submit) id k4FElK7A024481; Mon, 15 May 2006 15:47:20 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Maxime Henrion In-Reply-To: <20060515142618.GG2293@elvis.mu.org> References: <200605151355.k4FDtilA091825@repoman.freebsd.org> <20060515171154.5dc68041@it.buh.cameradicommercio.ro> <20060515142618.GG2293@elvis.mu.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 15 May 2006 15:47:19 +0100 Message-Id: <1147704439.23488.18.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk 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:47:35 -0000 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. Other than that, it is excellent to see this in a production (well, almost!) branch. Many thanks for your work! Gavin