summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-19 06:44:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-19 06:44:40 +0000
commitc3d06c8249768c1434709a5287fbf09a5ffee526 (patch)
tree5e54b48a0982bd2bd0c097061ce6d77eb14239f0 /net-libs/xulrunner/files
parentNew addition (diff)
downloadgentoo-2-c3d06c8249768c1434709a5287fbf09a5ffee526.tar.gz
gentoo-2-c3d06c8249768c1434709a5287fbf09a5ffee526.tar.bz2
gentoo-2-c3d06c8249768c1434709a5287fbf09a5ffee526.zip
Remove xulrunner:1.8 wrt #282162 and #324953.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/xulrunner/files')
-rw-r--r--net-libs/xulrunner/files/xulrunner-1.8-gcc-4.4.patch14
-rw-r--r--net-libs/xulrunner/files/xulrunner-1.8.1.19-glibc-2.10-support.patch14
-rw-r--r--net-libs/xulrunner/files/xulrunner-1.8.1.19-libpng14.patch13
-rw-r--r--net-libs/xulrunner/files/xulrunner.conf6
4 files changed, 0 insertions, 47 deletions
diff --git a/net-libs/xulrunner/files/xulrunner-1.8-gcc-4.4.patch b/net-libs/xulrunner/files/xulrunner-1.8-gcc-4.4.patch
deleted file mode 100644
index 583656b4441e..000000000000
--- a/net-libs/xulrunner/files/xulrunner-1.8-gcc-4.4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Port to gcc-4.4, bug 270093
-Patch by Evan Teran
----
---- mozilla/toolkit/xre/nsAppRunner.cpp
-+++ mozilla/toolkit/xre/nsAppRunner.cpp
-@@ -1370,7 +1370,7 @@ XRE_GetBinaryPath(const char* argv0, nsI
- if (NS_FAILED(rv))
- return rv;
-
--#elif
-+#else
- #error Oops, you need platform-specific code here
- #endif
-
diff --git a/net-libs/xulrunner/files/xulrunner-1.8.1.19-glibc-2.10-support.patch b/net-libs/xulrunner/files/xulrunner-1.8.1.19-glibc-2.10-support.patch
deleted file mode 100644
index 4a4cefc25ae6..000000000000
--- a/net-libs/xulrunner/files/xulrunner-1.8.1.19-glibc-2.10-support.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN mozilla.orig/xpcom/glue/standalone/nsGlueLinkingDlopen.cpp mozilla.dwokfur/xpcom/glue/standalone/nsGlueLinkingDlopen.cpp
---- mozilla.orig/xpcom/glue/standalone/nsGlueLinkingDlopen.cpp 2009-08-23 08:56:52.000000000 +0200
-+++ mozilla.dwokfur/xpcom/glue/standalone/nsGlueLinkingDlopen.cpp 2009-08-23 10:00:46.000000000 +0200
-@@ -87,7 +87,8 @@
- XPCOMGlueLoad(const char *xpcomFile)
- {
- char xulFile[MAXPATHLEN];
-- char *lastSlash = strrchr(xpcomFile, '/');
-+ char *xpcomFileb = const_cast<char*>(xpcomFile);
-+ char *lastSlash = strrchr(xpcomFileb, '/');
- if (!lastSlash) {
- snprintf(xulFile, MAXPATHLEN, "./%s", xpcomFile);
- return XPCOMGlueLoad(xulFile);
-
diff --git a/net-libs/xulrunner/files/xulrunner-1.8.1.19-libpng14.patch b/net-libs/xulrunner/files/xulrunner-1.8.1.19-libpng14.patch
deleted file mode 100644
index 2626e4127a66..000000000000
--- a/net-libs/xulrunner/files/xulrunner-1.8.1.19-libpng14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
-+++ mozilla/modules/libpr0n/encoders/png/nsPNGEncoder.cpp
-@@ -111,9 +111,7 @@
-
- // initialize
- png_struct* png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
-- png_voidp_NULL,
-- png_error_ptr_NULL,
-- png_error_ptr_NULL);
-+ NULL, NULL, NULL);
- if (! png_ptr)
- return NS_ERROR_OUT_OF_MEMORY;
- png_info* info_ptr = png_create_info_struct(png_ptr);
diff --git a/net-libs/xulrunner/files/xulrunner.conf b/net-libs/xulrunner/files/xulrunner.conf
deleted file mode 100644
index e622e0b7155f..000000000000
--- a/net-libs/xulrunner/files/xulrunner.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-# Registration file generated by xulrunner. Do not edit.
-
-[version]
-GRE_PATH=instpath
-xulrunner=true
-javaxpcom=1