From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 7 15:22:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A57BE16A4DE; Mon, 7 Aug 2006 15:22:14 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B7743D60; Mon, 7 Aug 2006 15:22:13 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k77FMCwJ021265; Mon, 7 Aug 2006 23:22:12 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k77FMC9S021264; Mon, 7 Aug 2006 23:22:12 +0800 (CST) (envelope-from rafan) Date: Mon, 7 Aug 2006 23:22:12 +0800 From: Rong-En Fan To: Kay Lehmann Message-ID: <20060807152212.GA90349@svm.csie.ntu.edu.tw> References: <200608061055.k76Atr3D066534@freefall.freebsd.org> <44D5F915.50708@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44D5F915.50708@web.de> User-Agent: Mutt/1.5.11 Cc: freebsd-ports-bugs@FreeBSD.org, ssedov@mbsd.msk.ru, Rong-En Fan Subject: Re: ports/101443: [PATCH] science/kst: fix depends X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 15:22:14 -0000 On Sun, Aug 06, 2006 at 04:13:41PM +0200, Kay Lehmann wrote: > Hello, > > I tested the patch on my system (6.1-STABLE FreeBSD 6.1-STABLE #14) and > I can't reproduce the dependency with devel/readline installed. May this > be something special for -current? Does it makes sense at all for > anybody to install readline from ports if it is installed as the needed > version from the basesystem? Hi all, This is what I got on my 6.1-RELEASE system $ ldd /usr/local/bin/kstcmd|grep readline libreadline.so.5 => /usr/local/lib/libreadline.so.5 (0x28c04000) I have devel/readline installed. The reason is that configure uses -L/usr/local/lib when searching libreadline. So, if devel/readline is installed. it will uses that lib. And the shlib ver is 5 instead of 6. So if one accidentally removes devel/readline afterwards, kstcmd will fail. Regards, Rong-En Fan > I can't approve it for -current because I do not have any current system > here. > Anyway the patch regarding icons and ldconfig should be commited. thanks > for the hint. I think I have some other ports which should be updated. > > Greets, > Kay > > Rong-En Fan wrote: > >Synopsis: [PATCH] science/kst: fix depends > > > >Responsible-Changed-From-To: freebsd-ports-bugs->rafan > >Responsible-Changed-By: rafan > >Responsible-Changed-When: Sun Aug 6 10:55:52 UTC 2006 > >Responsible-Changed-Why: > >Eat. > > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=101443 > > >