From owner-freebsd-hackers Tue Jan 20 17:46:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28379 for hackers-outgoing; Tue, 20 Jan 1998 17:46:22 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from wizard.abirnet.co.il (wizard.abirnet.co.il [194.90.211.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28311; Tue, 20 Jan 1998 17:44:46 -0800 (PST) (envelope-from baum@abirnet.co.il) Received: from wizard.abirnet.co.il (wizard.abirnet.co.il [194.90.211.10]) by wizard.abirnet.co.il (8.8.5/8.8.5) with SMTP id DAA12289; Wed, 21 Jan 1998 03:44:06 +0200 Date: Wed, 21 Jan 1998 03:44:06 +0200 (IST) From: Alexander Indenbaum To: asami@FreeBSD.ORG cc: freebsd-hackers@FreeBSD.ORG Subject: bsd.port.mk is broken Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk Hi! Something is broken in bsd.port.mk. When I try to make X11 port it gives me an error about tcl 3:30am schneider -> /usr/ports/x11/xbuffy# make ===> xbuffy-3.3 : You have an old tcl installation on your machine. Remove everything that matches /usr/*/*tcl* first. Here are my tcl installations: 3:34am schneider -> /usr/ports/x11/xbuffy# pkg_info -aI | grep tcl expect-5.22.0 A sophisticated scripter based on tcl/tk. tcl-8.0 Tool Command Language. tcl-7.6 Tool Command Language. Running pretty resent -stable: FreeBSD schneider.actcom.co.il 2.2.5-STABLE FreeBSD 2.2.5-STABLE #12: Sat Jan 17 08:56:43 IST 1998 root@schneider.actcom.co.il:/usr/src/sys/compile/BAUM i386 >From other hand on another -stable box it does not happend, only difference is tcl installation: 3:37am elina -> /usr/ports/x11/xbuffy# pkg_info -aI | grep tcl tcl-8.0.2 Tool Command Language. Alexander Indenbaum