From 5b8a6068f9e634bacea5ce99e7c71bcf796a6ab6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Oct 2019 18:06:47 +0200 Subject: remove superold firefox --- .../patch-gfx_angle_src_common_angleutils_cpp | 10 ------- package/firefox/patches/patch-old-configure_in | 10 ------- ...oogle-breakpad_src_common_linux_dump_symbols_cc | 11 ------- ...rter_google-breakpad_src_common_stabs_reader_cc | 34 ---------------------- .../patch-tools_profiler_core_platform-linux_cc | 11 ------- .../patches/patch-tools_profiler_lul_LulElf_cpp | 12 -------- .../patch-xpcom_base_nsMemoryReporterManager_cpp | 18 ------------ .../firefox/patches/patch-xpcom_ds_nsMathUtils_h | 21 ------------- 8 files changed, 127 deletions(-) delete mode 100644 package/firefox/patches/patch-gfx_angle_src_common_angleutils_cpp delete mode 100644 package/firefox/patches/patch-old-configure_in delete mode 100644 package/firefox/patches/patch-toolkit_crashreporter_google-breakpad_src_common_linux_dump_symbols_cc delete mode 100644 package/firefox/patches/patch-toolkit_crashreporter_google-breakpad_src_common_stabs_reader_cc delete mode 100644 package/firefox/patches/patch-tools_profiler_core_platform-linux_cc delete mode 100644 package/firefox/patches/patch-tools_profiler_lul_LulElf_cpp delete mode 100644 package/firefox/patches/patch-xpcom_base_nsMemoryReporterManager_cpp delete mode 100644 package/firefox/patches/patch-xpcom_ds_nsMathUtils_h (limited to 'package/firefox/patches') diff --git a/package/firefox/patches/patch-gfx_angle_src_common_angleutils_cpp b/package/firefox/patches/patch-gfx_angle_src_common_angleutils_cpp deleted file mode 100644 index 77b0ac628..000000000 --- a/package/firefox/patches/patch-gfx_angle_src_common_angleutils_cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- firefox-49.0.1.orig/gfx/angle/src/common/angleutils.cpp 2016-07-25 22:22:05.000000000 +0200 -+++ firefox-49.0.1/gfx/angle/src/common/angleutils.cpp 2016-10-01 23:24:47.412037504 +0200 -@@ -11,6 +11,7 @@ - - #include - #include -+#include - - namespace angle - { diff --git a/package/firefox/patches/patch-old-configure_in b/package/firefox/patches/patch-old-configure_in deleted file mode 100644 index 2d4d13b9c..000000000 --- a/package/firefox/patches/patch-old-configure_in +++ /dev/null @@ -1,10 +0,0 @@ ---- firefox-49.0.1.orig/old-configure.in 2016-09-05 22:12:50.000000000 +0200 -+++ firefox-49.0.1/old-configure.in 2016-10-01 23:25:33.657828298 +0200 -@@ -6,7 +6,6 @@ dnl file, You can obtain one at http://m - - dnl Process this file with autoconf to produce a configure script. - dnl ======================================================== --AC_PREREQ(2.13) - AC_INIT(config/config.mk) - AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf) - AC_CANONICAL_SYSTEM diff --git a/package/firefox/patches/patch-toolkit_crashreporter_google-breakpad_src_common_linux_dump_symbols_cc b/package/firefox/patches/patch-toolkit_crashreporter_google-breakpad_src_common_linux_dump_symbols_cc deleted file mode 100644 index 3cc0045eb..000000000 --- a/package/firefox/patches/patch-toolkit_crashreporter_google-breakpad_src_common_linux_dump_symbols_cc +++ /dev/null @@ -1,11 +0,0 @@ ---- mozilla-release.orig/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc 2013-09-11 01:15:25.000000000 +0200 -+++ mozilla-release/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc 2013-10-24 12:01:36.000000000 +0200 -@@ -46,6 +46,8 @@ - #include - #include - -+#include -+ - #include - #include - #include diff --git a/package/firefox/patches/patch-toolkit_crashreporter_google-breakpad_src_common_stabs_reader_cc b/package/firefox/patches/patch-toolkit_crashreporter_google-breakpad_src_common_stabs_reader_cc deleted file mode 100644 index e8f7afc99..000000000 --- a/package/firefox/patches/patch-toolkit_crashreporter_google-breakpad_src_common_stabs_reader_cc +++ /dev/null @@ -1,34 +0,0 @@ ---- mozilla-release.orig/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.cc 2013-09-11 01:15:25.000000000 +0200 -+++ mozilla-release/toolkit/crashreporter/google-breakpad/src/common/stabs_reader.cc 2013-10-24 12:08:16.000000000 +0200 -@@ -34,13 +34,31 @@ - #include "common/stabs_reader.h" - - #include -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - #include -+#else -+#define __define_stab(NAME, CODE, STRING) NAME=CODE, -+enum __stab_debug_code -+{ -+__define_stab (N_FUN, 0x24, "FUN") -+__define_stab (N_SLINE, 0x44, "SLINE") -+__define_stab (N_SOL, 0x84, "SOL") -+__define_stab (N_SO, 0x64, "SO") -+LAST_UNUSED_STAB_CODE -+}; -+#undef __define_stab -+#endif - #include - - #include - - #include "common/using_std_string.h" - -+#ifndef N_UNDF -+#define N_UNDF 0 -+#endif -+ -+ - using std::vector; - - namespace google_breakpad { diff --git a/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc b/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc deleted file mode 100644 index da8f08abf..000000000 --- a/package/firefox/patches/patch-tools_profiler_core_platform-linux_cc +++ /dev/null @@ -1,11 +0,0 @@ ---- firefox-42.0.orig/tools/profiler/core/platform-linux.cc 2015-10-29 23:18:01.000000000 +0100 -+++ firefox-42.0/tools/profiler/core/platform-linux.cc 2015-12-17 05:41:35.091485672 +0100 -@@ -57,7 +57,7 @@ - #include // open - #include // sysconf - #include --#ifdef __GLIBC__ -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - #include // backtrace, backtrace_symbols - #endif // def __GLIBC__ - #include // index diff --git a/package/firefox/patches/patch-tools_profiler_lul_LulElf_cpp b/package/firefox/patches/patch-tools_profiler_lul_LulElf_cpp deleted file mode 100644 index 8e50fdbba..000000000 --- a/package/firefox/patches/patch-tools_profiler_lul_LulElf_cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- firefox-42.0.orig/tools/profiler/lul/LulElf.cpp 2015-10-29 23:18:01.000000000 +0100 -+++ firefox-42.0/tools/profiler/lul/LulElf.cpp 2015-12-17 06:09:09.809776525 +0100 -@@ -66,6 +66,9 @@ - #include "LulElfInt.h" - #include "LulMainInt.h" - -+#ifndef NT_GNU_BUILD_ID -+#define NT_GNU_BUILD_ID 3 -+#endif - - #if defined(LUL_PLAT_arm_android) && !defined(SHT_ARM_EXIDX) - // bionic and older glibsc don't define it diff --git a/package/firefox/patches/patch-xpcom_base_nsMemoryReporterManager_cpp b/package/firefox/patches/patch-xpcom_base_nsMemoryReporterManager_cpp deleted file mode 100644 index 44c7c5f54..000000000 --- a/package/firefox/patches/patch-xpcom_base_nsMemoryReporterManager_cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- firefox-49.0.1.orig/xpcom/base/nsMemoryReporterManager.cpp 2016-09-05 22:12:57.000000000 +0200 -+++ firefox-49.0.1/xpcom/base/nsMemoryReporterManager.cpp 2016-10-01 23:24:47.432038288 +0200 -@@ -157,6 +157,7 @@ ResidentUniqueDistinguishedAmount(int64_ - nsresult - SystemHeapSize(int64_t* aSizeOut) - { -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - struct mallinfo info = mallinfo(); - - // The documentation in the glibc man page makes it sound like |uordblks| -@@ -170,6 +171,7 @@ SystemHeapSize(int64_t* aSizeOut) - // shouldn't be a problem. Nonetheless, cast the |int|s to |size_t| before - // adding them to provide a small amount of extra overflow protection. - *aSizeOut = size_t(info.hblkhd) + size_t(info.uordblks); -+#endif - return NS_OK; - } - #endif diff --git a/package/firefox/patches/patch-xpcom_ds_nsMathUtils_h b/package/firefox/patches/patch-xpcom_ds_nsMathUtils_h deleted file mode 100644 index 3d4d0546b..000000000 --- a/package/firefox/patches/patch-xpcom_ds_nsMathUtils_h +++ /dev/null @@ -1,21 +0,0 @@ ---- firefox-45.0.orig/xpcom/ds/nsMathUtils.h 2016-03-03 22:48:07.000000000 +0100 -+++ firefox-45.0/xpcom/ds/nsMathUtils.h 2016-03-13 21:15:29.543246177 +0100 -@@ -103,12 +103,16 @@ NS_finite(double aNum) - #ifdef WIN32 - // NOTE: '!!' casts an int to bool without spamming MSVC warning C4800. - return !!_finite(aNum); --#elif defined(XP_DARWIN) -+#elif defined(XP_DARWIN) || defined(__UCLIBC__) - // Darwin has deprecated |finite| and recommends |isfinite|. The former is - // not present in the iOS SDK. - return std::isfinite(aNum); - #else -- return finite(aNum); -+#ifdef _GLIBCXX_CMATH -+ return std::isfinite(aNum); -+#else -+ return isfinite(aNum); -+#endif - #endif - } - -- cgit v1.2.3