Date: Fri, 25 Aug 2000 13:24:17 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Satoshi - Ports Wraith - Asami <asami@FreeBSD.org> Cc: ports@FreeBSD.org Subject: Re: Proposed bsd.port.mk changes to catch Mesa3 port update [patch] Message-ID: <39A64951.1C970FE0@FreeBSD.org> References: <39A4F2C2.5DBC3092@FreeBSD.org> <vqclmxm79l8.fsf@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Satoshi - Ports Wraith - Asami wrote: > * From: Maxim Sobolev <sobomax@FreeBSD.org> > > * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39A64951.1C970FE0>