summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2004-08-22 12:29:38 +0000
committerhe <he@pkgsrc.org>2004-08-22 12:29:38 +0000
commitad274906b37828f61041850f48134fc1c05756fc (patch)
treec41de66b15827650f734f4864a18c739722db893 /www
parent7aac302d4f55ae0e67e6e1f2c2608d25e95c9568 (diff)
downloadpkgsrc-ad274906b37828f61041850f48134fc1c05756fc.tar.gz
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 (limited to 'www')
-rw-r--r--www/mozilla/distinfo3
-rw-r--r--www/mozilla/patches/patch-bn18
2 files changed, 1 insertions, 20 deletions
diff --git a/www/mozilla/distinfo b/www/mozilla/distinfo
index 1fef0b5f80a..d96be06f7fc 100644
--- a/www/mozilla/distinfo
+++ b/www/mozilla/distinfo
@@ -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-ax) = 480094894cb53dee8d51c15b24dc03502c52071b
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 --git a/www/mozilla/patches/patch-bn b/www/mozilla/patches/patch-bn
deleted file mode 100644
index bccde3c3308..00000000000
--- a/www/mozilla/patches/patch-bn
+++ /dev/null
@@ -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