From owner-freebsd-ports Fri Aug 25 3:24:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 6048E37B43C; Fri, 25 Aug 2000 03:24:20 -0700 (PDT) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id NAA15828; Fri, 25 Aug 2000 13:24:17 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id NAA25174; Fri, 25 Aug 2000 13:24:18 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39A64951.1C970FE0@FreeBSD.org> Date: Fri, 25 Aug 2000 13:24:17 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.74 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.org Subject: Re: Proposed bsd.port.mk changes to catch Mesa3 port update [patch] References: <39A4F2C2.5DBC3092@FreeBSD.org> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > * From: Maxim Sobolev > > * Hi PW and All! > > Hi sobomax! > > * I tweaked Mesa3 port to work correctly with XFree86-4 and now we should update > * bsd.port.mk to correctly depend ports with USE_MESA being set. The attached > * patch should do the trick. Please review and commit it if it's OK. > > * +.if defined(USE_MESA) > * +LIB_DEPENDS+= GLU.1:${PORTSDIR}/graphics/Mesa3 > * +.endif > > In that case, don't you want to move this line out ouf the > XFREE86_VERSION=4 case and make it common with XFREE86_VERSION=3? Then we should unify Mesa shlib version across various XFree releases. Historically we have version 14 for GL&GLU libraries installed by the Mesa3/utah-glx ports, while XFree-4 has GL.1 instead. Therefore, we will have to agree upon some common among different GL incarnations versioning scheme. Also if we would integrate those cases, we will have to add libGLU into LIB_DEPENDS instead of libGL, because on XFree-4 Mesa port doesn't install/deinstall libGL (XFree installs it). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message