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 1Nkv48-0001zn-7P for garchives@archives.gentoo.org; Fri, 26 Feb 2010 07:56:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 075A0E092F; Fri, 26 Feb 2010 07:56:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DCB78E092F for ; Fri, 26 Feb 2010 07:56:49 +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 5E65C1B4675 for ; Fri, 26 Feb 2010 07:56:49 +0000 (UTC) Received: from dev-zero by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Nkv45-0000Zf-39 for gentoo-commits@lists.gentoo.org; Fri, 26 Feb 2010 07:56:49 +0000 From: "Tiziano Mueller (dev-zero)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dev-zero@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xqilla/files: 2.2.3-xerces-c-3.1.0.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: 2.2.3-xerces-c-3.1.0.patch X-VCS-Directories: dev-libs/xqilla/files X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tiziano Mueller Date: Fri, 26 Feb 2010 07:56: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: 04b9b2d9-7075-4ea4-ae1b-603c9ea20607 X-Archives-Hash: 9a95a043762cb99d89ea2a9119ef7ff3 dev-zero 10/02/26 07:56:49 Added: 2.2.3-xerces-c-3.1.0.patch Log: Version bump. Fixes compilation with xerces-c-3.1.0. (Portage version: 2.2_rc62/cvs/Linux x86_64) Revision Changes Path 1.1 dev-libs/xqilla/files/2.2.3-xerces-c-3.1.0.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/fi= les/2.2.3-xerces-c-3.1.0.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xqilla/fi= les/2.2.3-xerces-c-3.1.0.patch?rev=3D1.1&content-type=3Dtext/plain Index: 2.2.3-xerces-c-3.1.0.patch =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 diff -Naur XQilla-2.2.3.orig/src/schema/SchemaValidatorFilter.cpp XQilla-= 2.2.3/src/schema/SchemaValidatorFilter.cpp --- XQilla-2.2.3.orig/src/schema/SchemaValidatorFilter.cpp 2010-02-26 08:= 11:53.899266592 +0100 +++ XQilla-2.2.3/src/schema/SchemaValidatorFilter.cpp 2010-02-26 08:43:08= .309105237 +0100 @@ -710,7 +710,7 @@ =20 if(prefixColonPos =3D=3D -1) { bool unknown =3D false; - return fElemStack.mapPrefixToURI(XMLUni::fgZeroLenString, (ElemStack= ::MapModes) mode, unknown); + return fElemStack.mapPrefixToURI(XMLUni::fgZeroLenString, unknown); } else { prefixBuf.set(qName, prefixColonPos); @@ -726,7 +726,7 @@ } else { bool unknown =3D false; - unsigned int uriId =3D fElemStack.mapPrefixToURI(prefixBuf.getRawB= uffer(), (ElemStack::MapModes) mode, unknown); + unsigned int uriId =3D fElemStack.mapPrefixToURI(prefixBuf.getRawB= uffer(), unknown); =20 if(unknown) emitError(XMLErrs::UnknownPrefix, prefixBuf.getRawBuffer());