From owner-freebsd-current Fri Feb 16 00:59:17 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA20615 for current-outgoing; Fri, 16 Feb 1996 00:59:17 -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 AAA20610 for ; Fri, 16 Feb 1996 00:59:15 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id AAA00719; Fri, 16 Feb 1996 00:58:53 -0800 To: Mats Lofkvist cc: lyndon@orthanc.com, freebsd-current@FreeBSD.org Subject: Re: Hysterical Raisons In-reply-to: Your message of "Fri, 16 Feb 1996 09:49:01 +0100." <199602160849.JAA21778@sophocles.algonet.se> Date: Fri, 16 Feb 1996 00:58:52 -0800 Message-ID: <717.824461132@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@FreeBSD.org Precedence: bulk > [31% of ports collection go into /usr/X11R6] > > I found this fact a pain in the ass the last time I upgraded XFree86... > > Why not put the X ports into /usr/local/{bin,...}/X11 or something? Because resource and include files, among other things, are found by default under the X11R6 hierarchy (various parts of the X11 framework makes assumptions about this). It was therefore deemed a less evil compromise to stick everything into /usr/X11R6 rather than have a port scatter files into two separate hierarchies. Jordan