From owner-cvs-src@FreeBSD.ORG Sat Nov 22 20:37:41 2003 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 628B316A4CE; Sat, 22 Nov 2003 20:37:41 -0800 (PST) Received: from mgate12.so-net.ne.jp (mgate12.so-net.ne.jp [210.139.254.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCBF43FD7; Sat, 22 Nov 2003 20:37:39 -0800 (PST) (envelope-from fuyuki@nigredo.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate12.so-net.ne.jp with ESMTP id hAN4bar15050; Sun, 23 Nov 2003 13:37:36 +0900 (JST) Received: from ns.nigredo.org (p6241af.spprac00.ap.so-net.ne.jp [219.98.65.175]) by mail.dg8.so-net.ne.jp with ESMTP id hAN4bZY24999; Sun, 23 Nov 2003 13:37:35 +0900 (JST) Received: from ns.nigredo.org (localhost [IPv6:::1]) by ns.nigredo.org (Postfix) with ESMTP id 27F2220CD; Sun, 23 Nov 2003 13:37:35 +0900 (JST) Date: Sun, 23 Nov 2003 13:37:35 +0900 Message-ID: <86llq7bsz4.wl%fuyuki@nigredo.org> From: Kimura Fuyuki To: rwatson@FreeBSD.org In-Reply-To: <200311122156.hACLu7OR024315@repoman.freebsd.org> References: <200311122156.hACLu7OR024315@repoman.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) Emacs/21.3 Mule/5.0 (SAKAKI) X-Public-Key: http://www.nigredo.org/fuyuki/public.key X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil Makefile 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: Sun, 23 Nov 2003 04:37:41 -0000 At Wed, 12 Nov 2003 13:56:07 -0800 (PST), Robert Watson wrote: > > rwatson 2003/11/12 13:56:07 PST > > FreeBSD src repository > > Modified files: > lib/libutil Makefile > Log: > Bump the major version on libtuil. libutil now relies on the mac_* > symbols exported by newer versions of libc, and so we want applications > depending on the newer library code to be required to link against the > newer libc. Maybe there needs to tweak LIBDIR? # ls -l /lib|grep libutil lrwxr-xr-x 1 root wheel 12 Sep 3 13:53 libutil.so -> libutil.so.3 -r--r--r-- 1 root wheel 41560 Nov 13 07:45 libutil.so.3 -r--r--r-- 1 root wheel 41560 Nov 22 15:00 libutil.so.4 -- fuyuki