Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 07:56:16 +0200
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Mathieu Arnold <mat@FreeBSD.org>, Jung-uk Kim <jkim@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r393617 - head/graphics/cairo
Message-ID:  <55C2F700.1070202@rainbow-runner.nl>
In-Reply-To: <44F4B41AB492CA469F34FA22@atuin.in.mat.cc>
References:  <201508052140.t75LeCWs050544@repo.freebsd.org> <44F4B41AB492CA469F34FA22@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/08/2015 01:03, Mathieu Arnold wrote:
> +--On 5 août 2015 21:40:12 +0000 Jung-uk Kim <jkim@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>;
>
Either disable the EGL option or enable the OPENGL option. Your not the 
first to have reported this, it seems I will have to maybe combine both 
options. I will look into this later today.

-Koop

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55C2F700.1070202>