From owner-freebsd-ports Mon Jul 28 16:40:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA13012 for ports-outgoing; Mon, 28 Jul 1997 16:40:32 -0700 (PDT) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA12993 for ; Mon, 28 Jul 1997 16:40:11 -0700 (PDT) Received: from rhiannon.scsn.net ([208.133.153.55]) by mail.scsn.net (Post.Office MTA v3.1 release PO203a ID# 0-32322U5000L100S10000) with ESMTP id AAA166 for ; Mon, 28 Jul 1997 19:30:45 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.6/8.8.5) id TAA01960; Mon, 28 Jul 1997 19:40:01 -0400 (EDT) Message-ID: <19970728193841.26801@scsn.net> Date: Mon, 28 Jul 1997 19:38:41 -0400 From: "Donald J. Maddox" To: ports@FreeBSD.ORG Subject: Tk/Tcl broken(?) Reply-To: dmaddox@scsn.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It's starting to look like lots of (if not all) ports that depend on tk4.1/tcl75 are currently broken, _if_ you have installed either recently, because tk.h is no longer installed in /usr/local/include (where a lot of ports expect to find it) and tclconfig.sh is no longer in /usr/local/lib (where a lot of ports expect to find it). :-( # cd /usr/ports/x11/tix # make >> Checksum OK for Tix4.1.0.tar.gz. ===> Configuring for tix-4.1.0 loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking whether make sets ${MAKE}... (cached) yes creating ./config.status creating Makefile loading cache ./config.cache checking for uname... uname -a checking cached value of $uname... no checking for strdup... yes checking for strcasecmp... yes checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking for ranlib... ranlib checking how to run the C preprocessor... cc -E checking for unistd.h... yes checking for limits.h... yes checking whether make sets ${MAKE}... yes checking Tcl source directory... /usr/include/tcl checking Tk source directory... /usr/local/include/tk4.1 .: Can't open /usr/local/include/tk4.1/../../lib/tkConfig.sh *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop.