diff options
author | he <he@pkgsrc.org> | 2004-08-23 13:54:27 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-08-23 13:54:27 +0000 |
commit | d9ba39d7db66d043839970e9a9a37dc22d2b965d (patch) | |
tree | 74bd067bb134fea81a649f5dd34f3278a0147f0a | |
parent | aed5b4231803d32e59f6ac21743408d60e0acd79 (diff) | |
download | pkgsrc-d9ba39d7db66d043839970e9a9a37dc22d2b965d.tar.gz |
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.
-rw-r--r-- | www/firefox/distinfo | 3 | ||||
-rw-r--r-- | www/firefox/patches/patch-bn | 18 |
2 files changed, 1 insertions, 20 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 9927314474c..9916f380e1d 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -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-ax) = 2421096cf84bd174cfe576db855cca2338615495 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 --git a/www/firefox/patches/patch-bn b/www/firefox/patches/patch-bn deleted file mode 100644 index 1a69f90f7fb..00000000000 --- a/www/firefox/patches/patch-bn +++ /dev/null @@ -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 |