From owner-freebsd-hackers Tue Jan 20 22:42:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19652 for hackers-outgoing; Tue, 20 Jan 1998 22:42:06 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from iskh122.haninge.kth.se (zcommandi@iskh122.haninge.kth.se [130.237.83.122]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19560 for ; Tue, 20 Jan 1998 22:40:56 -0800 (PST) (envelope-from dev.random@dev.random.nu) From: dev.random@dev.random.nu Received: from localhost (random@localhost) by iskh122.haninge.kth.se (8.8.8/8.8.7) with SMTP id HAA13027; Wed, 21 Jan 1998 07:37:09 +0100 (CET) (envelope-from dev.random@dev.random.nu) Date: Wed, 21 Jan 1998 07:37:09 +0100 (CET) X-Sender: random@iskh122.haninge.kth.se To: Alexander Indenbaum cc: freebsd-hackers@FreeBSD.ORG Subject: Re: bsd.port.mk is broken In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk If you read CVS, bsd.port.mk was changed by asami on Janurary 2nd to check for old versions of TCL, rather then checking the version of TCL, it just checks to see if TCL is installed in (Asami's words) "the old place" . IMHO, this is a flaw, but what can you do.. besides nuke the files from the locations, or tell bsd.port.mk not to check. (grep -i tcl /usr/share/mk/bsd.port.mk to see where it checks). would be much nicer to grab TCL_VERSION out of tcl.h, but when I presented that to him I never got a reply.. _________________________________________________________________ thomas stromberg % sysadmin(royal.institute.of.technology@haninge/stockholm) smtp(dev.random@dev.random.nu)%irc(devrandom)%talkd(random@dev.random.nu) "nothing is impossible, some things just take more lines of perl than others" > Something is broken in bsd.port.mk. > When I try to make X11 port it gives me an error about tcl > > have an old tcl installation on your machine. > Remove everything that matches /usr/*/*tcl* first. >