svn commit: r337191 - head/graphics/webp

Matthew D. Fuller fullermd at over-yonder.net
Mon Dec 23 09:22:37 UTC 2013


On Sun, Dec 22, 2013 at 02:29:40PM +0000 I heard the voice of
Max Brazhnikov, and lo! it spake thus:
> 
> Log:
>   - Fix plist

> +bin/vwebp

This breaks the build on my servers (though not my workstation), as
vwebp isn't built on them.  The -h[elp] on vwebp says

  Decodes the WebP image file and visualize it using OpenGL

and it does link in libGL, which does exist on the workstation and not
on the server (and you can see configure checking for and not finding
GL stuff).  So I'd guess GL's presence/absence is what determines
whether or not it's built, and that it needs to be conditionalized
somehow   :|


-- 
Matthew Fuller     (MF4839)   |  fullermd at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.


More information about the svn-ports-head mailing list