From owner-freebsd-current Wed Jan 7 18:08:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA10353 for current-outgoing; Wed, 7 Jan 1998 18:03:58 -0800 (PST) (envelope-from owner-freebsd-current) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-30.ix.netcom.com [207.93.143.158]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA10148; Wed, 7 Jan 1998 18:03:04 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id SAA17439; Wed, 7 Jan 1998 18:02:51 -0800 (PST) Date: Wed, 7 Jan 1998 18:02:51 -0800 (PST) Message-Id: <199801080202.SAA17439@silvia.HIP.Berkeley.EDU> To: ache@nagual.pp.ru CC: jkh@time.cdrom.com, ports@freebsd.org, current@freebsd.org, jkh@freebsd.org In-reply-to: (message from =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= on Thu, 8 Jan 1998 04:56:50 +0300 (MSK)) Subject: Re: tk80 port or tcl installation are broken on -current From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Thanx, I'll try but it sounds strange, why I need to remove and install * from ports the same tcl80 which is already present in the base system? * I don't understand why it is present at all in this case. Where were you when we were discussing all this? ;) * The dependency check hits not something ancient but * /usr/lib/libtcl.so.80.4 which looks like recent enough for tk at least. That is not possible. From the tk80 Makefile: LIB_DEPENDS= tcl80\\.1\\.2:${PORTSDIR}/lang/tcl80 Satoshi