From owner-cvs-all@FreeBSD.ORG Sun Sep 7 13:40:40 2003 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 13F1216A4BF; Sun, 7 Sep 2003 13:40:40 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E05A43FF3; Sun, 7 Sep 2003 13:40:39 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h87KecnW039923; Sun, 7 Sep 2003 13:40:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h87KecvN039922; Sun, 7 Sep 2003 13:40:38 -0700 (PDT) (envelope-from obrien) Date: Sun, 7 Sep 2003 13:40:38 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030907204038.GA39899@dragon.nuxi.com> References: <200309071415.h87EFfLh053246@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309071415.h87EFfLh053246@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/share/mk bsd.lib.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 20:40:40 -0000 On Sun, Sep 07, 2003 at 07:15:41AM -0700, Ruslan Ermilov wrote: > Modified files: > . Makefile.inc1 > share/mk bsd.lib.mk > Log: > - No need to create libfoo.so -> libfoo.so.X symlinks in /lib, > as it was decided that our toolchain will revert to looking > for libraries in /usr/lib only. > - Make /usr/lib/libfoo.so -> /lib/libfoo.so.X symlinks absolute > so that they still work if /usr is symlinked. > - Remove stale /usr/lib/libfoo.so.X libraries during install. Thanks!