pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www - correct MESSAGE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be9959bddfbf
branches:  trunk
changeset: 477577:be9959bddfbf
user:      taya <taya%pkgsrc.org@localhost>
date:      Mon Jul 05 14:25:29 2004 +0000

description:
- correct MESSAGE
- add patch to fix compilation problem on NetBSD-1.6.2
- bump PKGREVISION

diffstat:

 www/firefox-gtk2/MESSAGE     |   9 ++++-----
 www/firefox-gtk2/Makefile    |   3 ++-
 www/firefox/MESSAGE          |   9 ++++-----
 www/firefox/Makefile         |   3 ++-
 www/firefox/distinfo         |   4 ++--
 www/firefox/patches/patch-by |  23 +++++++++++++++++++++--
 6 files changed, 35 insertions(+), 16 deletions(-)

diffs (103 lines):

diff -r 55d078258b7b -r be9959bddfbf www/firefox-gtk2/MESSAGE
--- a/www/firefox-gtk2/MESSAGE  Mon Jul 05 14:23:53 2004 +0000
+++ b/www/firefox-gtk2/MESSAGE  Mon Jul 05 14:25:29 2004 +0000
@@ -1,5 +1,4 @@
-Firefox must be run by a user with access to the installed location
-first, so that all initial startup files are generated. There may be
-issues still where if a restricted-access user is the first to run the
-app, these files may not be generated properly and Firefox may enter
-an infinite restart loop. This will be fixed in a future release.
+If you have ever run another version of firefox or firefox-gtk2, you
+must remove compreg.dat under your firefox profile before you run firefox.
+
+     e.g. rm ~/.mozilla/firefox/*/compreg.dat
diff -r 55d078258b7b -r be9959bddfbf www/firefox-gtk2/Makefile
--- a/www/firefox-gtk2/Makefile Mon Jul 05 14:23:53 2004 +0000
+++ b/www/firefox-gtk2/Makefile Mon Jul 05 14:25:29 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2004/07/03 04:00:50 taya Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/05 14:25:55 taya Exp $
 
 MOZILLA=       firefox-gtk2
 MOZILLA_BIN=   firefox-bin
 MOZ_VER=       0.9.1
+PKGREVISION=   1
 EXTRACT_SUFX=  .tar.bz2
 
 DISTNAME=      firefox-${MOZ_VER}-source
diff -r 55d078258b7b -r be9959bddfbf www/firefox/MESSAGE
--- a/www/firefox/MESSAGE       Mon Jul 05 14:23:53 2004 +0000
+++ b/www/firefox/MESSAGE       Mon Jul 05 14:25:29 2004 +0000
@@ -1,5 +1,4 @@
-Firefox must be run by a user with access to the installed location
-first, so that all initial startup files are generated. There may be
-issues still where if a restricted-access user is the first to run the
-app, these files may not be generated properly and Firefox may enter
-an infinite restart loop. This will be fixed in a future release.
+If you have ever run another version of firefox or firefox-gtk2, you
+must remove compreg.dat under your firefox profile before you run firefox.
+
+     e.g. rm ~/.mozilla/firefox/*/compreg.dat
diff -r 55d078258b7b -r be9959bddfbf www/firefox/Makefile
--- a/www/firefox/Makefile      Mon Jul 05 14:23:53 2004 +0000
+++ b/www/firefox/Makefile      Mon Jul 05 14:25:29 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2004/07/03 04:00:12 taya Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/05 14:25:29 taya Exp $
 
 MOZILLA=       firefox
 MOZILLA_BIN=   firefox-bin
 MOZCONFDIR=    .mozilla
 MOZ_VER=       0.9.1
+PKGREVISION=   1
 EXTRACT_SUFX=  .tar.bz2
 DISTNAME=      ${MOZILLA}-${MOZ_VER}-source
 MASTER_SITES=  http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \
diff -r 55d078258b7b -r be9959bddfbf www/firefox/distinfo
--- a/www/firefox/distinfo      Mon Jul 05 14:23:53 2004 +0000
+++ b/www/firefox/distinfo      Mon Jul 05 14:25:29 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/07/03 04:00:12 taya Exp $
+$NetBSD: distinfo,v 1.10 2004/07/05 14:25:29 taya Exp $
 
 SHA1 (firefox-0.9.1-source.tar.bz2) = 34053c9d8c42abbaba295cb1b0129ac5e3456e30
 Size (firefox-0.9.1-source.tar.bz2) = 33960883 bytes
@@ -31,4 +31,4 @@
 SHA1 (patch-bv) = 4f23dfd885131ea866f31370f1421e7c19706860
 SHA1 (patch-bw) = fc3a518d3762be6e85104a6dc7fffd5ae1a463c8
 SHA1 (patch-bx) = 721c58f89c829ec3dfd72a311d49c211833b107c
-SHA1 (patch-by) = 5c226fb01508decdf13c0db505066623d7636a0f
+SHA1 (patch-by) = 643185af7a0df7030b2b96447ee4031dc9c82f88
diff -r 55d078258b7b -r be9959bddfbf www/firefox/patches/patch-by
--- a/www/firefox/patches/patch-by      Mon Jul 05 14:23:53 2004 +0000
+++ b/www/firefox/patches/patch-by      Mon Jul 05 14:25:29 2004 +0000
@@ -1,8 +1,27 @@
-$NetBSD: patch-by,v 1.1 2004/06/23 16:47:12 taya Exp $
+$NetBSD: patch-by,v 1.2 2004/07/05 14:25:29 taya Exp $
 
 diff -ru ../Orig/mozilla/layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp ./layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp
 --- ../Orig/mozilla/layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp       2004-03-19 10:36:16.000000000 +0900
-+++ ./layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp     2004-06-15 23:57:02.000000000 +0900
++++ ./layout/svg/renderer/src/libart/nsSVGLibartGlyphMetricsFT.cpp     2004-07-04 22:59:19.000000000 +0900
+@@ -155,15 +155,15 @@
+ 
+   static NS_NAMED_LITERAL_STRING(arial, "arial");
+   nsSVGLibartGlyphMetricsFT::sFontAliases.Put(NS_LITERAL_STRING("helvetica"),
+-                                              &arial);
++                                              (nsDependentString *)&arial);
+ 
+   static NS_NAMED_LITERAL_STRING(courier, "courier new");
+   nsSVGLibartGlyphMetricsFT::sFontAliases.Put(NS_LITERAL_STRING("courier"),
+-                                              &courier);
++                                              (nsDependentString *)&courier);
+ 
+   static NS_NAMED_LITERAL_STRING(times, "times new roman");
+   nsSVGLibartGlyphMetricsFT::sFontAliases.Put(NS_LITERAL_STRING("times"),
+-                                              &times);
++                                              (nsDependentString *)&times);
+ }
+ 
+ void NS_FreeSVGLibartGlyphMetricsFTGlobals()
 @@ -440,19 +440,19 @@
      return;
    }



Home | Main Index | Thread Index | Old Index