firefox: removed 2.0.0.3
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 15 Aug 2010 13:40:39 +0000 (15:40 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 15 Aug 2010 13:40:39 +0000 (15:40 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/mozilla/firefox-2.0.0.3/jsautocfg-dontoverwrite.patch [deleted file]
recipes/mozilla/firefox-2.0.0.3/jsdtoa-float-type.patch [deleted file]
recipes/mozilla/firefox-2.0.0.3/linkage-problem.patch [deleted file]
recipes/mozilla/firefox-2.0.0.3/mozconfig [deleted file]
recipes/mozilla/firefox-2.0.0.3/mozilla-eabi.patch [deleted file]
recipes/mozilla/firefox-2.0.0.3/mult-crash-fix.patch [deleted file]
recipes/mozilla/firefox-2.0.0.3/security-cross.patch [deleted file]
recipes/mozilla/firefox-2.0.0.3/xptcinvoke-arm.patch [deleted file]
recipes/mozilla/firefox-2.0.0.3/xptcstubs.patch [deleted file]
recipes/mozilla/firefox_2.0.0.3.bb [deleted file]

diff --git a/recipes/mozilla/firefox-2.0.0.3/jsautocfg-dontoverwrite.patch b/recipes/mozilla/firefox-2.0.0.3/jsautocfg-dontoverwrite.patch
deleted file mode 100644 (file)
index 39978cf..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- mozilla/js/src/Makefile.in.orig    2006-12-12 11:46:02.000000000 +0000
-+++ mozilla/js/src/Makefile.in 2006-12-12 11:46:27.000000000 +0000
-@@ -319,20 +319,8 @@
- jsopcode.h jsopcode.c: jsopcode.tbl
--ifeq (,$(CROSS_COMPILE)$(filter-out WINNT,$(OS_ARCH)))
- jsautocfg.h:
-       touch $@
--else
--ifeq ($(OS_ARCH),WINCE)
--jsautocfg.h:
--      touch $@
--else
--jsautocfg.h: jscpucfg$(HOST_BIN_SUFFIX)
--      @rm -f $@ jsautocfg.tmp
--      ./jscpucfg > jsautocfg.tmp
--      mv jsautocfg.tmp $@
--endif
--endif
- # jscpucfg is a strange target
- # Needs to be built with the host compiler but needs to include
diff --git a/recipes/mozilla/firefox-2.0.0.3/jsdtoa-float-type.patch b/recipes/mozilla/firefox-2.0.0.3/jsdtoa-float-type.patch
deleted file mode 100644 (file)
index 028900f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: mozilla/js/src/jsdtoa.c
-===================================================================
---- mozilla.orig/js/src/jsdtoa.c
-+++ mozilla/js/src/jsdtoa.c
-@@ -175,7 +175,7 @@
-  * #define NO_IEEE_Scale to disable new (Feb. 1997) logic in strtod that
-  *  avoids underflows on inputs whose result does not underflow.
-  */
--#ifdef IS_LITTLE_ENDIAN
-+#if defined(IS_LITTLE_ENDIAN) && (!defined(__arm__) || defined(__VFP_FP__))
- #define IEEE_8087
- #else
- #define IEEE_MC68k
diff --git a/recipes/mozilla/firefox-2.0.0.3/linkage-problem.patch b/recipes/mozilla/firefox-2.0.0.3/linkage-problem.patch
deleted file mode 100644 (file)
index 28bffd1..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- mozilla/layout/build/Makefile.in~  2007-11-24 00:38:14.000000000 -0200
-+++ mozilla/layout/build/Makefile.in   2007-11-24 00:38:14.000000000 -0200
-@@ -229,6 +229,11 @@
-                   $(NULL)
- endif
-+ifdef MOZ_ENABLE_XFT
-+EXTRA_DSO_LDOPTS += $(MOZ_XFT_LIBS) \
-+                  $(NULL)
-+endif
-+
- ifneq (,$(MOZ_ENABLE_CANVAS)$(MOZ_SVG_RENDERER_CAIRO))
- EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS) \
-                   $(NULL)
diff --git a/recipes/mozilla/firefox-2.0.0.3/mozconfig b/recipes/mozilla/firefox-2.0.0.3/mozconfig
deleted file mode 100644 (file)
index 96caace..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-. $topsrcdir/browser/config/mozconfig
-
-# use GTK+-2 widget set with XFT font rendering
-ac_add_options --enable-default-toolkit=gtk2
-ac_add_options --enable-xft
-ac_add_options --disable-freetype2
-
-# enable minimal profile support
-ac_add_options --disable-profilesharing
-ac_add_options --disable-profilelocking
-ac_add_options --enable-single-profile
-
-ac_add_options --with-system-zlib
-ac_add_options --with-system-jpeg
-ac_add_options --with-system-png
-
-ac_add_options --disable-accessibility
-ac_add_options --disable-composer
-#ac_add_options --enable-plaintext-editor-only
-ac_add_options --disable-mailnews
-ac_add_options --disable-ldap  
-#ac_add_options --disable-postscript
-ac_add_options --disable-mathml
-ac_add_options --disable-jsd
-ac_add_options --disable-installer
-ac_add_options --disable-xprint
-ac_add_options --disable-necko-disk-cache
-
-# configure necko to allocate smaller network buffers
-ac_add_options --enable-necko-small-buffers
-
-# disable debug logging and tests
-#ac_add_options --disable-dtd-debug
-ac_add_options --disable-logging
-ac_add_options --enable-debug=-ggdb
-ac_add_options --disable-gtktest
-ac_add_options --disable-tests
-ac_add_options --disable-printing
-ac_add_options --disable-gnomevfs
-ac_add_options --disable-gnomeui
-
-# build crypto module (PSM + NSS)
-ac_add_options --enable-crypto
-
-# build minimal set of protocol handlers
-ac_add_options --enable-necko-protocols=http,file,res,jar,ftp,about,viewsource
-
-# build minimal set of image decoders
-ac_add_options --enable-image-decoders=png,gif,jpeg
-
-#ac_add_options --enable-reorder
-#ac_add_options --enable-elf-dynstr-gc
-
-# enable static build
-#ac_add_options --disable-shared
-#ac_add_options --enable-static
-ac_add_options --enable-optimize=-O1
-
-# Use cairo from system
-ac_add_options --enable-system-cairo
diff --git a/recipes/mozilla/firefox-2.0.0.3/mozilla-eabi.patch b/recipes/mozilla/firefox-2.0.0.3/mozilla-eabi.patch
deleted file mode 100644 (file)
index fe9adf0..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
---- nspr-4.6.6/mozilla/nsprpub/pr/src/misc/prdtoa.c.orig       2007-05-06 02:39:00.000000000 +0200
-+++ nspr-4.6.6/mozilla/nsprpub/pr/src/misc/prdtoa.c    2007-05-06 02:39:22.000000000 +0200
-@@ -59,8 +59,8 @@
-     /* FIXME: deal with freelist and p5s. */
- }
-
--#if defined(__arm) || defined(__arm__) || defined(__arm26__) \
--    || defined(__arm32__)
-+#if (defined(__arm) || defined(__arm__) || defined(__arm26__) \
-+    || defined(__arm32__)) && !defined(__ARM_EABI__) && !defined(__ARMEB__)
- #define IEEE_ARM
- #elif defined(IS_LITTLE_ENDIAN)
- #define IEEE_8087
---- nspr-4.6.6/mozilla/nsprpub/pr/include/md/_linux.h.orig     2007-05-06 02:39:45.000000000 +0200
-+++ nspr-4.6.6/mozilla/nsprpub/pr/include/md/_linux.h  2007-05-06 02:40:57.000000000 +0200
-@@ -346,7 +346,7 @@
- #error "Linux/MIPS pre-glibc2 not supported yet"
- #endif /* defined(__GLIBC__) && __GLIBC__ >= 2 */
-
--#elif defined(__arm__)
-+#elif defined(__arm__) && !defined(__ARM_EABI__)
- /* ARM/Linux */
- #if defined(__GLIBC__) && __GLIBC__ >= 2
- #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[20]
- <at>  <at>  -358,6 +358,18  <at>  <at> 
- #error "ARM/Linux pre-glibc2 not supported yet"
- #endif /* defined(__GLIBC__) && __GLIBC__ >= 2 */
-
-+#elif defined(__arm__) && defined(__ARM_EABI__)
-+/* ARM/Linux */
-+#if defined(__GLIBC__) && __GLIBC__ >= 2
-+#define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[8]
-+#define _MD_SET_FP(_t, val) ((_t)->md.context[0].__jmpbuf[7] = (val))
-+#define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
-+#define _MD_GET_FP_PTR(_t) (&(_t)->md.context[0].__jmpbuf[7])
-+#define _MD_SP_TYPE __ptr_t
-+#else
-+#error "ARM/Linux pre-glibc2 not supported yet"
-+#endif /* defined(__GLIBC__) && __GLIBC__ >= 2 */
-+
- #else
-
diff --git a/recipes/mozilla/firefox-2.0.0.3/mult-crash-fix.patch b/recipes/mozilla/firefox-2.0.0.3/mult-crash-fix.patch
deleted file mode 100644 (file)
index cb30f89..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-$OpenBSD: patch-nsprpub_pr_src_misc_prdtoa_c,v 1.1 2005/11/03 00:59:43 pvalchev Exp $
-Index: mozilla/nsprpub/pr/src/misc/prdtoa.c
-===================================================================
---- mozilla.orig/nsprpub/pr/src/misc/prdtoa.c
-+++ mozilla/nsprpub/pr/src/misc/prdtoa.c
-@@ -855,7 +855,7 @@ mult
-       wc = wa + wb;
-       if (wc > a->maxwds)
-               k++;
--      c = Balloc(k);
-+      c = Balloc(k*2);
-       for(x = c->x, xa = x + wc; x < xa; x++)
-               *x = 0;
-       xa = a->x;
diff --git a/recipes/mozilla/firefox-2.0.0.3/security-cross.patch b/recipes/mozilla/firefox-2.0.0.3/security-cross.patch
deleted file mode 100644 (file)
index 56c8d04..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
---- mozilla/security/coreconf/Linux.mk.orig    2006-12-12 10:53:12.000000000 +0000
-+++ mozilla/security/coreconf/Linux.mk 2006-12-12 10:54:13.000000000 +0000
-@@ -52,88 +52,8 @@
- DEFAULT_COMPILER = gcc
--ifeq ($(OS_TEST),m68k)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = m68k
--else
--ifeq ($(OS_TEST),ppc64)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = ppc
--ifeq ($(USE_64),1)
--      ARCHFLAG        = -m64
--endif
--else
--ifeq ($(OS_TEST),ppc)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = ppc
--else
--ifeq ($(OS_TEST),alpha)
--        OS_REL_CFLAGS   = -D_ALPHA_ -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = alpha
--else
--ifeq ($(OS_TEST),ia64)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = ia64
--else
--ifeq ($(OS_TEST),x86_64)
--ifeq ($(USE_64),1)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = x86_64
--else
--      OS_REL_CFLAGS   = -DLINUX1_2 -Di386 -D_XOPEN_SOURCE
--      CPU_ARCH        = x86
--      ARCHFLAG        = -m32
--endif
--else
--ifeq ($(OS_TEST),sparc)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = sparc
--else
--ifeq ($(OS_TEST),sparc64)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = sparc
--else
--ifeq (,$(filter-out arm% sa110,$(OS_TEST)))
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = arm
--else
--ifeq ($(OS_TEST),parisc)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = hppa
--else
--ifeq ($(OS_TEST),parisc64)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = hppa
--else
--ifeq ($(OS_TEST),s390)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = s390
--else
--ifeq ($(OS_TEST),s390x)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = s390x
--else
--ifeq ($(OS_TEST),mips)
--      OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
--      CPU_ARCH        = mips
--else
--      OS_REL_CFLAGS   = -DLINUX1_2 -Di386 -D_XOPEN_SOURCE
--      CPU_ARCH        = x86
--endif
--endif
--endif
--endif
--endif
--endif
--endif
--endif
--endif
--endif
--endif
--endif
--endif
--endif
--
-+OS_REL_CFLAGS   = -DLINUX1_2 -D_XOPEN_SOURCE
-+CPU_ARCH =
- LIBC_TAG              = _glibc
diff --git a/recipes/mozilla/firefox-2.0.0.3/xptcinvoke-arm.patch b/recipes/mozilla/firefox-2.0.0.3/xptcinvoke-arm.patch
deleted file mode 100644 (file)
index bc0c6f4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- iceweasel-2.0.0.1+dfsg.orig/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_arm.cpp
-+++ iceweasel-2.0.0.1+dfsg/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_arm.cpp
-@@ -212,7 +212,7 @@
-     "add      sp, sp, r4      \n\t"   /* restore stack pointer                */
-     "mov      %0, r0          \n\t"   /* the result...                        */
-     : "=r" (result)
--    : "r" (&my_params)
-+    : "r" (&my_params), "m" (my_params)
-     : "r0", "r1", "r2", "r3", "r4", "ip", "lr", "sp"
-     );
-
diff --git a/recipes/mozilla/firefox-2.0.0.3/xptcstubs.patch b/recipes/mozilla/firefox-2.0.0.3/xptcstubs.patch
deleted file mode 100644 (file)
index f264569..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- iceweasel-2.0.0.1+dfsg.orig/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp
-+++ iceweasel-2.0.0.1+dfsg/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp
-@@ -45,7 +45,8 @@
- #endif
- /* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol.  */
--static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
-+static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch")
-+__attribute__((used));
- static nsresult
- PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)
-
diff --git a/recipes/mozilla/firefox_2.0.0.3.bb b/recipes/mozilla/firefox_2.0.0.3.bb
deleted file mode 100644 (file)
index 7a0f38d..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-DEPENDS += "cairo"
-PR = "r3"
-
-SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
-       file://xptcstubs.patch \
-       file://no-xmb.patch \
-       file://jsautocfg.h \
-       file://extensions-hack.patch \
-       file://security-cross.patch \
-       file://jsautocfg-dontoverwrite.patch \
-       file://xptcinvoke-arm.patch \
-       file://eabi-fix.patch \
-       file://eabi-fix2.patch \
-       file://eabi-fix3.patch \
-       file://linkage-problem.patch \
-"
-
-S = "${WORKDIR}/mozilla"
-
-DEFAULT_PREFERENCE = "-1"
-
-inherit mozilla
-require firefox.inc
-
-do_compile_prepend() {
-       cp ${WORKDIR}/jsautocfg.h ${S}/js/src/
-       sed -i "s|CPU_ARCH =|CPU_ARCH = ${TARGET_ARCH}|" security/coreconf/Linux.mk
-}
-
-do_stage() {
-        install -d ${STAGING_INCDIR}/firefox-${PV}
-        cd dist/sdk/include
-               rm -rf obsolete
-        headers=`find . -name "*.h"`
-        for f in $headers
-        do
-                install -D -m 0644 $f ${STAGING_INCDIR}/firefox-${PV}/
-        done
-        # removes 2 lines that call absent headers
-        sed -e '178,179d' ${STAGING_INCDIR}/firefox-${PV}/nsIServiceManager.h
-}
-
-SRC_URI[md5sum] = "24398e3d98673a2a92a01a8f771ca12a"
-SRC_URI[sha256sum] = "02169e4e7a095c426fd5caf56c6cfc2415f4fe54cef7f4e78556f350e2c94007"