pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/thunderbird Use xpcom code for linux on amd64, si...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/380bc7c714da
branches:  trunk
changeset: 514295:380bc7c714da
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat Jun 10 12:50:04 2006 +0000

description:
Use xpcom code for linux on amd64, similar to the earlier fix for firefox,
from PR pkg/33181.

diffstat:

 mail/thunderbird/distinfo         |  4 ++--
 mail/thunderbird/patches/patch-ac |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r a8b31ab39398 -r 380bc7c714da mail/thunderbird/distinfo
--- a/mail/thunderbird/distinfo Sat Jun 10 12:37:53 2006 +0000
+++ b/mail/thunderbird/distinfo Sat Jun 10 12:50:04 2006 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.23 2006/06/03 08:04:36 ghen Exp $
+$NetBSD: distinfo,v 1.24 2006/06/10 12:50:04 ghen Exp $
 
 SHA1 (thunderbird-1.5.0.4-source.tar.bz2) = 492dd76460fc14543a70349263b64b0a2803bee9
 RMD160 (thunderbird-1.5.0.4-source.tar.bz2) = 27e88578d8857e48b46ee4dff2900f27b8a0f447
 Size (thunderbird-1.5.0.4-source.tar.bz2) = 35872600 bytes
 SHA1 (patch-aa) = ff3586c00ff8d3fa6a1bda639116778169ad4466
 SHA1 (patch-ab) = 824a3ce1f608e8fff16e2366c7962f23a4321b10
-SHA1 (patch-ac) = 5561b6fedb5417534fefdf3404a93b1915d00be3
+SHA1 (patch-ac) = 02804b8276b4b9552ea4587e6c020b87ddb59cf0
 SHA1 (patch-ad) = 19afc8dfaf9f14439d747e42ee2f64a9c1a9dc3d
 SHA1 (patch-ae) = 364b91f0bf51e49bb140e13dfb775a89ea38bb28
 SHA1 (patch-af) = 1306065f359a4acc2c2c4a0865d8401baacb7a15
diff -r a8b31ab39398 -r 380bc7c714da mail/thunderbird/patches/patch-ac
--- a/mail/thunderbird/patches/patch-ac Sat Jun 10 12:37:53 2006 +0000
+++ b/mail/thunderbird/patches/patch-ac Sat Jun 10 12:50:04 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.6 2006/02/05 14:49:05 ghen Exp $
+$NetBSD: patch-ac,v 1.7 2006/06/10 12:50:04 ghen Exp $
 
 --- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2006-02-02 13:20:12.000000000 +0100
 +++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
@@ -12,7 +12,7 @@
  CPPSRCS               := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp
  endif
 +ifeq (amd64,$(OS_TEST))
-+CPPSRCS                := xptcinvoke_unixish_amd64.cpp xptcstubs_unixish_amd64.cpp
++CPPSRCS                := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp
 +endif
  endif
  #



Home | Main Index | Thread Index | Old Index