From owner-cvs-all Thu Jan 18 12:24:28 2001 Delivered-To: cvs-all@freebsd.org Received: from mail8.sc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 5C2C037B69F; Thu, 18 Jan 2001 12:24:06 -0800 (PST) Received: from sc.rr.com ([24.88.102.101]) by mail8.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 18 Jan 2001 15:22:16 -0500 Received: (from dmaddox@localhost) by sc.rr.com (8.11.1/8.11.1) id f0IKOxx45999; Thu, 18 Jan 2001 15:24:59 -0500 (EST) (envelope-from dmaddox) Date: Thu, 18 Jan 2001 15:24:59 -0500 From: "Donald J . Maddox" To: Maxim Sobolev Cc: Warner Losh , "Bruce A. Mah" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386RELNOTES.TXT Message-ID: <20010118152459.B43250@cae88-102-101.sc.rr.com> Reply-To: dmaddox@sc.rr.com Mail-Followup-To: Maxim Sobolev , Warner Losh , "Bruce A. Mah" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <3A674561.53C4E456@FreeBSD.org> <200101181925.f0IJPed71392@freefall.freebsd.org> <200101181940.f0IJeQs47623@harmony.village.org> <3A674974.41D969E6@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A674974.41D969E6@FreeBSD.org>; from sobomax@FreeBSD.ORG on Thu, Jan 18, 2001 at 09:52:21PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 18, 2001 at 09:52:21PM +0200, Maxim Sobolev wrote: > Warner Losh wrote: > > > In message <3A674561.53C4E456@FreeBSD.org> Maxim Sobolev writes: > > : Warner: I think it's worth to be mentioned in src/UPDATING, as > > : someone who does update using "make world" should manually remove > > : old /usr/lib/ligcc_r.a and for transition period (many ports assume > > : that gcc_r is present) replace it with symbolic link to libgcc.a. > > > > Write me an entry, and I'll publish it. Or proof the following: > > libgcc_r.a has been depricated. Before doing a installworld, > > you'll need to > > rm /usr/lib/libgcc_r.a > > ln -s /usr/lib/libgcc.a /usr/lib/libgcc_r.a > > after the ports collection has been updated, you can remove > > the libgcc_r.a symlink. > > How about the following edition? > > libgcc_r.a has been depricated. After doing a installworld, > you'll need to > rm /usr/lib/libgcc_r.a > ln -s /usr/lib/libgcc.a /usr/lib/libgcc_r.a > after the ports collection has been updated (right now many > ports still expect that the libgcc_r exists), you can remove > the libgcc_r.a symlink. Before anybody publishes, I guess someone should point out that both you are spelling 'deprecated' incorrectly ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message