summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-05-16 07:21:14 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-05-16 07:21:14 +0000
commit68d8601172865660827d8ba2cecead8f785fc3df (patch)
tree19871b670ba8abd439ea9b5ec8f7c76d3df1fedd /www-client/icecat
parentVersion bump. (diff)
downloadgentoo-2-68d8601172865660827d8ba2cecead8f785fc3df.tar.gz
gentoo-2-68d8601172865660827d8ba2cecead8f785fc3df.tar.bz2
gentoo-2-68d8601172865660827d8ba2cecead8f785fc3df.zip
Use system libffi
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'www-client/icecat')
-rw-r--r--www-client/icecat/ChangeLog8
-rw-r--r--www-client/icecat/icecat-4.0.1-r1.ebuild (renamed from www-client/icecat/icecat-4.0.1.ebuild)6
2 files changed, 11 insertions, 3 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog
index f5849c343dd6..b33cd6158610 100644
--- a/www-client/icecat/ChangeLog
+++ b/www-client/icecat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-client/icecat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.85 2011/05/14 08:18:25 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.86 2011/05/16 07:21:14 polynomial-c Exp $
+
+*icecat-4.0.1-r1 (16 May 2011)
+
+ 16 May 2011; Lars Wendler <polynomial-c@gentoo.org> -icecat-4.0.1.ebuild,
+ +icecat-4.0.1-r1.ebuild:
+ Use system libffi
14 May 2011; Kacper Kowalik <xarthisius@gentoo.org> icecat-3.6.16-r1.ebuild:
ppc/ppc64 stable wrt #365323
diff --git a/www-client/icecat/icecat-4.0.1.ebuild b/www-client/icecat/icecat-4.0.1-r1.ebuild
index 7ae07b84e74b..b3890ba73565 100644
--- a/www-client/icecat/icecat-4.0.1.ebuild
+++ b/www-client/icecat/icecat-4.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-4.0.1.ebuild,v 1.2 2011/05/10 04:58:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-4.0.1-r1.ebuild,v 1.1 2011/05/16 07:21:14 polynomial-c Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -13,7 +13,7 @@ XUL_PV="${MAJ_XUL_PV}${PV/${MAJ_FF_PV}/}" # 1.9.3_alpha6, 1.9.2.3, etc.
FF_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
FF_PV="${FF_PV/_beta/b}" # Handle beta for SRC_URI
FF_PV="${FF_PV/_rc/rc}" # Handle rc for SRC_URI
-PATCH="firefox-4.0-patches-0.9"
+PATCH="firefox-4.0-patches-1.0"
DESCRIPTION="GNU project's edition of Mozilla Firefox"
HOMEPAGE="http://www.gnu.org/software/gnuzilla/"
@@ -37,6 +37,7 @@ RDEPEND="
>=dev-libs/glib-2.26
media-libs/libpng[apng]
x11-libs/pango[X]
+ dev-libs/libffi
system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] )
~net-libs/xulrunner-${XUL_PV}[wifi=,libnotify=,system-sqlite=,webm=]
webm? ( media-libs/libvpx
@@ -171,6 +172,7 @@ src_configure() {
mozconfig_annotate '' --enable-canvas
mozconfig_annotate '' --enable-safe-browsing
mozconfig_annotate '' --with-system-png
+ mozconfig_annotate '' --enable-system-ffi
mozconfig_annotate '' --with-system-libxul
mozconfig_annotate '' --with-libxul-sdk="${EPREFIX}"/usr/$(get_libdir)/xulrunner-devel-${MAJ_XUL_PV}