summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2005-02-19 07:52:38 +0000
committerJoseph Jezak <josejx@gentoo.org>2005-02-19 07:52:38 +0000
commit82478565cd3620e5d8caf38165c85a00b9a08d92 (patch)
tree424efe4bcedbf5150e13bcde14601243dec19e04 /net-libs
parentversion bump (bug #52253) (diff)
downloadgentoo-2-82478565cd3620e5d8caf38165c85a00b9a08d92.tar.gz
gentoo-2-82478565cd3620e5d8caf38165c85a00b9a08d92.tar.bz2
gentoo-2-82478565cd3620e5d8caf38165c85a00b9a08d92.zip
Updated to mozilla-1.7.5, should fix compile problems.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gecko-sdk/ChangeLog9
-rw-r--r--net-libs/gecko-sdk/Manifest8
-rw-r--r--net-libs/gecko-sdk/files/digest-gecko-sdk-1.7.51
-rw-r--r--net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild4
-rw-r--r--net-libs/gecko-sdk/gecko-sdk-1.7.5.ebuild130
5 files changed, 145 insertions, 7 deletions
diff --git a/net-libs/gecko-sdk/ChangeLog b/net-libs/gecko-sdk/ChangeLog
index b7bf1d56c212..9c7970d47128 100644
--- a/net-libs/gecko-sdk/ChangeLog
+++ b/net-libs/gecko-sdk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/gecko-sdk
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/ChangeLog,v 1.5 2004/12/28 20:33:00 chriswhite Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/ChangeLog,v 1.6 2005/02/19 07:52:38 josejx Exp $
+
+*gecko-sdk-1.7.5 (19 Feb 2005)
+
+ 19 Feb 2005; Joseph Jezak <josejx@gentoo.org> +gecko-sdk-1.7.5.ebuild:
+ Updated to mozilla-1.7.5, should fix compile problems.
29 Dec 2004; Chris White <chriswhite@gentoo.org> gecko-sdk-1.7.3.ebuild:
Added to stable as this should have been (ugh).
diff --git a/net-libs/gecko-sdk/Manifest b/net-libs/gecko-sdk/Manifest
index 788ab3278395..b5ed3bad060e 100644
--- a/net-libs/gecko-sdk/Manifest
+++ b/net-libs/gecko-sdk/Manifest
@@ -1,6 +1,8 @@
-MD5 571aeb68ffe04d9f10ac7207aa7a8f2b ChangeLog 704
-MD5 be4cb667c75273d44634be5c92dafa42 gecko-sdk-1.7.3.ebuild 2038
+MD5 f5b4ad9ef7c136be63c410dd699c88cf ChangeLog 867
+MD5 748481c75d80253089e92774eaf8a6f6 gecko-sdk-1.7.3.ebuild 2038
+MD5 72a1512d66e5580084ead34bbda29fe9 gecko-sdk-1.7.5.ebuild 3761
MD5 66c156160ef60780ee4c80a28873e766 metadata.xml 250
-MD5 640ad02464c41c9b820db9b59c7eeaec files/digest-gecko-sdk-1.7.3 75
+MD5 e5ed08e208ebaa0fc5407ac4a7f42e94 files/digest-gecko-sdk-1.7.5 75
MD5 068edb8c46e34027f9c3febc19656c70 files/mozilla-1.3-fix-RAW-target.patch 328
+MD5 640ad02464c41c9b820db9b59c7eeaec files/digest-gecko-sdk-1.7.3 75
MD5 23d6b685fd5e49a07cc4a1786871bf47 files/mozilla-alpha-xpcom-subs-fix.patch 4953
diff --git a/net-libs/gecko-sdk/files/digest-gecko-sdk-1.7.5 b/net-libs/gecko-sdk/files/digest-gecko-sdk-1.7.5
new file mode 100644
index 000000000000..5403bacddb1f
--- /dev/null
+++ b/net-libs/gecko-sdk/files/digest-gecko-sdk-1.7.5
@@ -0,0 +1 @@
+MD5 e5994f3e801cd834966367c6a12f8aeb mozilla-source-1.7.5.tar.bz2 30440393
diff --git a/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild b/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild
index a4dc78d0f0c7..7ea12de06a31 100644
--- a/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild
+++ b/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild,v 1.5 2005/01/29 08:34:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild,v 1.6 2005/02/19 07:52:38 josejx Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozilla makeedit
diff --git a/net-libs/gecko-sdk/gecko-sdk-1.7.5.ebuild b/net-libs/gecko-sdk/gecko-sdk-1.7.5.ebuild
new file mode 100644
index 000000000000..404c2461e461
--- /dev/null
+++ b/net-libs/gecko-sdk/gecko-sdk-1.7.5.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/gecko-sdk-1.7.5.ebuild,v 1.1 2005/02/19 07:52:38 josejx Exp $
+
+unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
+inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozconfig makeedit
+
+IUSE=""
+
+EMVER="0.89.6"
+IPCVER="1.1.2"
+
+# handle _rc versions
+MY_PV=${PV/_alpha/a} # handle alpha
+MY_PV=${MY_PV/_beta/b} # handle beta
+MY_PV=${MY_PV/_rc/rc} # handle rc
+
+DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC"
+HOMEPAGE="http://www.mozilla.org"
+SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla${MY_PV}/source/mozilla-source-${MY_PV}.tar.bz2"
+
+KEYWORDS="x86 ppc amd64"
+SLOT="0"
+LICENSE="MPL-1.1 NPL-1.1"
+
+# xrender.pc appeared for the first time in xorg-x11-6.7.0-r2
+# and is required to build with support for cairo. #71504
+RDEPEND="
+ mozsvg? (
+ >=x11-base/xorg-x11-6.7.0-r2
+ x11-libs/cairo
+ )"
+
+DEPEND="${RDEPEND}
+ dev-lang/perl"
+
+S="${WORKDIR}/mozilla"
+
+src_unpack() {
+ typeset x
+
+ unpack ${A} || die "unpack failed"
+ cd ${S} || die "cd failed"
+
+ if [[ $(gcc-major-version) -eq 3 ]]; then
+ # ABI Patch for alpha/xpcom for gcc-3.x
+ if [[ ${ARCH} == alpha ]]; then
+ epatch ${PORTDIR}/net-www/mozilla/files/mozilla-alpha-xpcom-subs-fix.patch
+ fi
+ fi
+
+ # Fix stack growth logic
+ epatch ${PORTDIR}/net-www/mozilla/files/mozilla-${PV}-stackgrowth.patch
+
+ # Fix logic error when using RAW target
+ # <azarah@gentoo.org> (23 Feb 2003)
+ epatch ${PORTDIR}/net-www/mozilla/files/1.3/mozilla-1.3-fix-RAW-target.patch
+
+ # HPPA patches from Ivar <orskaug@stud.ntnu.no>
+ # <gmsoft@gentoo.org> (22 Dec 2004)
+ epatch ${PORTDIR}/net-www/mozilla/files/mozilla-hppa.patch
+
+ # patch out ft caching code since the API changed between releases of
+ # freetype; this enables freetype-2.1.8+ compat.
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=234035#c65
+ epatch ${PORTDIR}/net-www/mozilla/files/mozilla-1.7.3-4ft2.patch
+
+ WANT_AUTOCONF=2.1 autoconf || die "WANT_AUTOCONF failed"
+}
+
+src_compile() {
+ ####################################
+ #
+ # mozconfig, CFLAGS and CXXFLAGS setup
+ #
+ ####################################
+
+ mozconfig_init
+
+ # Bug 60668: Galeon doesn't build without oji enabled, so enable it
+ # regardless of java setting.
+ mozconfig_annotate '' --enable-oji --enable-mathml
+
+ # Other moz-specific settings
+ mozconfig_use_enable mozdevelop jsd
+ mozconfig_use_enable mozdevelop xpctools
+ mozconfig_use_extension mozdevelop venkman
+ mozconfig_use_enable gnome gnomevfs
+ mozconfig_use_extension gnome gnomevfs
+ mozconfig_use_extension !moznoirc irc
+ mozconfig_use_extension mozxmlterm xmlterm
+ mozconfig_use_enable mozcalendar calendar
+ mozconfig_use_enable ldap
+ mozconfig_use_enable ldap ldap-experimental
+ mozconfig_use_enable mozsvg svg
+ mozconfig_use_enable mozsvg svg-renderer-cairo
+ mozconfig_annotate '' --prefix=/usr/lib/mozilla
+ mozconfig_annotate '' --with-default-mozilla-five-home=/usr/lib/mozilla
+
+ if use moznomail && ! use mozcalendar; then
+ mozconfig_annotate "+moznomail -mozcalendar" --disable-mailnews
+ fi
+ if use moznocompose && use moznomail; then
+ mozconfig_annotate "+moznocompose +moznomail" --disable-composer
+ fi
+
+ # Finalize and report settings
+ mozconfig_final
+
+ ####################################
+ #
+ # Configure and build Mozilla
+ #
+ ####################################
+
+ # ./configure picks up the mozconfig stuff
+ ./configure || die "configure failed"
+
+ # This removes extraneous CFLAGS from the Makefiles to reduce RAM
+ # requirements while compiling
+ edit_makefiles
+
+ emake || die "emake failed"
+}
+
+src_install() {
+ cd ${S}/dist
+ mkdir -p ${D}/usr/share
+ cp -RL sdk ${D}/usr/share/gecko-sdk
+}