summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2015-01-29 22:22:26 +0000
committerwiz <wiz>2015-01-29 22:22:26 +0000
commitb5801a8c7c8656a8427af0e6787d010a58295077 (patch)
treece2f9fc58ca43461b576c0ddb26eb28dace9577c /mail
parent578c1dbeaae47aa5c31f1363500dab1728853a26 (diff)
downloadpkgsrc-b5801a8c7c8656a8427af0e6787d010a58295077.tar.gz
Remove cargo cult patch (chunk) pointing to
%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko. Nothing installs any files there, nor does is this directory created by anything.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/distinfo4
-rw-r--r--mail/thunderbird/patches/patch-ay10
2 files changed, 3 insertions, 11 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index aca022b0062..07091c0d794 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.151 2014/12/04 05:33:12 ryoon Exp $
+$NetBSD: distinfo,v 1.152 2015/01/29 22:22:27 wiz Exp $
SHA1 (enigmail-1.7.tar.gz) = 79185762ed502cbbf88e0dbf4704dbfedaf429b5
RMD160 (enigmail-1.7.tar.gz) = c9321d919da53498839bf265acad2dcff94e422a
@@ -12,7 +12,7 @@ SHA1 (patch-al) = 81a733e9b13a47abfef818ecd10d7ef18a191855
SHA1 (patch-ao) = aa0f3e336c2d97622f735b79c2b5f9e84bb3674e
SHA1 (patch-as) = 2786abec0a1d58232bdd62f2f1c30ec95077ce83
SHA1 (patch-ax) = ba84bdb7fec3cb2f34efd8a8f68b0c3bf7dd7677
-SHA1 (patch-ay) = 81a09b39f3f18abf2f74a9510308f5c2135e9bf2
+SHA1 (patch-ay) = 64afd5e2cbb186ccaf16fb33711c93d245059578
SHA1 (patch-bf) = 6e6828e85243dba8cf2419de7275585fea3efe81
SHA1 (patch-bg) = 6c5e0239ed07902209bf4bfbec520699ff835b11
SHA1 (patch-bi) = bc44d47f386901d261a7a5401520a3905cb29d5a
diff --git a/mail/thunderbird/patches/patch-ay b/mail/thunderbird/patches/patch-ay
index ef8f141227f..80921f1b7f8 100644
--- a/mail/thunderbird/patches/patch-ay
+++ b/mail/thunderbird/patches/patch-ay
@@ -1,4 +1,4 @@
-$NetBSD: patch-ay,v 1.10 2014/07/27 20:04:59 ryoon Exp $
+$NetBSD: patch-ay,v 1.11 2015/01/29 22:22:27 wiz Exp $
--- mozilla/browser/app/nsBrowserApp.cpp.orig 2014-07-18 00:05:06.000000000 +0000
+++ mozilla/browser/app/nsBrowserApp.cpp
@@ -23,11 +23,3 @@ $NetBSD: patch-ay,v 1.10 2014/07/27 20:04:59 ryoon Exp $
return mach_absolute_time();
#elif defined(HAVE_CLOCK_MONOTONIC)
struct timespec ts;
-@@ -586,6 +588,7 @@ int main(int argc, char* argv[])
- TriggerQuirks();
- #endif
-
-+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0);
- int gotCounters;
- #if defined(XP_UNIX)
- struct rusage initialRUsage;