From owner-freebsd-hackers Mon Mar 12 6:30:16 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 2821937B718 for ; Mon, 12 Mar 2001 06:30:12 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from v-ger.we.lc.ehu.es (v-ger [158.227.6.179]) by polaris.we.lc.ehu.es (8.11.1/8.11.1) with ESMTP id f2CEU4904965; Mon, 12 Mar 2001 15:30:04 +0100 (MET) Received: from we.lc.ehu.es (localhost [127.0.0.1]) by v-ger.we.lc.ehu.es (8.11.1/8.11.1) with ESMTP id f2CEU0700461; Mon, 12 Mar 2001 15:30:00 +0100 (CET) (envelope-from jose@we.lc.ehu.es) Message-ID: <3AACDD68.8A03384E@we.lc.ehu.es> Date: Mon, 12 Mar 2001 15:30:00 +0100 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dpto. de Electricidad y Electronica X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: es-ES, es, en-US, en MIME-Version: 1.0 To: Alexey Dokuchaev Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Porting NVidia linux kernel modules to FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexey Dokuchaev wrote: > > Actually, there's one more question I have about XFree-4. IIUC, core GL > libs, such as libGL.so, libOSMesa.so, etc are included in XFree 4.0.2 core > distribution. So how come that lots of applications still have Mesa-3.2 > in their dependencies? > The Mesa bits included in XFree86 4.0.2 are a subset of the Mesa-3.2 port. If you have XFree86 4.0.2 installed, you should define XFREE86_VERSION=4 in /etc/make.conf; then, the Mesa 3.2 port only installs the files not included in XFree-4. Also, the ports which use the Xpm library do not depend on the xpm port (XFree-4 includes Xpm). Still there are some ports which have not been adapted to the XFREE86_VERSION mechanism; one of these is x11-toolkits/xaw3d: its Makefile checks for the existence of ${X11BASE}/XFree86 in order to find out what XFree86 version is installed. Cheers, -- JMA ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message