pkgsrc/mail/thunderbird/patches/patch-bb
ghen 778eb32ada Update to Thunderbird 1.5.
What's new:
    * Automated update to streamline product upgrades. Notification of an
      update is more prominent, and updates to Thunderbird may now be half a
      megabyte or smaller. Updating extensions has also improved.
    * Sort address autocomplete results by how often you send e-mail to each recipient.
    * Spell check as you type.
    * Saved Search Folders can now search across multiple accounts.
    * Built in phishing detector to help protect users against email scams.
    * Podcasting and other RSS Improvements.
    * Deleting attachments from messages.
    * Integration with server side spam filtering.
    * Reply and forward actions for message filters.
    * Kerberos Authentication.
    * Auto save as draft for mail composition.
    * Message aging.
    * Filters for Global Inbox.
    * Improvements to product usability including redesigned options interface,
      and SMTP server management.
    * Many security enhancements.
For a more detailed list of changes, see http://weblogs.mozillazine.org/rumblingedge/archives/2006/01/1-5.html

Ok with wiz.
2006-02-05 14:49:05 +00:00

26 lines
672 B
Text

$NetBSD: patch-bb,v 1.4 2006/02/05 14:49:05 ghen Exp $
--- nsprpub/pr/include/md/_netbsd.h.orig 2006-02-02 13:52:50.000000000 +0100
+++ nsprpub/pr/include/md/_netbsd.h
@@ -44,6 +44,8 @@
#define _PR_SI_ARCHITECTURE "x86"
#elif defined(__alpha__)
#define _PR_SI_ARCHITECTURE "alpha"
+#elif defined(__amd64__)
+#define _PR_SI_ARCHITECTURE "amd64"
#elif defined(__m68k__)
#define _PR_SI_ARCHITECTURE "m68k"
#elif defined(__powerpc__)
@@ -95,6 +97,12 @@
#define _PR_HAVE_GETPROTO_R_INT
#endif
+#if __NetBSD_Version__ >= 106370000
+/* NetBSD 1.6ZK */
+#define _PR_HAVE_GETPROTO_R
+#define _PR_HAVE_GETPROTO_R_INT
+#endif
+
#define USE_SETJMP
#ifndef _PR_PTHREADS