pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/639aaab0e9c5
branches:  trunk
changeset: 479778:639aaab0e9c5
user:      he <he%pkgsrc.org@localhost>
date:      Sun Aug 22 12:29:38 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 mozilla's configure script.  The resulting source still compiles
and works on netbsd-1-5 / i386.

diffstat:

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

diffs (39 lines):

diff -r 06926f5dc737 -r 639aaab0e9c5 www/mozilla/distinfo
--- a/www/mozilla/distinfo      Sun Aug 22 11:56:46 2004 +0000
+++ b/www/mozilla/distinfo      Sun Aug 22 12:29:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.63 2004/08/15 01:33:58 taya Exp $
+$NetBSD: distinfo,v 1.64 2004/08/22 12:29:38 he Exp $
 
 SHA1 (mozilla-source-1.7.2.tar.bz2) = 75c6f68d198e2fe0b7be525af6d458cc07c7d48d
 Size (mozilla-source-1.7.2.tar.bz2) = 34438800 bytes
@@ -21,7 +21,6 @@
 SHA1 (patch-ba) = f5b7bf6356ecc373e1d201ca58fa24b34d7e122a
 SHA1 (patch-bb) = 4e222846e2aba9ea7c3f8ac4b5c9c4164223b44b
 SHA1 (patch-bm) = 3e297a2dece8dcad7bde86f79f944a98d09174a7
-SHA1 (patch-bn) = 83750f28e141aafa8c94fe8cb68020cc097ee48e
 SHA1 (patch-bo) = 7d6e0353666810992ab0b09d804f9f48ef90b984
 SHA1 (patch-bq) = 2a08f3eb1b6a8ea00e712d08b4bcafad3b766a81
 SHA1 (patch-br) = 215990af167a1aa1f2d1107e74edfd13395ed356
diff -r 06926f5dc737 -r 639aaab0e9c5 www/mozilla/patches/patch-bn
--- a/www/mozilla/patches/patch-bn      Sun Aug 22 11:56:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-bn,v 1.5 2004/06/21 14:14:01 taya Exp $
-
-diff -ru ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp ./xpcom/io/nsNativeCharsetUtils.cpp
---- ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp  2004-05-14 06:57:47.000000000 +0900
-+++ ./xpcom/io/nsNativeCharsetUtils.cpp        2004-06-10 23:07:06.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