diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-17 21:29:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-17 21:29:31 +0000 |
commit | ef68e001187c69ddb6811f7d3df3daed2034f4e6 (patch) | |
tree | dec8d55633b1148fc0efa04e13449edd8d1d2fc4 /www/flock/files | |
parent | a21268054d370450a5007b03919b8a2d32f47161 (diff) | |
download | FreeBSD-ports-ef68e001187c69ddb6811f7d3df3daed2034f4e6.zip FreeBSD-ports-ef68e001187c69ddb6811f7d3df3daed2034f4e6.tar.gz |
* Remove some patches that are no longer needed
* Workaround a crash that can be triggered by JavaScript pop-up windows [1]
* Use Xvfb to initialize the Firefox extensions datastore as root
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=264557
Diffstat (limited to 'www/flock/files')
-rw-r--r-- | www/flock/files/patch-browser_app_Makefile.in | 10 | ||||
-rw-r--r-- | www/flock/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp | 12 | ||||
-rw-r--r-- | www/flock/files/patch-toolkit_xre_nsAppRunner.cpp | 10 |
3 files changed, 0 insertions, 32 deletions
diff --git a/www/flock/files/patch-browser_app_Makefile.in b/www/flock/files/patch-browser_app_Makefile.in deleted file mode 100644 index 0fee861..0000000 --- a/www/flock/files/patch-browser_app_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- browser/app/Makefile.in.orig Sat Jun 19 00:39:09 2004 -+++ browser/app/Makefile.in Sat Jun 19 00:39:55 2004 -@@ -75,6 +75,7 @@ - $(STATIC_COMPONENTS_LINKER_PATH) \ - $(EXTRA_DSO_LIBS) \ - $(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \ -+ -lgthread-2.0 \ - $(MOZ_JS_LIBS) \ - $(XPCOM_LIBS) \ - $(NSPR_LIBS) \ diff --git a/www/flock/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/www/flock/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp deleted file mode 100644 index bc14106..0000000 --- a/www/flock/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- gfx/src/gtk/nsFontMetricsXft.cpp.orig Wed Mar 17 02:08:01 2004 -+++ gfx/src/gtk/nsFontMetricsXft.cpp Wed Mar 17 02:08:15 2004 -@@ -65,7 +65,8 @@ - - #include <gdk/gdkx.h> - #include <freetype/tttables.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - #define FORCE_PR_LOG - #include "prlog.h" diff --git a/www/flock/files/patch-toolkit_xre_nsAppRunner.cpp b/www/flock/files/patch-toolkit_xre_nsAppRunner.cpp deleted file mode 100644 index 68f4399..0000000 --- a/www/flock/files/patch-toolkit_xre_nsAppRunner.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- toolkit/xre/nsAppRunner.cpp.orig Sat Jun 19 00:37:07 2004 -+++ toolkit/xre/nsAppRunner.cpp Sat Jun 19 00:37:39 2004 -@@ -1710,6 +1710,7 @@ - // in nsAppShell::Create, but we need to get in before gtk - // has been initialized to make sure everything is running - // consistently. -+ g_thread_init(NULL); - if (CheckArg("install")) - gdk_rgb_set_install(TRUE); - |