From owner-freebsd-ports Tue Jan 7 00:12:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA05672 for ports-outgoing; Tue, 7 Jan 1997 00:12:06 -0800 (PST) Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id AAA05667 for ; Tue, 7 Jan 1997 00:12:04 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca14-58.ix.netcom.com [207.92.174.122]) by dfw-ix7.ix.netcom.com (8.6.13/8.6.12) with ESMTP id AAA06909; Tue, 7 Jan 1997 00:08:41 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id AAA02602; Tue, 7 Jan 1997 00:08:11 -0800 (PST) Date: Tue, 7 Jan 1997 00:08:11 -0800 (PST) Message-Id: <199701070808.AAA02602@silvia.HIP.Berkeley.EDU> To: chuckr@glue.umd.edu CC: thomas@ghpc8.ihf.rwth-aachen.de, ports@freebsd.org In-reply-to: (message from Chuck Robey on Mon, 6 Jan 1997 12:10:27 -0500 (EST)) Subject: Re: cvs commit: ports/x11/tix/patches etc. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Sorry, I'm playing catch-up. You guys have transferred a lot of traffic * since last night. Tk and it's cousins have no need for the large majority * of the .h files, in or out of generic, so adding them is pure useless * bloat. The location that the tk port uses to put it's files, * /usr/local/include, is the one that is expected for most of the tcltk * software, and that stuff finds it fine. * * The problem is mostly that half our tcltk stuff is in the /usr/local * hierarchy, the other half in /usr/include. It's not that much of a * problem, either. * * Let me gen up a version of tix that works ok, give me an hour. Right now, * when it can't find the tclconfig.sh and tkconfig.sh files in the same * locations that it finds the include files, it dies, but that's trivial to * fix. Be right back. Did you find a solution? I really don't sure it's that simple though. The only file the tk port (currently) installs in /usr/local/include is tk.h, and that is clearly not enough considering all those ports out there who do a DEPENDS on x11/tk41. Satoshi