From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F42A13873A for ; Tue, 29 Jan 2013 12:36:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D801E21C00B; Tue, 29 Jan 2013 12:36:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53DA621C00B for ; Tue, 29 Jan 2013 12:36:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E98A33DBD7 for ; Tue, 29 Jan 2013 12:36:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 03EEE2171E; Tue, 29 Jan 2013 12:36:39 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.10.2-r300.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: webkit-gtk-1.10.2-r300.ebuild ChangeLog X-VCS-Directories: net-libs/webkit-gtk X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130129123640.03EEE2171E@flycatcher.gentoo.org> Date: Tue, 29 Jan 2013 12:36:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 07500b62-533c-4bca-b6dc-95fad22529f0 X-Archives-Hash: 63de243c290a202496c2f28087902b89 aballier 13/01/29 12:36:39 Modified: webkit-gtk-1.10.2-r300.ebuild ChangeLog Log: Fix build on FreeBSD and keyword ~amd64-fbsd, bug #449220 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.5 net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild?r1=1.4&r2=1.5 Index: webkit-gtk-1.10.2-r300.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- webkit-gtk-1.10.2-r300.ebuild 6 Jan 2013 10:02:11 -0000 1.4 +++ webkit-gtk-1.10.2-r300.ebuild 29 Jan 2013 12:36:39 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild,v 1.4 2013/01/06 10:02:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild,v 1.5 2013/01/29 12:36:39 aballier Exp $ EAPI="5" @@ -13,7 +13,7 @@ LICENSE="LGPL-2+ BSD" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl" # bugs 372493, 416331 REQUIRED_USE="introspection? ( geoloc gstreamer )" @@ -155,6 +155,10 @@ # uclibc fix, bug #441674 epatch "${FILESDIR}/${PN}-1.10.1-disable-backtrace-uclibc.patch" + # fix for freebsd for WIFEXITED definition + # https://bugs.gentoo.org/show_bug.cgi?id=449220#c17 + epatch "${FILESDIR}/${PN}-1.10.2-wifexited.patch" + # Respect CC, otherwise fails on prefix #395875 tc-export CC 1.193 net-libs/webkit-gtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.193&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.193&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.192&r2=1.193 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v retrieving revision 1.192 retrieving revision 1.193 diff -u -r1.192 -r1.193 --- ChangeLog 6 Jan 2013 10:02:11 -0000 1.192 +++ ChangeLog 29 Jan 2013 12:36:39 -0000 1.193 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/webkit-gtk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.192 2013/01/06 10:02:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.193 2013/01/29 12:36:39 aballier Exp $ + + 29 Jan 2013; Alexis Ballier + webkit-gtk-1.10.2-r300.ebuild, +files/webkit-gtk-1.10.2-wifexited.patch: + Fix build on FreeBSD and keyword ~amd64-fbsd, bug #449220 06 Jan 2013; Agostino Sarubbo webkit-gtk-1.10.2-r300.ebuild: Add ~sparc, wrt bug #449220