pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/sunbird Use the Linux xpcom code on amd64 as fire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b94ab314ddcf
branches:  trunk
changeset: 519023:b94ab314ddcf
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Sep 26 19:41:48 2006 +0000

description:
Use the Linux xpcom code on amd64 as firefox, thunderbird and seamonkey do.
Fixes build on amd64.

Tested by <oster>, thanks.

diffstat:

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

diffs (35 lines):

diff -r 6c59dd876ae1 -r b94ab314ddcf time/sunbird/distinfo
--- a/time/sunbird/distinfo     Tue Sep 26 19:00:20 2006 +0000
+++ b/time/sunbird/distinfo     Tue Sep 26 19:41:48 2006 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.3 2006/06/27 11:11:52 joerg Exp $
+$NetBSD: distinfo,v 1.4 2006/09/26 19:41:48 salo Exp $
 
 SHA1 (sunbird-0.3a2-source.tar.bz2) = fdda423b8a36c8c4808dbc8694abe7902227616e
 RMD160 (sunbird-0.3a2-source.tar.bz2) = 4dcfd6e72e614bf85cdd4aa972bd248a87d43588
 Size (sunbird-0.3a2-source.tar.bz2) = 62630647 bytes
 SHA1 (patch-aa) = b9c9f28e3c2d9ff5e3b982dda6d1332e2c025570
 SHA1 (patch-ab) = 8665353e9f1d98474c5d923f76b1ea1a333c2783
-SHA1 (patch-ac) = b3566f3a9e767cda3d9557079244e440e0c4da75
+SHA1 (patch-ac) = 889d805590865e1aa800db73230b05984070d779
 SHA1 (patch-ad) = efca5ab6ad16fbc7a16f20ca181b23add7dd6f78
 SHA1 (patch-ae) = 8e31ede283ba33528f825ab6dd794eb4e17b78d9
 SHA1 (patch-af) = e86348a51e27173b78dc524403e268ca450d71a0
diff -r 6c59dd876ae1 -r b94ab314ddcf time/sunbird/patches/patch-ac
--- a/time/sunbird/patches/patch-ac     Tue Sep 26 19:00:20 2006 +0000
+++ b/time/sunbird/patches/patch-ac     Tue Sep 26 19:41:48 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.3 2006/06/27 11:11:52 joerg Exp $
+$NetBSD: patch-ac,v 1.4 2006/09/26 19:41:48 salo Exp $
 
 --- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2006-03-28 20:03:49.000000000 +0000
 +++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
@@ -15,7 +15,7 @@
  endif
  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