public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: ChangeLog webkit-gtk-0_p42162.ebuild webkit-gtk-0_p40220.ebuild
@ 2009-05-07 22:13 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-05-07 22:13 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/05/07 22:13:15

  Modified:             ChangeLog webkit-gtk-0_p42162.ebuild
                        webkit-gtk-0_p40220.ebuild
  Log:
  Fix strict aliasing bug with gcc-4.4, bug 265579. Those letters really are huge. dirtyepic++ for backporting.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 net-libs/webkit-gtk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	5 Apr 2009 15:33:05 -0000	1.23
+++ ChangeLog	7 May 2009 22:13:15 -0000	1.24
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.23 2009/04/05 15:33:05 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.24 2009/05/07 22:13:15 loki_val Exp $
+
+  07 May 2009; Peter Alfredsen <loki_val@gentoo.org>
+  webkit-gtk-0_p40220.ebuild, webkit-gtk-0_p42162.ebuild,
+  +files/webkit-gtk-0_p40220-gcc44-aliasing.patch,
+  +files/webkit-gtk-0_p42162-gcc44-aliasing.patch:
+  Fix strict aliasing bug with gcc-4.4, bug 265579. Those letters really are
+  huge. dirtyepic++ for backporting.
 
 *webkit-gtk-0_p42162 (05 Apr 2009)
 



1.2                  net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild?r1=1.1&r2=1.2

Index: webkit-gtk-0_p42162.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webkit-gtk-0_p42162.ebuild	5 Apr 2009 15:33:05 -0000	1.1
+++ webkit-gtk-0_p42162.ebuild	7 May 2009 22:13:15 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild,v 1.1 2009/04/05 15:33:05 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild,v 1.2 2009/05/07 22:13:15 loki_val Exp $
 
 EAPI=2
 
-inherit autotools flag-o-matic
+inherit autotools flag-o-matic eutils
 
 MY_P="WebKit-r${PV/0\_p}"
 DESCRIPTION="Open source web browser engine"
@@ -42,6 +42,7 @@
 src_prepare() {
 	AT_M4DIR=./autotools
 	gtkdocize
+	epatch "${FILESDIR}/${P}-gcc44-aliasing.patch"
 	eautoreconf
 }
 



1.8                  net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild?r1=1.7&r2=1.8

Index: webkit-gtk-0_p40220.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- webkit-gtk-0_p40220.ebuild	20 Mar 2009 23:26:44 -0000	1.7
+++ webkit-gtk-0_p40220.ebuild	7 May 2009 22:13:15 -0000	1.8
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild,v 1.7 2009/03/20 23:26:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild,v 1.8 2009/05/07 22:13:15 loki_val Exp $
 
-inherit autotools flag-o-matic
+inherit autotools flag-o-matic eutils
 
 MY_P="WebKit-r${PV/0\_p}"
 DESCRIPTION="Open source web browser engine"
@@ -38,7 +38,7 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-
+	epatch "${FILESDIR}/${P}-gcc44-aliasing.patch"
 	eautoreconf
 }
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: ChangeLog webkit-gtk-0_p42162.ebuild webkit-gtk-0_p40220.ebuild
@ 2009-05-15  8:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2009-05-15  8:43 UTC (permalink / raw
  To: gentoo-commits

aballier    09/05/15 08:43:36

  Modified:             ChangeLog webkit-gtk-0_p42162.ebuild
                        webkit-gtk-0_p40220.ebuild
  Log:
  keyword ~x86-fbsd
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 net-libs/webkit-gtk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	7 May 2009 22:13:15 -0000	1.24
+++ ChangeLog	15 May 2009 08:43:36 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/webkit-gtk
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.24 2009/05/07 22:13:15 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.25 2009/05/15 08:43:36 aballier Exp $
+
+  15 May 2009; Alexis Ballier <aballier@gentoo.org>
+  webkit-gtk-0_p40220.ebuild, webkit-gtk-0_p42162.ebuild:
+  keyword ~x86-fbsd
 
   07 May 2009; Peter Alfredsen <loki_val@gentoo.org>
   webkit-gtk-0_p40220.ebuild, webkit-gtk-0_p42162.ebuild,



1.3                  net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild?r1=1.2&r2=1.3

Index: webkit-gtk-0_p42162.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webkit-gtk-0_p42162.ebuild	7 May 2009 22:13:15 -0000	1.2
+++ webkit-gtk-0_p42162.ebuild	15 May 2009 08:43:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild,v 1.2 2009/05/07 22:13:15 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p42162.ebuild,v 1.3 2009/05/15 08:43:36 aballier Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2 LGPL-2.1 BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 -ia64 ~ppc -sparc ~x86"
+KEYWORDS="~alpha ~amd64 -ia64 ~ppc -sparc ~x86 ~x86-fbsd"
 IUSE="coverage debug gstreamer pango soup +sqlite svg xslt"
 
 RDEPEND=">=x11-libs/gtk+-2.8



1.9                  net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild?r1=1.8&r2=1.9

Index: webkit-gtk-0_p40220.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- webkit-gtk-0_p40220.ebuild	7 May 2009 22:13:15 -0000	1.8
+++ webkit-gtk-0_p40220.ebuild	15 May 2009 08:43:36 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild,v 1.8 2009/05/07 22:13:15 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p40220.ebuild,v 1.9 2009/05/15 08:43:36 aballier Exp $
 
 inherit autotools flag-o-matic eutils
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2 LGPL-2.1 BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 -ia64 ppc -sparc x86"
+KEYWORDS="alpha amd64 -ia64 ppc -sparc x86 ~x86-fbsd"
 IUSE="coverage debug gstreamer pango soup sqlite svg xslt"
 
 RDEPEND=">=x11-libs/gtk+-2.8






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-15  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-07 22:13 [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: ChangeLog webkit-gtk-0_p42162.ebuild webkit-gtk-0_p40220.ebuild Peter Alfredsen (loki_val)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-15  8:43 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox