svn commit: r342389 - head/Mk

Koop Mast kwm at rainbow-runner.nl
Mon Feb 3 08:12:50 UTC 2014


On 3-2-2014 8:39, Max Brazhnikov wrote:
> Author: makc
> Date: Mon Feb  3 07:39:39 2014
> New Revision: 342389
> URL: http://svnweb.freebsd.org/changeset/ports/342389
> QAT: https://qat.redports.org/buildarchive/r342389/
>
> Log:
>    Mk/bsd.port.mk:
>    - Fix typo (apparently I'm the first who's trying to use new mesa ports :)
>    
>    Approved by:	portmgr (bapt)
>
> Modified:
>    head/Mk/bsd.port.mk
>
> Modified: head/Mk/bsd.port.mk
> ==============================================================================
> --- head/Mk/bsd.port.mk	Mon Feb  3 07:35:33 2014	(r342388)
> +++ head/Mk/bsd.port.mk	Mon Feb  3 07:39:39 2014	(r342389)
> @@ -1793,7 +1793,7 @@ USES+=	display
>   
>   PKG_IGNORE_DEPENDS?=		'this_port_does_not_exist'
>   
> -_GL_glesv2_LIB_DEPENDS=		libGLESv2.so:${PORTSDIR}/grahpics/libglesv2
> +_GL_glesv2_LIB_DEPENDS=		libGLESv2.so:${PORTSDIR}/graphics/libglesv2
>   _GL_egl_LIB_DEPENDS=		libEGL.so:${PORTSDIR}/graphics/libEGL
>   _GL_gl_LIB_DEPENDS=		libGL.so:${PORTSDIR}/graphics/libGL
>   _GL_gl_USE_XORG=		glproto dri2proto
Ah my infamous "lets switch the 'p' and 'h' around" :) Thanks for fixing.

-Koop


More information about the svn-ports-all mailing list