From owner-cvs-all@FreeBSD.ORG Sat Oct 2 15:57:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF4A016A4CE; Sat, 2 Oct 2004 15:57:07 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED4B43D2D; Sat, 2 Oct 2004 15:57:07 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with ESMTP id i92Fv3h2068498; Sun, 3 Oct 2004 00:57:04 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 3 Oct 2004 00:57:03 +0900 From: Norikatsu Shigemura To: Makoto Matsushita Message-Id: <20041003005703.37fba450.nork@FreeBSD.org> In-Reply-To: <20041003004611E.matusita@jp.FreeBSD.org> References: <200410020146.i921kKAO057981@repoman.freebsd.org> <20041002044957.GA36384@dragon.nuxi.com> <20041003004611E.matusita@jp.FreeBSD.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.5.6 (sakura.ninth-nine.com [IPv6:2002:db7f:4a79::1]); Sun, 03 Oct 2004 00:57:05 +0900 (JST) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/compat/compat4x.alpha libc.so.4.bz2.uu libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu libreadline.so.4.bz2.uu X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 15:57:07 -0000 On Sun, 03 Oct 2004 00:46:11 +0900 Makoto Matsushita wrote: > obrien> Why did you do this?? You know that we're removing these libs in > obrien> 6-CURRENT. I discussed it with you and you bought into it. > It would be a good decision IMHO -- can we tweak compat library > directory in near future? A sample patch attached below. > +ldconfig_paths="/usr/X11R6/lib /usr/local/lib" > # shared library search paths > ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout" > # a.out shared library search paths > --- mtree/BSD.usr.dist 25 Sep 2004 00:42:37 -0000 1.308 > +++ mtree/BSD.usr.dist 2 Oct 2004 15:43:40 -0000 > @@ -14,10 +14,6 @@ > lib > aout > .. > - compat > - aout > - .. > - .. > .. > libdata > gcc Humm... I think that ldconfig_paths_aout should be fixed:-).