From owner-cvs-src@FreeBSD.ORG Sat Oct 16 02:30:52 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 5CBE816A4CE; Sat, 16 Oct 2004 02:30:52 +0000 (GMT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 762BD43D1F; Sat, 16 Oct 2004 02:30:51 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])i9G2Uo895345; Sat, 16 Oct 2004 11:30:50 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20041013195615.GC90229@dragon.nuxi.com> References: <20041002044957.GA36384@dragon.nuxi.com> <20041003004611E.matusita@jp.FreeBSD.org> <20041013195615.GC90229@dragon.nuxi.com> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20040704(IM147) Lines: 17 From: Makoto Matsushita To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Sat, 16 Oct 2004 11:30:48 +0900 Message-Id: <20041016113048M.matusita@jp.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-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: Sat, 16 Oct 2004 02:30:52 -0000 obrien> There is some debate about if compat libs should be placed in obrien> /usr/lib/compat or /usr/local/lib/compat. I'm not sure what way I fall obrien> on this... but I'd love to know if we have consensus among committers. IMHO it depends on where compat libraries come from. If it comes from a part of distribution, /usr/lib/compat is good, and if it comes from ports (or packages), ${LOCALDIR}/lib/compat would be better. Since 6-current have no /usr/src/lib/compat, ${LOCALDIR}/lib/compat is enough for me. Speaking about 'compat libs,' how do we supply older libraries that is in /lib? Make a directory /lib/compat (or whereever in /), or ...? -- - Makoto `MAR' Matsushita