svn commit: r393617 - head/graphics/cairo

Jung-uk Kim jkim at FreeBSD.org
Thu Aug 6 05:01:19 UTC 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 08/05/2015 19:03, Mathieu Arnold wrote:
> +--On 5 août 2015 21:40:12 +0000 Jung-uk Kim <jkim at FreeBSD.org>
> wrote: | Author: jkim | Date: Wed Aug  5 21:40:11 2015 | New
> Revision: 393617 | URL:
> https://svnweb.freebsd.org/changeset/ports/393617 | | Log: |   Fix
> endianness detection on head with strings(1) from ELF toolchain. |
>  |   Approved by:	gnome (maintainer, timeout > 6 months) |   MFH:
> 2015Q3 | | Modified: |   head/graphics/cairo/Makefile | | Modified:
> head/graphics/cairo/Makefile |
> =========================================================================
>
> 
| ===== --- head/graphics/cairo/Makefile	Wed Aug  5 21:24:47 2015	(r393616)
> | +++ head/graphics/cairo/Makefile	Wed Aug  5 21:40:11 2015
> (r393617) @@ | -66,8 +66,9 @@ BROKEN=	OpenGL option needs X11
> support |  .endif | |  post-patch: | -	@${REINPLACE_CMD} -e
> '/test/s/==/=/g' \ | -		-e '/LIBS/s/-lrt//'  -e '/LIBS/s|-ldld||'
> \ | +	@${REINPLACE_CMD} -e '/strings/s/ - / -a /' \ | +		-e
> '/test/s/==/=/g' \ | +		-e '/LIBS/s/-lrt//' -e '/LIBS/s|-ldld||' \ 
> |  		-e '/LIBS/s|-ldl||' \ |  		${WRKSRC}/configure |
> @${REINPLACE_CMD} -e 's|-lcairo|-lcairo -lpthread|' \
> 
> After that, I think, I get:
> 
> checking whether cairo's EGL functions feature could be enabled...
> no (not required by any backend) configure: error:  EGL functions
> feature could not be enabled configure: WARNING: cache variable
> cairo_cv_warn_maybe contains a newline
> 
> <https://pkg.absolight.fr/data/10amd64-pkgng/20150806T005313Z/logs/cairo-1.14.2,2.log>

It's
> 
funny that I had exactly same problem even before I made this
commit.  For me, the culprit was newly added EGL option, which is
enabled by default now.  In fact, this option depends on OpenGL
support but you have disabled OPENGL option.  Try disabling EGL option
or enabling OPENGL option.

Jung-uk Kim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJVwuoSAAoJEHyflib82/FGo+IH/RTCckOb8KcxBUJAh8LjhFY2
C1EAuPdcvbd+jPP5ZMMggUiivXBjS4Qw6Ktgw+wqOR2CW9gFDLAnf1jqEZbg+63I
Wm5aZ3F3mfJRSai4OFmaBfGyyzLgjW+KRxGsmWFK06JoO/Dw8cyvO2sufuA9c3CZ
6NGAqDhNHj1JzazBW8LE2jgfneI5NC8WV9Hhrt2Uzy6rOqyBl0jc+o7KM+IBhFV6
/UiQ05ikreRY/hV3+XZnCsc6+S4E06QvJ+6ue9ZtZgWQRm16LJ2cy8scLNskScS+
LpHcljR6rsWvCH39355ibqd7/3XGPzqid1Dxh+zSPD1HZh2A31JekNokX7bv3y8=
=mjN9
-----END PGP SIGNATURE-----


More information about the svn-ports-head mailing list