pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Remove patch for getting this to compile o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88ca90bd75a7
branches:  trunk
changeset: 479829:88ca90bd75a7
user:      he <he%pkgsrc.org@localhost>
date:      Mon Aug 23 13:54:27 2004 +0000

description:
Remove patch for getting this to compile on netbsd-1-5.
It has (probably long since) been replaced by configuration checks
in firefox's configure script.  The resulting source still compiles
and works on netbsd-1-5 / i386.

diffstat:

 www/firefox/distinfo         |   3 +--
 www/firefox/patches/patch-bn |  18 ------------------
 2 files changed, 1 insertions(+), 20 deletions(-)

diffs (39 lines):

diff -r 6be820ee6bb1 -r 88ca90bd75a7 www/firefox/distinfo
--- a/www/firefox/distinfo      Mon Aug 23 11:48:12 2004 +0000
+++ b/www/firefox/distinfo      Mon Aug 23 13:54:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2004/08/10 14:04:01 taya Exp $
+$NetBSD: distinfo,v 1.12 2004/08/23 13:54:27 he Exp $
 
 SHA1 (firefox-0.9.3-source.tar.bz2) = db6290743d824559c5bb7b6bd060b65abcaea15b
 Size (firefox-0.9.3-source.tar.bz2) = 33945173 bytes
@@ -21,7 +21,6 @@
 SHA1 (patch-ba) = a0d70d713d2d4746d9128724c382b019f353f5af
 SHA1 (patch-bb) = 9ba4bcd86e581496bbc6b40b3a3f062dfd5e416f
 SHA1 (patch-bm) = 6bd7bf1262cec43b0324693d43929497c3fb3991
-SHA1 (patch-bn) = d31d2b2c3712abdd766e9fa0cee147d7c8936cd4
 SHA1 (patch-bo) = 357c4cacdc179191d6fe263b4eb62cc56b7ec25f
 SHA1 (patch-bq) = 3b8a951828b0e6906e4352027b4d36c9b1f8aaae
 SHA1 (patch-br) = aa48e974306fdbfc1e71b5fd9c1f5d18771143f5
diff -r 6be820ee6bb1 -r 88ca90bd75a7 www/firefox/patches/patch-bn
--- a/www/firefox/patches/patch-bn      Mon Aug 23 11:48:12 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-bn,v 1.2 2004/06/23 16:47:12 taya Exp $
-
-diff -ru ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp ./xpcom/io/nsNativeCharsetUtils.cpp
---- ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp  2004-05-28 03:55:10.000000000 +0900
-+++ ./xpcom/io/nsNativeCharsetUtils.cpp        2004-06-15 23:56:38.000000000 +0900
-@@ -295,7 +295,12 @@
- {
-     const char  *blank_list[] = { "", NULL };
-     const char **native_charset_list = blank_list;
-+#ifdef CODESET
-     const char  *native_charset = nl_langinfo(CODESET);
-+#else
-+    const char  *native_charset = nsnull;
-+#endif
-+
-     if (native_charset == nsnull) {
-         NS_ERROR("native charset is unknown");
-         // fallback to ISO-8859-1



Home | Main Index | Thread Index | Old Index