From owner-freebsd-questions Mon Apr 30 6:53:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 7176237B422 for ; Mon, 30 Apr 2001 06:53:46 -0700 (PDT) (envelope-from michael@tenzo.com) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.3/8.11.3) with SMTP id f3UDuWC33148 for ; Mon, 30 Apr 2001 06:56:33 -0700 (PDT) (envelope-from michael@tenzo.com) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@tenzo.com Organization: TENZO Design To: freebsd-questions@freebsd.org Subject: Detection of XFree86 version -- How does it work? Date: Mon, 30 Apr 2001 06:56:32 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01043006563203.00718@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running XFree86-4.0.3. I notice that when I build an X application (i.e., xemacs), XFree86-3.3.6 appears to get built as well . At least I think it does -- at the end of the install process, one of the packages that gets "cleaned" is XFree86-3.3.6. Here's what I think is happening. Make calls for the earlier version because that's its default behaviour. It retrieves and (maybe) builds it, but doesn't install it because it finds that a later version of X is already installed. Is this correct? I've added "XFree_Version=4" to /etc/make.conf but it doesn't seem to affect this behaviour. Thanks. M. -- Michael O'Henly TENZO Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message