Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 15:53:25 -0500
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        gnome@FreeBSD.org
Subject:   [PATCH] graphics/cairo: fix AX_C_FLOAT_WORDS_BIGENDIAN on head
Message-ID:  <54BEC045.8060407@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------050304000207080504010100
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

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

strings(1) from BSD ELF Tool Chain does not support '-' option and
configure script does not set AX_C_FLOAT_WORDS_BIGENDIAN properly.  I
filed an upstream PR.

https://bugs.freedesktop.org/show_bug.cgi?id=88639

Please approve the attached patch.

Thanks!

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

iQEcBAEBCAAGBQJUvsA9AAoJEHyflib82/FGVa4H/1UlFgtyKkd5YpmXA1f7WCxR
4K3ibtHD+Jq5l9YgIPzy95wa8oc3jnB6n0WwsLNEPc2sSUOG6pttptUXsKXiqnDd
A9eeTRsFWNxmaN3HZKG/+yT+mPDd5rqtAIdJgiIQTObzTk7Z4fIfvPwbH9sfuaGM
idd48qZ1DJmdgC1n21SFj/OwIebcge6pb3aMYLnR3sC4UposbJSeUAToVX53JUVE
mBQCzPD/lnS+z7jOmPHMoHFE1zKd2XJBkyrZEPNZgXxFSi2uSAQhrwYjg3JUbC0L
08cITot0/Qxn9mYt4Cri1UAqUSR2EtvGCc3CUNsUz5izBMVMwMZWY67gHp56Bw4=
=3mO5
-----END PGP SIGNATURE-----

--------------050304000207080504010100
Content-Type: text/x-patch;
 name="cairo.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
 filename="cairo.diff"

Index: graphics/cairo/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- graphics/cairo/Makefile	(revision 377530)
+++ graphics/cairo/Makefile	(working copy)
@@ -4,7 +4,7 @@
=20
 PORTNAME=3D	cairo
 PORTVERSION=3D	1.12.18
-PORTREVISION=3D	1
+PORTREVISION=3D	2
 PORTEPOCH=3D	2
 CATEGORIES=3D	graphics
 MASTER_SITES=3D	http://cairographics.org/releases/
@@ -61,7 +61,8 @@ PLIST_SUB+=3D	LIBVER=3D2.11200.18
 .include <bsd.port.options.mk>
=20
 post-patch:
-	@${REINPLACE_CMD} -e '/test/s/=3D=3D/=3D/g' \
+	@${REINPLACE_CMD} -e 's/ strings - / strings -a /' \
+		-e '/test/s/=3D=3D/=3D/g' \
 		-e '/LIBS/s/-lrt//'  -e '/LIBS/s|-ldld||' \
 		-e '/LIBS/s|-ldl||' \
 		${WRKSRC}/configure

--------------050304000207080504010100--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54BEC045.8060407>