summaryrefslogtreecommitdiff
path: root/www/mozilla/patches
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2003-03-17 16:07:32 +0000
committertaya <taya@pkgsrc.org>2003-03-17 16:07:32 +0000
commit054dada29ab46490a6db6da66b9e54e497a521f9 (patch)
treef2f31b46403ecd047a47d41e075491e22dd0cf28 /www/mozilla/patches
parent94f317cad2b8e5e3d02064b1eba537bc1b60fa8e (diff)
downloadpkgsrc-054dada29ab46490a6db6da66b9e54e497a521f9.tar.gz
Update mozilla to 1.3
What's new from release notes * Mozilla Mail has junk-mail classification. With some initial "training" the client can identify and segregate spam messages from good messages. To see more about Mozilla's junk-mail classification, visit the Mozilla Spam Filtering page. * Newsgroup filters have been implemented. * An initial implementation of Mozilla Midas, rich text editing controls, has landed in Mozilla for 1.3. See the Midas page for more information. * Image auto sizing allows a user to toggle between full-sized images and images sized to fit the browser window. To give it a try, load a large image into the browser window or size the window to be much smaller. Now clicking on the image will alternate between auto-sized and full-sized. The feature can be disabled (or enabled) from the Appearance panel in Preferences. * Users can now "dynamically" switch profiles. To give it a try, from the tools menu select "Switch Profile..." * Find as you type, formerly known as type ahead find, has a new preferences panel (Advanced: Keyboard Navigation). * When installed, Chatzilla now has a normal Mozilla preferences panel. * Mozilla 1.3 also includes fixes for performance, standards compliance and site compatibility. * Mozilla has a new splash screen. We already know. Please don't report this to Bugzilla. Thanks
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r--www/mozilla/patches/patch-aa6
-rw-r--r--www/mozilla/patches/patch-ab13
-rw-r--r--www/mozilla/patches/patch-ac15
-rw-r--r--www/mozilla/patches/patch-ad6
-rw-r--r--www/mozilla/patches/patch-ae6
-rw-r--r--www/mozilla/patches/patch-af13
-rw-r--r--www/mozilla/patches/patch-am11
-rw-r--r--www/mozilla/patches/patch-aw6
-rw-r--r--www/mozilla/patches/patch-ba6
-rw-r--r--www/mozilla/patches/patch-bb10
-rw-r--r--www/mozilla/patches/patch-be6
-rw-r--r--www/mozilla/patches/patch-bm6
-rw-r--r--www/mozilla/patches/patch-bn7
-rw-r--r--www/mozilla/patches/patch-bo9
-rw-r--r--www/mozilla/patches/patch-bp14
15 files changed, 74 insertions, 60 deletions
diff --git a/www/mozilla/patches/patch-aa b/www/mozilla/patches/patch-aa
index beb4ce08bd0..805b3be198c 100644
--- a/www/mozilla/patches/patch-aa
+++ b/www/mozilla/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.22 2002/12/04 15:20:28 taya Exp $
+$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 Wed Aug 28 23:42:52 2002
-+++ ./nsprpub/pr/src/pthreads/ptthread.c Wed Nov 13 14:21:15 2002
+--- ../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.
diff --git a/www/mozilla/patches/patch-ab b/www/mozilla/patches/patch-ab
index 4a81f416707..034427904b1 100644
--- a/www/mozilla/patches/patch-ab
+++ b/www/mozilla/patches/patch-ab
@@ -1,8 +1,9 @@
-$NetBSD: patch-ab,v 1.26 2002/12/04 15:20:29 taya Exp $
+$NetBSD: patch-ab,v 1.27 2003/03/17 16:07:34 taya Exp $
---- ../Orig/mozilla/configure.in Sat Nov 30 09:38:24 2002
-+++ ./configure.in Sat Nov 30 09:37:16 2002
-@@ -1068,6 +1068,13 @@
+diff -ru ../Orig/mozilla/configure.in ./configure.in
+--- ../Orig/mozilla/configure.in 2003-03-08 06:25:31.000000000 +0900
++++ ./configure.in 2003-03-14 16:58:39.000000000 +0900
+@@ -1134,6 +1134,13 @@
if test "$LIBRUNPATH"; then
DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
fi
@@ -16,7 +17,7 @@ $NetBSD: patch-ab,v 1.26 2002/12/04 15:20:29 taya Exp $
;;
*-nto*)
-@@ -1425,7 +1432,7 @@
+@@ -1493,7 +1500,7 @@
[siginfo_t* info;],
[ac_cv_siginfo_t=true],
[ac_cv_siginfo_t=false])])
@@ -25,7 +26,7 @@ $NetBSD: patch-ab,v 1.26 2002/12/04 15:20:29 taya Exp $
AC_DEFINE(HAVE_SIGINFO_T)
AC_MSG_RESULT(yes)
else
-@@ -1959,9 +1966,6 @@
+@@ -2037,9 +2044,6 @@
CXXFLAGS="$CXXFLAGS -mt"
fi
;;
diff --git a/www/mozilla/patches/patch-ac b/www/mozilla/patches/patch-ac
index 17b722567c5..d3e53c14a66 100644
--- a/www/mozilla/patches/patch-ac
+++ b/www/mozilla/patches/patch-ac
@@ -1,8 +1,7 @@
-$NetBSD: patch-ac,v 1.18 2002/12/04 15:20:29 taya Exp $
+$NetBSD: patch-ac,v 1.19 2003/03/17 16:07:34 taya Exp $
-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 Tue Sep 24 05:31:30 2002
-+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in Wed Nov 13 14:21:19 2002
+--- ../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 @@
# NetBSD/ARM
#
@@ -21,17 +20,17 @@ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/r
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -286,6 +286,13 @@
- ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc)
+@@ -287,6 +287,13 @@
CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp
ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
-+endif
+ endif
+#
+# NetBSD/SPARC64
+#
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc64)
+CPPSRCS := xptcinvoke_sparc64_netbsd.cpp xptcstubs_sparc64_netbsd.cpp
+ASFILES := xptcinvoke_asm_sparc64_netbsd.s xptcstubs_asm_sparc64_netbsd.s
- endif
++endif
#
# Solaris/SPARC
+ #
diff --git a/www/mozilla/patches/patch-ad b/www/mozilla/patches/patch-ad
index e2ccf31cc99..69c1e099e32 100644
--- a/www/mozilla/patches/patch-ad
+++ b/www/mozilla/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.23 2002/12/04 15:20:29 taya Exp $
+$NetBSD: patch-ad,v 1.24 2003/03/17 16:07:34 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 Sat Sep 29 05:12:51 2001
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp Wed Nov 13 14:21:20 2002
+--- ../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
@@ -132,6 +132,15 @@
}
}
diff --git a/www/mozilla/patches/patch-ae b/www/mozilla/patches/patch-ae
index f17a4f93042..d4d36880fa0 100644
--- a/www/mozilla/patches/patch-ae
+++ b/www/mozilla/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.14 2002/12/04 15:20:29 taya Exp $
+$NetBSD: patch-ae,v 1.15 2003/03/17 16:07:34 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 Sat Sep 29 05:12:52 2001
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp Wed Nov 13 14:21:22 2002
+--- ../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
@@ -123,17 +123,27 @@
}
}
diff --git a/www/mozilla/patches/patch-af b/www/mozilla/patches/patch-af
index e9f6c82c313..29100e8e602 100644
--- a/www/mozilla/patches/patch-af
+++ b/www/mozilla/patches/patch-af
@@ -1,11 +1,8 @@
-$NetBSD: patch-af,v 1.14 2003/02/12 00:55:49 atatat Exp $
+$NetBSD: patch-af,v 1.15 2003/03/17 16:07:34 taya Exp $
-Re-open stdin on /dev/null before executing netstat. netstat is a
-setgid program that should not be executed with stdin closed,
-regardless of whether the kernel will cover up for you or not.
-
---- security/nss/lib/freebl/unix_rand.c.orig Tue Apr 9 23:27:23 2002
-+++ security/nss/lib/freebl/unix_rand.c Wed Jun 12 09:20:47 2002
+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
@@ -32,6 +32,7 @@
*/
@@ -14,7 +11,7 @@ regardless of whether the kernel will cover up for you or not.
#include <string.h>
#include <signal.h>
#include <unistd.h>
-@@ -678,7 +679,11 @@
+@@ -691,7 +692,11 @@
/* dup write-side of pipe to stderr and stdout */
if (p[1] != 1) dup2(p[1], 1);
if (p[1] != 2) dup2(p[1], 2);
diff --git a/www/mozilla/patches/patch-am b/www/mozilla/patches/patch-am
index 380041aa4e6..48d39fb60b9 100644
--- a/www/mozilla/patches/patch-am
+++ b/www/mozilla/patches/patch-am
@@ -1,8 +1,9 @@
-$NetBSD: patch-am,v 1.9 2003/01/19 20:22:22 tron Exp $
+$NetBSD: patch-am,v 1.10 2003/03/17 16:07:35 taya Exp $
---- nsprpub/pr/src/pthreads/ptio.c.orig Sun Jan 19 18:55:37 2003
-+++ nsprpub/pr/src/pthreads/ptio.c Sun Jan 19 18:57:31 2003
-@@ -192,7 +192,7 @@
+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 @@
#elif defined(IRIX) || defined(OSF1) || defined(AIX) || defined(HPUX) \
|| defined(LINUX) || defined(FREEBSD) || defined(BSDI) || defined(VMS) \
|| defined(NTO) || defined(OPENBSD) || defined(DARWIN) \
@@ -11,7 +12,7 @@ $NetBSD: patch-am,v 1.9 2003/01/19 20:22:22 tron Exp $
#define _PRSockOptVal_t void *
#else
#error "Cannot determine architecture"
-@@ -3426,6 +3426,15 @@
+@@ -3428,6 +3428,15 @@
if (osfd == -1) pt_MapError(_PR_MD_MAP_SOCKET_ERROR, errno);
else
{
diff --git a/www/mozilla/patches/patch-aw b/www/mozilla/patches/patch-aw
index da66e4c3cbb..0a89e6195f1 100644
--- a/www/mozilla/patches/patch-aw
+++ b/www/mozilla/patches/patch-aw
@@ -1,8 +1,8 @@
-$NetBSD: patch-aw,v 1.14 2002/12/04 15:20:29 taya Exp $
+$NetBSD: patch-aw,v 1.15 2003/03/17 16:07:35 taya Exp $
diff -ru ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in ./widget/src/gtksuperwin/Makefile.in
---- ../Orig/mozilla/widget/src/gtksuperwin/Makefile.in Sat Oct 27 14:49:19 2001
-+++ ./widget/src/gtksuperwin/Makefile.in Wed Nov 13 14:21:31 2002
+--- ../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
@@ -25,6 +25,7 @@
MODULE = widget
LIBRARY_NAME = gtksuperwin
diff --git a/www/mozilla/patches/patch-ba b/www/mozilla/patches/patch-ba
index 8156c627cfc..f5e1fce825b 100644
--- a/www/mozilla/patches/patch-ba
+++ b/www/mozilla/patches/patch-ba
@@ -1,8 +1,8 @@
-$NetBSD: patch-ba,v 1.12 2002/12/04 15:20:30 taya Exp $
+$NetBSD: patch-ba,v 1.13 2003/03/17 16:07:35 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 Sat Dec 2 06:29:17 2000
-+++ ./nsprpub/pr/include/md/_netbsd.cfg Wed Nov 13 14:21:32 2002
+--- ../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
@@ -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 40b1537f539..e7373dea51e 100644
--- a/www/mozilla/patches/patch-bb
+++ b/www/mozilla/patches/patch-bb
@@ -1,8 +1,8 @@
-$NetBSD: patch-bb,v 1.12 2002/12/04 15:20:30 taya Exp $
+$NetBSD: patch-bb,v 1.13 2003/03/17 16:07:35 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 Fri Dec 29 02:04:04 2000
-+++ ./nsprpub/pr/include/md/_netbsd.h Wed Nov 13 14:21:34 2002
+--- ../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
@@ -48,12 +48,20 @@
#define _PR_SI_ARCHITECTURE "m68k"
#elif defined(__powerpc__)
@@ -24,7 +24,7 @@ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md
#endif
#if defined(__ELF__)
-@@ -106,7 +114,17 @@
+@@ -107,7 +115,17 @@
}
#define _MD_GET_SP(_thread) CONTEXT(_thread)[2]
#endif
@@ -43,7 +43,7 @@ diff -ru ../Orig/mozilla/nsprpub/pr/include/md/_netbsd.h ./nsprpub/pr/include/md
#define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
{ \
sigsetjmp(CONTEXT(_thread), 1); \
-@@ -148,7 +166,7 @@
+@@ -149,7 +167,7 @@
}
#define _MD_GET_SP(_thread) CONTEXT(_thread)[32]
#endif
diff --git a/www/mozilla/patches/patch-be b/www/mozilla/patches/patch-be
index 6e3b7423f99..761512d94c0 100644
--- a/www/mozilla/patches/patch-be
+++ b/www/mozilla/patches/patch-be
@@ -1,8 +1,8 @@
-$NetBSD: patch-be,v 1.10 2002/12/04 15:20:30 taya Exp $
+$NetBSD: patch-be,v 1.11 2003/03/17 16:07:35 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 Wed Jun 12 05:08:07 2002
-+++ ./nsprpub/pr/src/io/prsocket.c Wed Nov 13 14:21:39 2002
+--- ../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
@@ -1299,6 +1299,15 @@
if (osfd == -1) {
return 0;
diff --git a/www/mozilla/patches/patch-bm b/www/mozilla/patches/patch-bm
index 226509ec609..02b19be79a3 100644
--- a/www/mozilla/patches/patch-bm
+++ b/www/mozilla/patches/patch-bm
@@ -1,8 +1,8 @@
-$NetBSD: patch-bm,v 1.2 2002/12/04 15:20:31 taya Exp $
+$NetBSD: patch-bm,v 1.3 2003/03/17 16:07:35 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 Sat Sep 29 05:12:52 2001
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp Wed Nov 13 14:21:46 2002
+--- ../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
@@ -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 81e7226c94a..3bf9d6d2f8d 100644
--- a/www/mozilla/patches/patch-bn
+++ b/www/mozilla/patches/patch-bn
@@ -1,7 +1,8 @@
-$NetBSD: patch-bn,v 1.1 2002/12/11 12:00:36 he Exp $
+$NetBSD: patch-bn,v 1.2 2003/03/17 16:07:35 taya Exp $
---- xpcom/io/nsNativeCharsetUtils.cpp.orig Sun Oct 6 05:42:55 2002
-+++ xpcom/io/nsNativeCharsetUtils.cpp
+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 @@
{
const char *blank_list[] = { "", NULL };
diff --git a/www/mozilla/patches/patch-bo b/www/mozilla/patches/patch-bo
index 56ba833a33e..b8a5ce104ac 100644
--- a/www/mozilla/patches/patch-bo
+++ b/www/mozilla/patches/patch-bo
@@ -1,8 +1,9 @@
-$NetBSD: patch-bo,v 1.1 2003/02/02 08:08:05 taya Exp $
+$NetBSD: patch-bo,v 1.2 2003/03/17 16:07:35 taya Exp $
---- ../Orig/mozilla/nsprpub/configure.in 2002-09-26 21:46:25.000000000 +0900
-+++ ./nsprpub/configure.in 2003-01-31 00:45:26.000000000 +0900
-@@ -2127,7 +2127,14 @@
+diff -ru ../Orig/mozilla/nsprpub/configure.in ./nsprpub/configure.in
+--- ../Orig/mozilla/nsprpub/configure.in 2003-01-21 05:49:52.000000000 +0900
++++ ./nsprpub/configure.in 2003-03-14 16:59:14.000000000 +0900
+@@ -2144,7 +2144,14 @@
_PTHREAD_LDFLAGS="-lc_r"
fi
;;
diff --git a/www/mozilla/patches/patch-bp b/www/mozilla/patches/patch-bp
new file mode 100644
index 00000000000..1e63b6f5392
--- /dev/null
+++ b/www/mozilla/patches/patch-bp
@@ -0,0 +1,14 @@
+$NetBSD: patch-bp,v 1.1 2003/03/17 16:07:35 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
+@@ -179,7 +179,7 @@
+ $(PERL) $(ICALSCRIPTS)/mkrestrictiontable.pl -i $(srcdir)/icalrestriction.c.in \
+ $(DESIGNDATA)/restrictions.csv > icalrestriction.c
+
+-ifneq (,$(filter BeOS Darwin OpenVMS,$(OS_ARCH)))
++ifneq (,$(filter BeOS Darwin OpenVMS NetBSD,$(OS_ARCH)))
+ DEFINES += -D__USE_BSD=1
+ endif
+