From owner-svn-src-head@FreeBSD.ORG Sun Aug 24 23:03:30 2014 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 167643E1; Sun, 24 Aug 2014 23:03:30 +0000 (UTC) Received: from felyko.com (felyko.com [65.49.80.26]) by mx1.freebsd.org (Postfix) with ESMTP id F1D143E65; Sun, 24 Aug 2014 23:03:29 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (unknown [73.162.13.215]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id 7B7C734A9E4; Sun, 24 Aug 2014 16:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1408921409; bh=uMxnKTOEPZGkqurr09njcf3TOf1GivJzakX1WG6gKQ0=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=IMMzLqwAQ2FFbgInec+ShfOM/VEA3+5xWf+f4wePhKD/oE/tWvNkvFnem7DMayLAH cXBFKqDMecqw8kQqRmMokO9pCA/F0wneotx/d74cgD+8GqyEe3vpwA37VpqI89PScu ZQJTSgRbWRNpHriUosObbJM2Diyyncay/D3zcNuU= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1973.6\)) Subject: Re: svn commit: r270510 - head From: Rui Paulo In-Reply-To: <201408242301.s7ON1N51056169@gw.catspoiler.org> Date: Sun, 24 Aug 2014 16:03:29 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <842FF7CC-4851-4F05-96B6-92BB8B3CF28E@felyko.com> References: <201408242301.s7ON1N51056169@gw.catspoiler.org> To: Don Lewis X-Mailer: Apple Mail (2.1973.6) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, peter@wemm.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 23:03:30 -0000 On Aug 24, 2014, at 16:01, Don Lewis wrote: >=20 > On 24 Aug, Rui Paulo wrote: >> On Aug 24, 2014, at 14:44, Peter Wemm wrote: >>>=20 >>> On Sunday 24 August 2014 21:21:54 Don Lewis wrote: >>>> Author: truckman >>>> Date: Sun Aug 24 21:21:54 2014 >>>> New Revision: 270510 >>>> URL: http://svnweb.freebsd.org/changeset/base/270510 >>>>=20 >>>> Log: >>>> Catch up to gcc 3.3 -> 3.4 upgrade. >>>>=20 >>>> MFC after: 3 days >>>>=20 >>>> Modified: >>>> head/ObsoleteFiles.inc >>>>=20 >>>> Modified: head/ObsoleteFiles.inc >>>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >>>> =3D=3D --- head/ObsoleteFiles.inc Sun Aug 24 19:31:26 2014 = (r270509) >>>> +++ head/ObsoleteFiles.inc Sun Aug 24 21:21:54 2014 = (r270510) >>>> @@ -3205,6 +3205,202 @@ OLD_FILES+=3Dlib/geom/geom_concat.so.1 >>>> OLD_FILES+=3Dlib/geom/geom_label.so.1 >>>> OLD_FILES+=3Dlib/geom/geom_nop.so.1 >>>> OLD_FILES+=3Dlib/geom/geom_stripe.so.1 >>>> +# 20040728: GCC 3.4.2 >>>> +OLD_DIRS+=3Dusr/include/c++/3.3 >>>> +OLD_FILES+=3Dusr/include/c++/3.3/FlexLexer.h >>>> +OLD_FILES+=3Dusr/include/c++/3.3/algorithm >>>> +OLD_FILES+=3Dusr/include/c++/3.3/backward/algo.h >>>=20 >>> I suspect that there's a story here that needs to be told.. >>=20 >> Yes, if it hasn't been a problem in 10 years, why do it now? >=20 > I found those leftovers on one of my machines. They are probably > harmless cruft, but I thought a few other folks might be in the same > situation. >=20 > One could argue that older entries should eventually get pruned. = We've > got stuff in there dating back to 1996 ... Right. I don't think we have a policy on this, so I can't argue against = your change.=20 -- Rui Paulo