summaryrefslogtreecommitdiff
path: root/time/sunbird/patches
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-10-12 13:42:34 +0000
committerghen <ghen@pkgsrc.org>2006-10-12 13:42:34 +0000
commitb549fe1ecaa7d0a1e4664de0ce108056ca2bbc9a (patch)
treeea8dbb4c8e6166c1114002296ce61542f5096bd2 /time/sunbird/patches
parent869b1ea6b99aeecada0f63cf3f4467fbfd25be8f (diff)
downloadpkgsrc-b549fe1ecaa7d0a1e4664de0ce108056ca2bbc9a.tar.gz
http://www.mozilla.org/projects/calendar/releases/sunbird0.3.html
What's New in Mozilla Sunbird 0.3 Mozilla Sunbird 0.3 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. * New storage architecture handles calendars with hundreds or thousands of events more responsively. * More intuitive interface shows you more of what you need, and less of what you don't. * Redesigned preferences allow you to easily customize Sunbird for your needs. * Add-ons support allows you to extend Sunbird's functionality with extensions, themes, and language packs from addons.mozilla.org. * New Windows installer makes it easier than ever for Windows users to install Sunbird. * Better printing gives you more ways to print your calendars. Mac users can now print as well! * 24-hour views show you your entire day, not just a few hours. * Reliable alarms ensure you are notified about events or tasks. * Improved localization support means Sunbird can easily install, enable, and disable language packs. * Vastly improved reliability makes it much more difficult to lose data. * Many performance improvements Release Date: October 11, 2006
Diffstat (limited to 'time/sunbird/patches')
-rw-r--r--time/sunbird/patches/patch-af6
-rw-r--r--time/sunbird/patches/patch-dd13
-rw-r--r--time/sunbird/patches/patch-dj13
-rw-r--r--time/sunbird/patches/patch-dk13
-rw-r--r--time/sunbird/patches/patch-dl13
-rw-r--r--time/sunbird/patches/patch-dm13
-rw-r--r--time/sunbird/patches/patch-dp14
-rw-r--r--time/sunbird/patches/patch-dq23
8 files changed, 3 insertions, 105 deletions
diff --git a/time/sunbird/patches/patch-af b/time/sunbird/patches/patch-af
index eb52387b181..ccb38695192 100644
--- a/time/sunbird/patches/patch-af
+++ b/time/sunbird/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.2 2006/06/27 11:11:52 joerg Exp $
+$NetBSD: patch-af,v 1.3 2006/10/12 13:42:34 ghen Exp $
--- security/nss/lib/freebl/unix_rand.c.orig 2006-04-04 01:01:51.000000000 +0000
+++ security/nss/lib/freebl/unix_rand.c
@@ -10,8 +10,8 @@ $NetBSD: patch-af,v 1.2 2006/06/27 11:11:52 joerg Exp $
#include <string.h>
#include <signal.h>
#include <unistd.h>
-@@ -81,7 +82,8 @@ static size_t CopyLowBits(void *dst, siz
- }
+@@ -183,7 +183,8 @@ static SECStatus RNG_kstat(PRUint32* fed
+ #endif
#if defined(SCO) || defined(UNIXWARE) || defined(BSDI) || defined(FREEBSD) \
- || defined(NETBSD) || defined(NTO) || defined(DARWIN) || defined(OPENBSD)
diff --git a/time/sunbird/patches/patch-dd b/time/sunbird/patches/patch-dd
deleted file mode 100644
index 789525333de..00000000000
--- a/time/sunbird/patches/patch-dd
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-dd,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
---- content/xslt/src/base/txDouble.cpp.orig 2006-06-26 13:36:02.000000000 +0000
-+++ content/xslt/src/base/txDouble.cpp
-@@ -50,7 +50,7 @@
- */
-
- //A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) || defined(__DragonFly__)
- #include <ieeefp.h>
- #ifdef __alpha__
- fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP;
diff --git a/time/sunbird/patches/patch-dj b/time/sunbird/patches/patch-dj
deleted file mode 100644
index a219d027ebc..00000000000
--- a/time/sunbird/patches/patch-dj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-dj,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
---- ef/Exports/md/jni_md.h.orig 2006-06-26 13:55:06.000000000 +0000
-+++ ef/Exports/md/jni_md.h
-@@ -27,7 +27,7 @@ typedef long jint;
- typedef __int64 jlong;
- typedef signed char jbyte;
-
--#elif defined(LINUX) || defined(FREEBSD)
-+#elif defined(LINUX) || defined(FREEBSD) || defined(DRAGONFLY)
- #define JNIEXPORT
- #define JNIIMPORT
- #define JNICALL(returnType) __attribute__((stdcall)) returnType
diff --git a/time/sunbird/patches/patch-dk b/time/sunbird/patches/patch-dk
deleted file mode 100644
index a828710df92..00000000000
--- a/time/sunbird/patches/patch-dk
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-dk,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
---- ef/Runtime/System/Thread.cpp.orig 2006-06-26 13:55:26.000000000 +0000
-+++ ef/Runtime/System/Thread.cpp
-@@ -31,7 +31,7 @@
-
- #ifdef _WIN32
- #include "md/x86/x86Win32Thread.h"
--#elif defined LINUX || defined FREEBSD || defined NETBSD
-+#elif defined LINUX || defined FREEBSD || defined NETBSD || defined DRAGONFLY
- #include "x86UnixishThread.h"
- #else
-
diff --git a/time/sunbird/patches/patch-dl b/time/sunbird/patches/patch-dl
deleted file mode 100644
index 6a88a95745b..00000000000
--- a/time/sunbird/patches/patch-dl
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-dl,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
---- ef/Runtime/System/Thread.h.orig 2006-06-26 14:02:15.000000000 +0000
-+++ ef/Runtime/System/Thread.h
-@@ -36,7 +36,7 @@ typedef CONTEXT ThreadContext;
- typedef void* HANDLE;
- typedef struct sigcontext ThreadContext;
-
--#elif defined (__FreeBSD__) || defined (__NetBSD__)
-+#elif defined (__FreeBSD__) || defined (__NetBSD__) || defined(__DragonFly__)
-
- #include <machine/signal.h>
-
diff --git a/time/sunbird/patches/patch-dm b/time/sunbird/patches/patch-dm
deleted file mode 100644
index 1839796406c..00000000000
--- a/time/sunbird/patches/patch-dm
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-dm,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
---- ef/Runtime/System/md/x86/x86UnixishThread.cpp.orig 2006-06-26 14:02:43.000000000 +0000
-+++ ef/Runtime/System/md/x86/x86UnixishThread.cpp
-@@ -36,7 +36,7 @@
- #include "NativeCodeCache.h"
- #include "Exceptions.h"
-
--#if defined( FREEBSD ) || defined ( NETBSD )
-+#if defined( FREEBSD ) || defined ( NETBSD ) || defined(DRAGONFLY)
-
- #define CONTEXT_EBP(ctxt) ctxt.sc_ebp
- #define CONTEXT_EIP(ctxt) ctxt.sc_eip
diff --git a/time/sunbird/patches/patch-dp b/time/sunbird/patches/patch-dp
deleted file mode 100644
index 13c2b64e4f7..00000000000
--- a/time/sunbird/patches/patch-dp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-dp,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
-diff -ruN ../Orig/mozilla/gc/boehm/gcconfig.h ./gc/boehm/gcconfig.h
---- ../Orig/mozilla/gc/boehm/gcconfig.h 2000-08-11 09:13:36.000000000 +0900
-+++ ./gc/boehm/gcconfig.h 2005-12-04 19:44:25.000000000 +0900
-@@ -183,7 +183,7 @@
- # define OPENBSD
- # define mach_type_known
- # endif
--# if defined(__FreeBSD__) && defined(i386)
-+# if (defined(__FreeBSD__) || defined(__DragonFly__)) && defined(i386)
- # define I386
- # define FREEBSD
- # define mach_type_known
diff --git a/time/sunbird/patches/patch-dq b/time/sunbird/patches/patch-dq
deleted file mode 100644
index e9d02840922..00000000000
--- a/time/sunbird/patches/patch-dq
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-dq,v 1.1 2006/06/27 11:11:52 joerg Exp $
-
-diff -ruN ../Orig/mozilla/gc/boehm/mach_dep.c ./gc/boehm/mach_dep.c
---- ../Orig/mozilla/gc/boehm/mach_dep.c 1999-09-30 11:25:45.000000000 +0900
-+++ ./gc/boehm/mach_dep.c 2005-12-04 19:44:28.000000000 +0900
-@@ -206,7 +206,7 @@
- && !defined(SCO) && !defined(SCO_ELF) \
- && !(defined(LINUX) && defined(__ELF__)) \
- && !(defined(__FreeBSD__) && defined(__ELF__)) \
-- && !defined(DOS4GW)
-+ && !defined(DOS4GW) && !(defined(__DragonFly__) && defined(__ELF__))
- /* I386 code, generic code does not appear to work */
- /* It does appear to work under OS2, and asms dont */
- /* This is used for some 38g UNIX variants and for CYGWIN32 */
-@@ -220,7 +220,7 @@
- # endif
-
- # if ( defined(I386) && defined(LINUX) && defined(__ELF__) ) \
-- || ( defined(I386) && defined(__FreeBSD__) && defined(__ELF__) )
-+ || ( defined(I386) && (defined(__FreeBSD__) || defined(__DragonFly__)) && defined(__ELF__) )
-
- /* This is modified for Linux with ELF (Note: _ELF_ only) */
- /* This section handles FreeBSD with ELF. */