From owner-freebsd-ports Tue Jan 7 01:50:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA10819 for ports-outgoing; Tue, 7 Jan 1997 01:50:11 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA10769 for ; Tue, 7 Jan 1997 01:49:23 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id KAA06967; Tue, 7 Jan 1997 10:47:14 +0100 From: Thomas Gellekum Message-Id: <199701070947.KAA06967@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/x11/tix/pkg PLIST ports/x11/tix Makefile ports/x11/tix/patches patch-aa To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 7 Jan 1997 10:47:14 +0100 (MET) Cc: ports@freebsd.org In-Reply-To: <24852.852629215@time.cdrom.com> from "Jordan K. Hubbard" at "Jan 7, 97 01:26:55 am" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [Moved to -ports] Jordan K. Hubbard wrote: > OK, and how about all the other ports which used to extract Tk in > order to pull private headers out of it? If we're going to pollute > the include hierarchy this way, we should at least take maximum > advantage of it (and to be frank, I think that installing Tk's > internal non-exported header files is a mistake which will come back > to haunt us in most annoying ways. I will be annoying in the same way as any upgrade of Tk. The installed header (/usr/local/include/tk.h) is always that of the latest version and may or may not work with a random Tk extension. The same holds for /usr/include/tcl.h; we're just lucky enough not to have any programs in the ports which depend on tcl-7.6/tk4.2 (Tix does work with these versions). I do realize that this is somewhat controversial. > but now that it's done...). Let's see how long the ports dictator keeps those changes, if the demonstrations continue. ;-) tg