From owner-cvs-src@FreeBSD.ORG Sun Jul 3 01:01:07 2005 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 C0D1016A8EE; Sun, 3 Jul 2005 00:57:13 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC77443DB; Sun, 3 Jul 2005 00:37:23 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 7A7366D120; Sat, 2 Jul 2005 17:36:12 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id 8FAEC5C907 for ; Wed, 29 Dec 2004 11:42:01 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 7F6CC56B58 for ; Wed, 29 Dec 2004 19:42:01 +0000 (GMT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 6F3E216A4D7; Wed, 29 Dec 2004 19:41:57 +0000 (GMT) Delivered-To: ps@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 6374216A4D0; Wed, 29 Dec 2004 19:41:55 +0000 (GMT) Delivered-To: src-committers@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> 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 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on elvis.mu.org X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Level: Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 01:01:09 -0000 X-Original-Date: Wed, 29 Dec 2004 12:40:33 -0700 X-List-Received-Date: Sun, 03 Jul 2005 01:01:09 -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