svn commit: r393617 - head/graphics/cairo

Koop Mast kwm at rainbow-runner.nl
Thu Aug 6 06:55:26 UTC 2015


On 06/08/2015 01: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>
>
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



More information about the svn-ports-head mailing list