From owner-freebsd-ports Mon Nov 27 3: 1:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id E28B837B4CF for ; Mon, 27 Nov 2000 03:01:47 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id eARB1am03759; Mon, 27 Nov 2000 13:01:37 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id eARB1aJ41145; Mon, 27 Nov 2000 13:01:36 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A223F0D.F6D75E87@FreeBSD.org> Date: Mon, 27 Nov 2000 13:01:34 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Herbert Cc: freebsd-ports@FreeBSD.org Subject: Re: /usr/ports/x11-toolkits/qt22/ References: <20001127015114.A16914@freebsd2.rocks> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Herbert wrote: > Hei! > > Today I recompiled XFree-4.0.1 with hardware acceleration for my matrox > G400 and mesa with XFREE_VERSION=4. Afterwards I wasn't able to build > the qt22-port, because it couldn't find GL1.4. I only have libGL.so.1 in > /usr/X11R6/lib. > > This is defined in /usr/ports/Mk/bsd.port.mk: > > .if defined(USE_MESA) > LIB_DEPENDS+= GL.14:$PORTSDIR/graphics/Mesa3 > .endif > > I had to change that to "LIB_DEPENDS+= GL.1:$PORTSDIR/graphics/Mesa3". > > When I built mesa without XFREE_VERSION=4 a few days ago, I had no > problems to build the qt22-port. > > Is there something wrong on my system? My ports collection? Add XFREE_VERSION=4 into your /etc/make.conf and rebuild/reinstall Mesa/qt. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message