Date: Mon, 23 Dec 2013 03:22:29 -0600 From: "Matthew D. Fuller" <fullermd@over-yonder.net> To: Max Brazhnikov <makc@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r337191 - head/graphics/webp Message-ID: <20131223092229.GA99219@over-yonder.net> In-Reply-To: <201312221429.rBMETePI083946@svn.freebsd.org> References: <201312221429.rBMETePI083946@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131223092229.GA99219>