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 1Nlljm-0007hf-7M for garchives@archives.gentoo.org; Sun, 28 Feb 2010 16:11:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12D25E09C3; Sun, 28 Feb 2010 16:11:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D4AC7E09C3 for ; Sun, 28 Feb 2010 16:11:19 +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 72D061B4022 for ; Sun, 28 Feb 2010 16:11:19 +0000 (UTC) Received: from cedk by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Nllji-0000y3-KQ for gentoo-commits@lists.gentoo.org; Sun, 28 Feb 2010 16:11:18 +0000 From: "Cedric Krier (cedk)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cedk@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openvpn: openvpn-2.1.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openvpn-2.1.0-r1.ebuild ChangeLog X-VCS-Directories: net-misc/openvpn X-VCS-Committer: cedk X-VCS-Committer-Name: Cedric Krier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Cedric Krier Date: Sun, 28 Feb 2010 16:11:18 +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: d748c274-a39d-4fdd-ba5e-12351396f18f X-Archives-Hash: 4ca680792dc042fd1feaf0795a89bc42 cedk 10/02/28 16:11:18 Modified: openvpn-2.1.0-r1.ebuild ChangeLog Log: Filter out -maltivec on ppc for bug #293840 (Portage version: 2.1.7.16/cvs/Linux i686) Revision Changes Path 1.2 net-misc/openvpn/openvpn-2.1.0-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/o= penvpn-2.1.0-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/o= penvpn-2.1.0-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/o= penvpn-2.1.0-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: openvpn-2.1.0-r1.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/net-misc/openvpn/openvpn-2.1.0-r1.ebuil= d,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openvpn-2.1.0-r1.ebuild 29 Dec 2009 18:13:05 -0000 1.1 +++ openvpn-2.1.0-r1.ebuild 28 Feb 2010 16:11:18 -0000 1.2 @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.0-r1.ebu= ild,v 1.1 2009/12/29 18:13:05 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.0-r1.ebu= ild,v 1.2 2010/02/28 16:11:18 cedk Exp $ =20 -inherit eutils multilib toolchain-funcs autotools +inherit eutils multilib toolchain-funcs autotools flag-o-matic =20 IPV6_VERSION=3D"0.4.10" DESCRIPTION=3D"OpenVPN is a robust and highly flexible tunneling applica= tion compatible with many OSes." @@ -56,6 +56,13 @@ } =20 src_compile() { + # basic.h defines a type 'bool' that conflicts with the altivec + # keyword bool which has to be fixed upstream, see bugs #293840 + # and #297854. + # For now, filter out -maltivec on ppc and append -mno-altivec, as + # -maltivec is enabled implicitly by -mcpu and similar flags. + use ppc && filter-flags -maltivec && append-flags -mno-altivec + local myconf=3D"" =20 if use minimal ; then 1.171 net-misc/openvpn/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/C= hangeLog?rev=3D1.171&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/C= hangeLog?rev=3D1.171&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/openvpn/C= hangeLog?r1=3D1.170&r2=3D1.171 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/net-misc/openvpn/ChangeLog,v retrieving revision 1.170 retrieving revision 1.171 diff -u -r1.170 -r1.171 --- ChangeLog 29 Dec 2009 18:13:05 -0000 1.170 +++ ChangeLog 28 Feb 2010 16:11:18 -0000 1.171 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/openvpn -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.170 20= 09/12/29 18:13:05 cedk Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.171 20= 10/02/28 16:11:18 cedk Exp $ + + 28 Feb 2010; C=C3=A9dric Krier openvpn-2.1.0-r1.ebui= ld: + Filter out -maltivec on ppc for bug #293840 =20 *openvpn-2.1.0-r1 (29 Dec 2009) =20