From owner-cvs-src@FreeBSD.ORG Thu Aug 5 16:58:53 2004 Return-Path: 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 A45BB16A4CE; Thu, 5 Aug 2004 16:58:53 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1861B43D55; Thu, 5 Aug 2004 16:58:51 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i75Gw0DZ007185; Thu, 5 Aug 2004 10:58:00 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <411266CB.7010602@samsco.org> Date: Thu, 05 Aug 2004 10:56:43 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Fundakowski Feldman References: <200407280312.i6S3C39q070966@repoman.freebsd.org> <20040805074710.GD58821@voodoo.oberon.net> <20040805150612.GC58239@green.homeunix.org> <20040805152505.GB23921@voodoo.oberon.net> <20040805154106.GD58239@green.homeunix.org> In-Reply-To: <20040805154106.GD58239@green.homeunix.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Alexander Kabaev cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kirill Ponomarew Subject: Re: cvs commit: src/contrib/gcc - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 05 Aug 2004 16:58:53 -0000 Brian Fundakowski Feldman wrote: > On Thu, Aug 05, 2004 at 05:25:05PM +0200, Kirill Ponomarew wrote: > >>Hi, >> >>On Thu, Aug 05, 2004 at 11:06:13AM -0400, Brian Fundakowski Feldman wrote: >> >>>>Could you please bump __FreeBSD_version ? >>> >>>It has been bumped twice since then already: >>>http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/param.h >> >>Yes, but not for gcc import, it's also important for ports >>infrastructure. > > > It is not important why it was bumped, after the fact, except for noting > it in the commit log. The OSRELDATE when it happened is still in the past > and a new one does not need to be added. You can cvs ci -f it to add > a note in the commit log that the previous revision happened to include > that, as well. > It's important for it to be documented. The vital piece is not in the commit log, it's in the developers handbook. It's certainly acceptable to coelesce multiple events into the same bump so long those multiple events are all properly documented. Scott