summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-04-26 12:38:00 +0000
committertnn <tnn@pkgsrc.org>2010-04-26 12:38:00 +0000
commitbb4631421f2bcc6625909cdc10e11a34ea2b49f2 (patch)
treeaa0103dcc7dd8d0620081daf91e24f3a501af0f0 /mail/thunderbird
parentf6f58c10b0ee2bcfb658b2b6de0abac0d1da6a7c (diff)
downloadpkgsrc-bb4631421f2bcc6625909cdc10e11a34ea2b49f2.tar.gz
replicate the PR pkg/43146 fix for the other mozilla products
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/distinfo4
-rw-r--r--mail/thunderbird/patches/patch-me18
2 files changed, 17 insertions, 5 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index 3e81cd6c719..26751400192 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.65 2010/03/30 14:21:42 tnn Exp $
+$NetBSD: distinfo,v 1.66 2010/04/26 12:38:00 tnn Exp $
SHA1 (thunderbird-3.0.4.source.tar.bz2) = 5a6e89096da61a520e5cecb61f8afeb981f90412
RMD160 (thunderbird-3.0.4.source.tar.bz2) = ed8c905e3a6061c0ff896857fda3d96146bbc6a8
@@ -36,7 +36,7 @@ SHA1 (patch-ma) = 9b9bc5e5ced5831aa14e1549ed2ddf0b9c2ce986
SHA1 (patch-ma-toplevel) = 460326a0551fecd13ca188cff907c89cce359c31
SHA1 (patch-mb) = 8bdd47c4e57ae63c971766286ce8626d3341c92e
SHA1 (patch-md) = 932c2b0237c9690da06533f0abfeabddf32d8f3e
-SHA1 (patch-me) = 66c15af6d7b07a4fec7ecd06cb9c9278b35a123e
+SHA1 (patch-me) = 60b8d372fc706bfa9e39b75ef99c201d213abfe6
SHA1 (patch-mf) = bc693a247f306f414f54bf515eeb8f36841a46b8
SHA1 (patch-mg) = f33a92539ebe171b7bbbd83a54ad9ac2fdca249a
SHA1 (patch-mi) = c49e917409c0542e69f57fe5571a16b6c2e4aa9a
diff --git a/mail/thunderbird/patches/patch-me b/mail/thunderbird/patches/patch-me
index ef995791c07..3b51a2de6e3 100644
--- a/mail/thunderbird/patches/patch-me
+++ b/mail/thunderbird/patches/patch-me
@@ -1,10 +1,22 @@
-$NetBSD: patch-me,v 1.1 2010/03/16 10:59:09 tnn Exp $
+$NetBSD: patch-me,v 1.2 2010/04/26 12:38:00 tnn Exp $
Add DragonFly support.
+Disable assembly routines in freebl on Linux (PR pkg/43146)
---- mozilla/security/nss/lib/freebl/Makefile.orig 2009-06-29 18:15:13.000000000 +0200
+--- mozilla/security/nss/lib/freebl/Makefile.orig 2010-03-17 17:06:12.000000000 +0000
+++ mozilla/security/nss/lib/freebl/Makefile
-@@ -212,7 +212,7 @@ endif
+@@ -154,7 +154,9 @@ ifeq ($(USE_N32),1)
+ endif
+ endif
+
+-ifeq ($(OS_TARGET),Linux)
++# pkgsrc PR pkg/43146
++#ifeq ($(OS_TARGET),Linux)
++ifeq (true, false)
+ ifeq ($(CPU_ARCH),x86_64)
+ ASFILES = arcfour-amd64-gas.s mpi_amd64_gas.s
+ ASFLAGS += -march=opteron -m64 -fPIC -Wa,--noexecstack
+@@ -224,7 +226,7 @@ endif
# to bind the blapi function references in FREEBLVector vector
# (ldvector.c) to the blapi functions defined in the freebl
# shared libraries.