svn commit: r393617 - head/graphics/cairo

Mathieu Arnold mat at FreeBSD.org
Wed Aug 5 23:03:55 UTC 2015


+--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>

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150806/4bcb4762/attachment.bin>


More information about the svn-ports-all mailing list