From owner-freebsd-ports Fri Feb 9 01:10:26 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10096 for ports-outgoing; Fri, 9 Feb 1996 01:10:26 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA10091 for ; Fri, 9 Feb 1996 01:10:22 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id BAA18506; Fri, 9 Feb 1996 01:09:50 -0800 To: asami@cs.berkeley.edu (Satoshi Asami) cc: ports@freebsd.org Subject: Re: cvs commit: ports/lang/expect/scripts configure In-reply-to: Your message of "Fri, 09 Feb 1996 00:43:49 PST." <199602090843.AAA11612@silvia.HIP.Berkeley.EDU> Date: Fri, 09 Feb 1996 01:09:49 -0800 Message-ID: <18504.823856989@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org Precedence: bulk > (Moved over from "committers") > > * > * Thanks - if you haven't already, I'll update tk4 to do the same thing . > * > > * > Ah, I just saw your change -- so that was the same problem. Gawd, > * > didn't know tk4 requires tcl74 headers. Are tclX/tclX74's problems > * > the same too? > * > * Yep! > > Ok. Do you know exactly which headers are required by them? I'll see > if it's feasible to install them via a post-install target or > something. > > Satoshi Wait, what? You want to install TCL internal header files to /usr/local someplace? Aieee! No, that's not really a good idea. The contents of files such as tclInt.h and friends are not part of the published interface and they should most definitely not go into a public location where others might be tempted to use them. The fact that certain packages require incestuous knowledge of TCL's private places is an evil thing, but at least it's relatively contained evil. Remember The Exorcist: It was his job to contain the evil and drive it back, not feed it. You, Satoshi, are The Exorcist of the ports collection and it's your job to keep evil at bay! Yeah, if we can just ignore for a moment the fact that the Evil managed to kill the good guy at the end of The Exorcist, that's not a bad analogy.. :-) Jordan