pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox apply patch from mozilla CVS to fix bug id...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/321121b821ba
branches:  trunk
changeset: 482289:321121b821ba
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Oct 24 05:41:25 2004 +0000

description:
apply patch from mozilla CVS to fix bug id #260337 (installer missing
libnsl on Solaris), as well as another sh(1) portability fix.

        https://bugzilla.mozilla.org/show_bug.cgi?id=260337

no PKGREVISION bump because this didn't build on Solaris without
libnsl.

diffstat:

 www/firefox/distinfo         |   4 +++-
 www/firefox/patches/patch-ce |  15 +++++++++++++++
 www/firefox/patches/patch-cf |  14 ++++++++++++++
 3 files changed, 32 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r b8ac40ae2ddb -r 321121b821ba www/firefox/distinfo
--- a/www/firefox/distinfo      Sun Oct 24 02:53:52 2004 +0000
+++ b/www/firefox/distinfo      Sun Oct 24 05:41:25 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2004/10/21 00:55:36 xtraeme Exp $
+$NetBSD: distinfo,v 1.20 2004/10/24 05:41:25 grant Exp $
 
 SHA1 (firefox-0.10.1/firefox-1.0PR-source.tar.bz2) = e12f861c8e55fe591053f30e9c9259fa8e662c41
 Size (firefox-0.10.1/firefox-1.0PR-source.tar.bz2) = 32380173 bytes
@@ -36,3 +36,5 @@
 SHA1 (patch-cb) = fd0f033d63be066ce5c47057d72c48a085718908
 SHA1 (patch-cc) = cb08d4b7330c9e471d172c11772c840e613ceb76
 SHA1 (patch-cd) = bbe839bce72a1d6816fa0c091172a818fb469981
+SHA1 (patch-ce) = f7db7a46d40b80287774f93d55b05a5ad0c79214
+SHA1 (patch-cf) = 337bc106afe7ce3fa6678fca4c0317714393a977
diff -r b8ac40ae2ddb -r 321121b821ba www/firefox/patches/patch-ce
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-ce      Sun Oct 24 05:41:25 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ce,v 1.1 2004/10/24 05:41:25 grant Exp $
+
+--- toolkit/mozapps/installer/unix/wizard/Makefile.in.orig     2004-08-27 05:57:00.000000000 +1000
++++ toolkit/mozapps/installer/unix/wizard/Makefile.in
+@@ -60,6 +60,10 @@ LIBS        = \
+         -lpthread \
+         $(NULL)
+ 
++ifeq ($(OS_ARCH),SunOS)
++LIBS    += -lnsl
++endif
++
+ EXTRA_DEPS = \
+       $(DIST)/lib/$(LIB_PREFIX)jar50_s.$(LIB_SUFFIX) \
+       $(DIST)/lib/$(LIB_PREFIX)xpnet_s.$(LIB_SUFFIX) \
diff -r b8ac40ae2ddb -r 321121b821ba www/firefox/patches/patch-cf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-cf      Sun Oct 24 05:41:25 2004 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-cf,v 1.1 2004/10/24 05:41:25 grant Exp $
+
+--- browser/config/mozconfig.orig      2004-07-07 18:31:10.000000000 +1000
++++ browser/config/mozconfig
+@@ -3,7 +3,8 @@
+ #  . $topsrcdir/browser/config/mozconfig
+ # to the top of your mozconfig file.
+ 
+-export MOZ_PHOENIX=1
++MOZ_PHOENIX=1
++export MOZ_PHOENIX
+ mk_add_options MOZ_PHOENIX=1
+ 
+ ac_add_options --disable-ldap



Home | Main Index | Thread Index | Old Index