From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MvrOV-0001e0-VQ for garchives@archives.gentoo.org; Thu, 08 Oct 2009 11:42:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03BF4E075B; Thu, 8 Oct 2009 11:42:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B0D74E075B for ; Thu, 8 Oct 2009 11:42:50 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 411C4B48AB for ; Thu, 8 Oct 2009 11:42:50 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MvrOT-0004mn-Mp for gentoo-commits@lists.gentoo.org; Thu, 08 Oct 2009 11:42:49 +0000 From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxslt: libxslt-1.1.26.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libxslt-1.1.26.ebuild ChangeLog X-VCS-Directories: dev-libs/libxslt X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Thu, 08 Oct 2009 11:42:49 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c85b7ae1-77ab-4b10-82bd-8a213c1e03c8 X-Archives-Hash: 1eb77039b625da41472e7f7838a7189a ssuominen 09/10/08 11:42:49 Modified: libxslt-1.1.26.ebuild ChangeLog Log: Because libgcrypt is missing pkg-config file, fixing cross-compile here= wrt #267503, thanks to Andrei Slavoiu. (Portage version: 2.2_rc44/cvs/Linux x86_64) Revision Changes Path 1.5 dev-libs/libxslt/libxslt-1.1.26.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/l= ibxslt-1.1.26.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/l= ibxslt-1.1.26.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/l= ibxslt-1.1.26.ebuild?r1=3D1.4&r2=3D1.5 Index: libxslt-1.1.26.ebuild =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 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuild,= v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libxslt-1.1.26.ebuild 7 Oct 2009 15:51:06 -0000 1.4 +++ libxslt-1.1.26.ebuild 8 Oct 2009 11:42:49 -0000 1.5 @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuil= d,v 1.4 2009/10/07 15:51:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.26.ebuil= d,v 1.5 2009/10/08 11:42:49 ssuominen Exp $ =20 EAPI=3D2 -inherit autotools eutils +inherit autotools eutils toolchain-funcs =20 DESCRIPTION=3D"XSLT libraries and tools" HOMEPAGE=3D"http://www.xmlsoft.org/" @@ -28,6 +28,12 @@ } =20 src_configure() { + # libgcrypt is missing pkg-config file, so fixing cross-compile + # here. see bug 267503. + if tc-is-cross-compiler; then + export LIBGCRYPT_CONFIG=3D"${SYSROOT}/usr/bin/libgcrypt-config" + fi + econf \ --disable-dependency-tracking \ --with-html-dir=3D/usr/share/doc/${PF} \ 1.196 dev-libs/libxslt/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/C= hangeLog?rev=3D1.196&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/C= hangeLog?rev=3D1.196&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxslt/C= hangeLog?r1=3D1.195&r2=3D1.196 Index: ChangeLog =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 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- ChangeLog 7 Oct 2009 15:51:06 -0000 1.195 +++ ChangeLog 8 Oct 2009 11:42:49 -0000 1.196 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libxslt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.195 20= 09/10/07 15:51:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.196 20= 09/10/08 11:42:49 ssuominen Exp $ + + 08 Oct 2009; Samuli Suominen libxslt-1.1.26.ebu= ild: + Because libgcrypt is missing pkg-config file, fixing cross-compile her= e + wrt #267503, thanks to Andrei Slavoiu. =20 07 Oct 2009; Samuli Suominen libxslt-1.1.26.ebu= ild, +files/libxslt-1.1.26-undefined.patch: