aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird3/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-17 21:40:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-17 21:40:11 +0000
commit3bffe907e1a5ae966c6447db59ca09c5ba3165d1 (patch)
tree898ac33614dec455ab57ff610516ff9e189c6aa5 /mail/thunderbird3/files
parente3a98cbb2d2c1737f7c49110dd7736b2ad516e0b (diff)
downloadports-3bffe907e1a5ae966c6447db59ca09c5ba3165d1.tar.gz
ports-3bffe907e1a5ae966c6447db59ca09c5ba3165d1.zip
* Remove a patch that is no longer needed
* Change an instance of Firefox to Thunderbird [1] * Workaround a potential crash with JavaScript pop-ups [2] * Use Xvfb to initialize the extensions datastore as root [2] https://bugzilla.mozilla.org/show_bug.cgi?id=264557 Sbumitted by: Radek Kozlowski <radek@raadradd.com> [1]
Notes
Notes: svn path=/head/; revision=119693
Diffstat (limited to 'mail/thunderbird3/files')
-rw-r--r--mail/thunderbird3/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/thunderbird3/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp b/mail/thunderbird3/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp
deleted file mode 100644
index bc141062f7c6..000000000000
--- a/mail/thunderbird3/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"