From owner-cvs-src@FreeBSD.ORG Wed Dec 29 19:41:54 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 5F76E16A4CE; Wed, 29 Dec 2004 19:41:54 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id F327043D31; Wed, 29 Dec 2004 19:41:53 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBTJifVT017681; Wed, 29 Dec 2004 12:44:42 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41D30831.7040806@freebsd.org> Date: Wed, 29 Dec 2004 12:40:33 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <200412291939.iBTJd6fQ041194@repoman.freebsd.org> In-Reply-To: <200412291939.iBTJd6fQ041194@repoman.freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 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: Wed, 29 Dec 2004 19:41:54 -0000 David E. O'Brien wrote: > obrien 2004-12-29 19:39:06 UTC > > FreeBSD src repository > > Modified files: > . Makefile.inc1 > Log: > Remove the special sparc64 time_t support. > If someone isn't running with a 64-bit time_t by now, they don't > track -CURRENT and would probably go to RELENG_5 vs. 6-CURRENT. > > Revision Changes Path > 1.472 +0 -51 src/Makefile.inc1 You should probably add an UPDATING entry here to state that if you are going to upgrade from 5.2 to HEAD that you need to go through 5.3/RELENG_5 first. I know the number of people that this would acutally affect is likely quite small, but an entry would still be good to have. Scott