summaryrefslogtreecommitdiff
path: root/www/mozilla/patches
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2003-11-27 00:03:53 +0000
committertaya <taya@pkgsrc.org>2003-11-27 00:03:53 +0000
commit942faff1e80300973fd6f32a1d4fce38aad8d818 (patch)
treefc81af76a9cc426fa714afb80ccc04935ac9763b /www/mozilla/patches
parent7bbe195835dd1e8d3c811f0ae18d2e00672cd88a (diff)
downloadpkgsrc-942faff1e80300973fd6f32a1d4fce38aad8d818.tar.gz
Update mozilla to 1.5.1
New Features and Fixes * Mozilla now includes a spellchecker for MailNews and Composer. * Additional MailNews improvements include: o Users can add header lines to *every* message sent out via a certain identity. o A common application hang with SSL-encrypted SMTP connections has been fixed. o Printing of the attachments list is now supported. o Users can now mark message as read by date. * Many great improvements to Mozilla Composer including: o Better resizing for images, tables, and absolutely positioned objects. o Support for absolutely positioned objects, movable on the canvas using the mouse. o Support for z-index management. o "Snap to grid" when moving an absolutely positioned object. o Source View now uses an editor instead of a simple textarea (allows find and replace). o Numerous fixes in caret management, inline styles handling, and CSS styles handling. * Improvements to tabbed browsing, including: o Tabs are now replaced when a bookmark group is loaded. This can be changed to the old "append" behavior in the Tabbed browsing preferences. o Back and Forward navigation for tabbed browsing and bookmark groups has been improved. Users can now use the back button after loading a bookmark group to restore the previous set of tabs. o Closing a window with multiple tabs now prompts the user with a confirmation dialog (which can be disabled for future close operations). * ChatZilla, Mozilla's internet relay chat (IRC) client, has had a major overhaul bringing logging and many additional improvements. * DOM Inspector can now display the #document node (the document root). * It is now possible to jump from the JavaScript console to the relevant line in the View Source Window. * Mozilla's view source now displays line and column numbers in the status bar. * A quicksearch filter has been implemented for about:config. * Gecko now supports setting color for <HR>. * The '::' notation for CSS pseudo-elements is now supported. The old ':' notation is still supported only for pseudo-elements in CSS2 (:first-line, :first-letter, :before, :after) and the various :-moz-tree-* pseudo-elements. * Unstyled XML display has been improved. * Some Windows GDI problems in Mozilla have been resolved. * A common problem collapsing the URL bar popup on Windows has been fixed. * Mozilla has improved performance, stability, standards support and Web compatibility.
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r--www/mozilla/patches/patch-aa14
-rw-r--r--www/mozilla/patches/patch-ab15
-rw-r--r--www/mozilla/patches/patch-ac13
-rw-r--r--www/mozilla/patches/patch-ad4
-rw-r--r--www/mozilla/patches/patch-ae4
-rw-r--r--www/mozilla/patches/patch-af6
-rw-r--r--www/mozilla/patches/patch-ag8
-rw-r--r--www/mozilla/patches/patch-am45
-rw-r--r--www/mozilla/patches/patch-aw6
-rw-r--r--www/mozilla/patches/patch-ba4
-rw-r--r--www/mozilla/patches/patch-bb4
-rw-r--r--www/mozilla/patches/patch-be4
-rw-r--r--www/mozilla/patches/patch-bm4
-rw-r--r--www/mozilla/patches/patch-bn8
-rw-r--r--www/mozilla/patches/patch-bo11
-rw-r--r--www/mozilla/patches/patch-bp4
-rw-r--r--www/mozilla/patches/patch-bq14
17 files changed, 92 insertions, 76 deletions
diff --git a/www/mozilla/patches/patch-aa b/www/mozilla/patches/patch-aa
deleted file mode 100644
index 805b3be198c..00000000000
--- a/www/mozilla/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.23 2003/03/17 16:07:33 taya Exp $
-
-diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c ./nsprpub/pr/src/pthreads/ptthread.c
---- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptthread.c 2002-08-28 23:42:52.000000000 +0900
-+++ ./nsprpub/pr/src/pthreads/ptthread.c 2003-03-14 16:58:37.000000000 +0900
-@@ -360,7 +360,7 @@
- /*
- * Linux doesn't have pthread_attr_setstacksize.
- */
--#ifndef LINUX
-+#if !defined(LINUX) && !defined(NETBSD)
- rv = pthread_attr_setstacksize(&tattr, stackSize);
- PR_ASSERT(0 == rv);
- #endif
diff --git a/www/mozilla/patches/patch-ab b/www/mozilla/patches/patch-ab
index 9582b56484f..cbe466b7f36 100644
--- a/www/mozilla/patches/patch-ab
+++ b/www/mozilla/patches/patch-ab
@@ -1,8 +1,9 @@
-$NetBSD: patch-ab,v 1.28 2003/04/27 09:49:06 grant Exp $
+$NetBSD: patch-ab,v 1.29 2003/11/27 00:03:53 taya Exp $
---- configure.in.orig 7 Mar 2003 21:25:31 -0000
-+++ configure.in 15 Apr 2003 14:53:02 -0000
-@@ -859,6 +859,9 @@
+diff -ru ../Orig/mozilla/configure.in ./configure.in
+--- ../Orig/mozilla/configure.in 2003-08-30 02:14:58.000000000 +0900
++++ ./configure.in 2003-10-16 15:38:38.000000000 +0900
+@@ -902,6 +902,9 @@
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@@ -12,7 +13,7 @@ $NetBSD: patch-ab,v 1.28 2003/04/27 09:49:06 grant Exp $
;;
*-hpux*)
-@@ -1134,6 +1137,13 @@
+@@ -1190,6 +1193,13 @@
if test "$LIBRUNPATH"; then
DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
fi
@@ -26,7 +27,7 @@ $NetBSD: patch-ab,v 1.28 2003/04/27 09:49:06 grant Exp $
;;
*-nto*)
-@@ -1493,7 +1503,7 @@
+@@ -1596,7 +1606,7 @@
[siginfo_t* info;],
[ac_cv_siginfo_t=true],
[ac_cv_siginfo_t=false])])
@@ -35,7 +36,7 @@ $NetBSD: patch-ab,v 1.28 2003/04/27 09:49:06 grant Exp $
AC_DEFINE(HAVE_SIGINFO_T)
AC_MSG_RESULT(yes)
else
-@@ -2037,9 +2047,6 @@
+@@ -2143,9 +2153,6 @@
CXXFLAGS="$CXXFLAGS -mt"
fi
;;
diff --git a/www/mozilla/patches/patch-ac b/www/mozilla/patches/patch-ac
index d3e53c14a66..8264f59fadd 100644
--- a/www/mozilla/patches/patch-ac
+++ b/www/mozilla/patches/patch-ac
@@ -1,8 +1,9 @@
-$NetBSD: patch-ac,v 1.19 2003/03/17 16:07:34 taya Exp $
+$NetBSD: patch-ac,v 1.20 2003/11/27 00:03:53 taya Exp $
---- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2003-01-28 06:52:51.000000000 +0900
-+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in 2003-03-14 16:58:41.000000000 +0900
-@@ -129,7 +129,7 @@
+diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/reflect/xptcall/src/md/unix/Makefile.in
+--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2003-08-15 13:00:23.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in 2003-10-16 15:37:01.000000000 +0900
+@@ -135,7 +135,7 @@
# NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
@@ -11,7 +12,7 @@ $NetBSD: patch-ac,v 1.19 2003/03/17 16:07:34 taya Exp $
CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
endif
endif
-@@ -163,7 +163,7 @@
+@@ -169,7 +169,7 @@
# NetBSD/m68k
#
ifeq ($(OS_ARCH),NetBSD)
@@ -20,7 +21,7 @@ $NetBSD: patch-ac,v 1.19 2003/03/17 16:07:34 taya Exp $
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -287,6 +287,13 @@
+@@ -295,6 +295,13 @@
CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp
ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
endif
diff --git a/www/mozilla/patches/patch-ad b/www/mozilla/patches/patch-ad
index 69c1e099e32..7179037571d 100644
--- a/www/mozilla/patches/patch-ad
+++ b/www/mozilla/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.24 2003/03/17 16:07:34 taya Exp $
+$NetBSD: patch-ad,v 1.25 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp
--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp 2001-09-29 05:12:51.000000000 +0900
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp 2003-03-14 16:58:43.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp 2003-10-16 15:37:03.000000000 +0900
@@ -132,6 +132,15 @@
}
}
diff --git a/www/mozilla/patches/patch-ae b/www/mozilla/patches/patch-ae
index d4d36880fa0..4eb236d99cc 100644
--- a/www/mozilla/patches/patch-ae
+++ b/www/mozilla/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.15 2003/03/17 16:07:34 taya Exp $
+$NetBSD: patch-ae,v 1.16 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp
--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp 2001-09-29 05:12:52.000000000 +0900
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp 2003-03-14 16:58:45.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp 2003-10-16 15:37:04.000000000 +0900
@@ -123,17 +123,27 @@
}
}
diff --git a/www/mozilla/patches/patch-af b/www/mozilla/patches/patch-af
index 29100e8e602..ed23e0763ef 100644
--- a/www/mozilla/patches/patch-af
+++ b/www/mozilla/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.15 2003/03/17 16:07:34 taya Exp $
+$NetBSD: patch-af,v 1.16 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c ./security/nss/lib/freebl/unix_rand.c
---- ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c 2002-05-18 09:52:09.000000000 +0900
-+++ ./security/nss/lib/freebl/unix_rand.c 2003-03-14 16:58:47.000000000 +0900
+--- ../Orig/mozilla/security/nss/lib/freebl/unix_rand.c 2003-03-21 14:24:29.000000000 +0900
++++ ./security/nss/lib/freebl/unix_rand.c 2003-10-16 15:37:10.000000000 +0900
@@ -32,6 +32,7 @@
*/
diff --git a/www/mozilla/patches/patch-ag b/www/mozilla/patches/patch-ag
index 46b369f1c97..8253edbba2b 100644
--- a/www/mozilla/patches/patch-ag
+++ b/www/mozilla/patches/patch-ag
@@ -1,6 +1,8 @@
-$NetBSD: patch-ag,v 1.12 2003/09/01 10:17:40 cjep Exp $
---- extensions/transformiix/source/base/ErrorObserver.h.orig 2003-01-17 23:39:36.000000000 +1100
-+++ extensions/transformiix/source/base/ErrorObserver.h 2003-08-02 23:15:09.000000000 +1000
+$NetBSD: patch-ag,v 1.13 2003/11/27 00:03:53 taya Exp $
+
+diff -ru ../Orig/mozilla/extensions/transformiix/source/base/ErrorObserver.h ./extensions/transformiix/source/base/ErrorObserver.h
+--- ../Orig/mozilla/extensions/transformiix/source/base/ErrorObserver.h 2003-01-17 21:39:36.000000000 +0900
++++ ./extensions/transformiix/source/base/ErrorObserver.h 2003-10-16 15:37:13.000000000 +0900
@@ -28,7 +28,8 @@
#include "baseutils.h"
diff --git a/www/mozilla/patches/patch-am b/www/mozilla/patches/patch-am
index 48d39fb60b9..c9534ee637b 100644
--- a/www/mozilla/patches/patch-am
+++ b/www/mozilla/patches/patch-am
@@ -1,9 +1,18 @@
-$NetBSD: patch-am,v 1.10 2003/03/17 16:07:35 taya Exp $
+$NetBSD: patch-am,v 1.11 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthreads/ptio.c
---- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c 2003-01-21 05:50:00.000000000 +0900
-+++ ./nsprpub/pr/src/pthreads/ptio.c 2003-03-14 16:58:52.000000000 +0900
-@@ -194,7 +194,7 @@
+--- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c 2003-07-15 06:59:47.000000000 +0900
++++ ./nsprpub/pr/src/pthreads/ptio.c 2003-10-16 15:37:22.000000000 +0900
+@@ -189,7 +189,7 @@
+ #endif
+ #endif
+
+-#ifdef DARWIN
++#if defined(DARWIN) || (defined(__NetBSD__) && defined(IPV6_V6ONLY))
+ static PRBool _pr_ipv6_v6only_on_by_default;
+ /* The IPV6_V6ONLY socket option is not defined on Mac OS X 10.1. */
+ #ifndef IPV6_V6ONLY
+@@ -202,7 +202,7 @@
#elif defined(IRIX) || defined(OSF1) || defined(AIX) || defined(HPUX) \
|| defined(LINUX) || defined(FREEBSD) || defined(BSDI) || defined(VMS) \
|| defined(NTO) || defined(OPENBSD) || defined(DARWIN) \
@@ -12,19 +21,21 @@ diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthread
#define _PRSockOptVal_t void *
#else
#error "Cannot determine architecture"
-@@ -3428,6 +3428,15 @@
+@@ -1154,7 +1154,7 @@
+ _pr_stderr = pt_SetMethods(2, PR_DESC_FILE, PR_FALSE, PR_TRUE);
+ PR_ASSERT(_pr_stdin && _pr_stdout && _pr_stderr);
+
+-#ifdef DARWIN
++#if defined(DARWIN) || (defined(__NetBSD__) && defined(IPV6_V6ONLY))
+ /* In Mac OS X v10.3 Panther Beta the IPV6_V6ONLY socket option
+ * is turned on by default, contrary to what RFC 3493, Section
+ * 5.3 says. So we have to turn it off. Find out whether we
+@@ -3462,7 +3462,7 @@
if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno);
else
{
-+#if defined(__NetBSD__) && defined(_PR_INET6) && defined(IPV6_V6ONLY)
-+ if(domain == PR_AF_INET6) {
-+ int opt = 0;
-+ if (setsockopt(osfd, IPPROTO_IPV6, IPV6_V6ONLY, &opt, sizeof(opt))){
-+ close(osfd);
-+ return NULL;
-+ }
-+ }
-+#endif
- fd = pt_SetMethods(osfd, ftype, PR_FALSE, PR_FALSE);
- if (fd == NULL) close(osfd);
- }
+-#ifdef DARWIN
++#if defined(DARWIN) || (defined(__NetBSD__) && defined(IPV6_V6ONLY))
+ if ((domain == AF_INET6) && _pr_ipv6_v6only_on_by_default)
+ {
+ int on = 0;
diff --git a/www/mozilla/patches/patch-aw b/www/mozilla/patches/patch-aw
index 0a89e6195f1..58350410d0b 100644
--- a/www/mozilla/patches/patch-aw
+++ b/www/mozilla/patches/patch-aw
@@ -1,8 +1,8 @@
-$NetBSD: patch-aw,v 1.15 2003/03/17 16:07:35 taya Exp $
+$NetBSD: patch-aw,v 1.16 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in ./widget/src/gtksuperwin/Makefile.in
---- ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in 2002-12-12 09:08:47.000000000 +0900
-+++ ./widget/src/gtksuperwin/Makefile.in 2003-03-14 16:58:54.000000000 +0900
+--- ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in 2003-04-19 05:14:09.000000000 +0900
++++ ./widget/src/gtksuperwin/Makefile.in 2003-10-16 15:37:25.000000000 +0900
@@ -25,6 +25,7 @@
MODULE = widget
LIBRARY_NAME = gtksuperwin
diff --git a/www/mozilla/patches/patch-ba b/www/mozilla/patches/patch-ba
index f5e1fce825b..a70f49fb0f9 100644
--- a/www/mozilla/patches/patch-ba
+++ b/www/mozilla/patches/patch-ba
@@ -1,8 +1,8 @@
-$NetBSD: patch-ba,v 1.13 2003/03/17 16:07:35 taya Exp $
+$NetBSD: patch-ba,v 1.14 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg ./nsprpub/pr/include/md/_netbsd.cfg
--- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.cfg 2000-12-02 06:29:17.000000000 +0900
-+++ ./nsprpub/pr/include/md/_netbsd.cfg 2003-03-14 16:58:58.000000000 +0900
++++ ./nsprpub/pr/include/md/_netbsd.cfg 2003-10-16 15:37:30.000000000 +0900
@@ -45,7 +45,8 @@
#define PR_AF_INET6 24 /* same as AF_INET6 */
diff --git a/www/mozilla/patches/patch-bb b/www/mozilla/patches/patch-bb
index e7373dea51e..908b8017b2d 100644
--- a/www/mozilla/patches/patch-bb
+++ b/www/mozilla/patches/patch-bb
@@ -1,8 +1,8 @@
-$NetBSD: patch-bb,v 1.13 2003/03/17 16:07:35 taya Exp $
+$NetBSD: patch-bb,v 1.14 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md/_netbsd.h
--- ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h 2003-01-17 08:09:14.000000000 +0900
-+++ ./nsprpub/pr/include/md/_netbsd.h 2003-03-14 16:59:00.000000000 +0900
++++ ./nsprpub/pr/include/md/_netbsd.h 2003-10-16 15:37:32.000000000 +0900
@@ -48,12 +48,20 @@
#define _PR_SI_ARCHITECTURE "m68k"
#elif defined(__powerpc__)
diff --git a/www/mozilla/patches/patch-be b/www/mozilla/patches/patch-be
index 761512d94c0..e3b1b2d048f 100644
--- a/www/mozilla/patches/patch-be
+++ b/www/mozilla/patches/patch-be
@@ -1,8 +1,8 @@
-$NetBSD: patch-be,v 1.11 2003/03/17 16:07:35 taya Exp $
+$NetBSD: patch-be,v 1.12 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/nsprpub/pr/src/io/prsocket.c ./nsprpub/pr/src/io/prsocket.c
--- ../Orig/mozilla/nsprpub/pr/src/io/prsocket.c 2002-06-12 05:08:07.000000000 +0900
-+++ ./nsprpub/pr/src/io/prsocket.c 2003-03-14 16:59:05.000000000 +0900
++++ ./nsprpub/pr/src/io/prsocket.c 2003-10-16 15:37:39.000000000 +0900
@@ -1299,6 +1299,15 @@
if (osfd == -1) {
return 0;
diff --git a/www/mozilla/patches/patch-bm b/www/mozilla/patches/patch-bm
index 02b19be79a3..0de9ac5e217 100644
--- a/www/mozilla/patches/patch-bm
+++ b/www/mozilla/patches/patch-bm
@@ -1,8 +1,8 @@
-$NetBSD: patch-bm,v 1.3 2003/03/17 16:07:35 taya Exp $
+$NetBSD: patch-bm,v 1.4 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp
--- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp 2001-09-29 05:12:52.000000000 +0900
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp 2003-03-14 16:59:09.000000000 +0900
++++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp 2003-10-16 15:37:41.000000000 +0900
@@ -118,18 +118,23 @@
* so they are contiguous with values passed on the stack, and then calls
* PrepareAndDispatch() to do the dirty work.
diff --git a/www/mozilla/patches/patch-bn b/www/mozilla/patches/patch-bn
index 3bf9d6d2f8d..b0e0001b774 100644
--- a/www/mozilla/patches/patch-bn
+++ b/www/mozilla/patches/patch-bn
@@ -1,9 +1,9 @@
-$NetBSD: patch-bn,v 1.2 2003/03/17 16:07:35 taya Exp $
+$NetBSD: patch-bn,v 1.3 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp ./xpcom/io/nsNativeCharsetUtils.cpp
---- ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp 2002-10-06 12:42:55.000000000 +0900
-+++ ./xpcom/io/nsNativeCharsetUtils.cpp 2003-03-14 16:59:12.000000000 +0900
-@@ -256,7 +256,12 @@
+--- ../Orig/mozilla/xpcom/io/nsNativeCharsetUtils.cpp 2003-07-30 14:58:28.000000000 +0900
++++ ./xpcom/io/nsNativeCharsetUtils.cpp 2003-10-16 15:37:44.000000000 +0900
+@@ -294,7 +294,12 @@
{
const char *blank_list[] = { "", NULL };
const char **native_charset_list = blank_list;
diff --git a/www/mozilla/patches/patch-bo b/www/mozilla/patches/patch-bo
index e8d6d6259c2..e0dd64660f5 100644
--- a/www/mozilla/patches/patch-bo
+++ b/www/mozilla/patches/patch-bo
@@ -1,8 +1,9 @@
-$NetBSD: patch-bo,v 1.3 2003/04/27 09:49:06 grant Exp $
+$NetBSD: patch-bo,v 1.4 2003/11/27 00:03:53 taya Exp $
---- nsprpub/configure.in.orig 20 Jan 2003 20:49:52 -0000
-+++ nsprpub/configure.in 15 Apr 2003 14:51:35 -0000
-@@ -929,6 +929,9 @@
+diff -ru ../Orig/mozilla/nsprpub/configure.in ./nsprpub/configure.in
+--- ../Orig/mozilla/nsprpub/configure.in 2003-08-30 09:18:18.000000000 +0900
++++ ./nsprpub/configure.in 2003-10-16 15:37:46.000000000 +0900
+@@ -932,6 +932,9 @@
DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
MDCPUCFG_H=_freebsd.cfg
PR_MD_CSRCS=freebsd.c
@@ -12,7 +13,7 @@ $NetBSD: patch-bo,v 1.3 2003/04/27 09:49:06 grant Exp $
;;
*-hpux*)
-@@ -2144,7 +2147,14 @@
+@@ -2175,7 +2178,14 @@
_PTHREAD_LDFLAGS="-lc_r"
fi
;;
diff --git a/www/mozilla/patches/patch-bp b/www/mozilla/patches/patch-bp
index 1e63b6f5392..e69cc85b2ab 100644
--- a/www/mozilla/patches/patch-bp
+++ b/www/mozilla/patches/patch-bp
@@ -1,8 +1,8 @@
-$NetBSD: patch-bp,v 1.1 2003/03/17 16:07:35 taya Exp $
+$NetBSD: patch-bp,v 1.2 2003/11/27 00:03:53 taya Exp $
diff -ru ../Orig/mozilla/other-licenses/libical/src/libical/Makefile.in ./other-licenses/libical/src/libical/Makefile.in
--- ../Orig/mozilla/other-licenses/libical/src/libical/Makefile.in 2003-01-08 13:59:28.000000000 +0900
-+++ ./other-licenses/libical/src/libical/Makefile.in 2003-03-14 16:59:16.000000000 +0900
++++ ./other-licenses/libical/src/libical/Makefile.in 2003-10-16 15:37:49.000000000 +0900
@@ -179,7 +179,7 @@
$(PERL) $(ICALSCRIPTS)/mkrestrictiontable.pl -i $(srcdir)/icalrestriction.c.in \
$(DESIGNDATA)/restrictions.csv > icalrestriction.c
diff --git a/www/mozilla/patches/patch-bq b/www/mozilla/patches/patch-bq
new file mode 100644
index 00000000000..be24271e44b
--- /dev/null
+++ b/www/mozilla/patches/patch-bq
@@ -0,0 +1,14 @@
+$NetBSD: patch-bq,v 1.3 2003/11/27 00:03:53 taya Exp $
+
+diff -ru ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h ./xpcom/io/nsLocalFileUnix.h
+--- ../Orig/mozilla/xpcom/io/nsLocalFileUnix.h 2003-07-19 07:14:16.000000000 +0900
++++ ./xpcom/io/nsLocalFileUnix.h 2003-10-16 15:37:51.000000000 +0900
+@@ -57,7 +57,7 @@
+ #endif
+
+ // so we can statfs on freebsd
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ #define HAVE_SYS_STATFS_H
+ #define STATFS statfs
+ #include <sys/param.h>