pkgsrc-Bugs archive

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

Re: pkg/33181: www/firefox fails to build on -current/amd64



The following reply was made to PR pkg/33181; it has been noted by GNATS.

From: Gary Duzan <gary%duzan.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/33181: www/firefox fails to build on -current/amd64
Date: Sat, 03 Jun 2006 15:16:44 -0400

    The part of the fix to use the Linux xpcom code on amd64 is needed
 for pkgsrc/mail/thunderbird, as well. Patch included.
 
                                        Gary Duzan
 
 
 
 Index: distinfo
 ===================================================================
 RCS file: /usr2/netbsd-cvs/pkgsrc/mail/thunderbird/distinfo,v
 retrieving revision 1.23
 diff -u -r1.23 distinfo
 --- distinfo   3 Jun 2006 08:04:36 -0000       1.23
 +++ distinfo   3 Jun 2006 14:29:54 -0000
 @@ -5,7 +5,7 @@
  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
 Index: patches/patch-ac
 ===================================================================
 RCS file: /usr2/netbsd-cvs/pkgsrc/mail/thunderbird/patches/patch-ac,v
 retrieving revision 1.6
 diff -u -r1.6 patch-ac
 --- patches/patch-ac   5 Feb 2006 14:49:05 -0000       1.6
 +++ patches/patch-ac   3 Jun 2006 14:29:40 -0000
 @@ -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