summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2007-05-12 06:53:21 +0000
committerghen <ghen@pkgsrc.org>2007-05-12 06:53:21 +0000
commitc73f6c7f3a7ef0d3c1bc8fe09a02a9a6459466e8 (patch)
tree8531dd7f48bf149d5d7d17c12622c6ab891a6eb7 /mail/thunderbird/patches
parent3ad40bed5c8fccea821187f887cb95bebb53a5c0 (diff)
downloadpkgsrc-c73f6c7f3a7ef0d3c1bc8fe09a02a9a6459466e8.tar.gz
Update to Thunderbird 2.0.0.0.
What's New in Thunderbird 2 * Message Tags: Create your own tags for organizing email. Messages can be assigned any number of tags. Tags can be combined with saved searches and mail views to make it easier to organize email. * Visual Theme: Thunderbird 2's theme and user interface have been updated to improve usability and maximize screen real estate. * Session History Navigation: Back and Forward buttons allow navigation through message history. * Advanced Folder Views: Customize the folder pane to show favorite, unread or recent folders. * Easy Access to Popular Web Mail Services: Gmail and .Mac users can access their accounts in Thunderbird by simply providing their user names and passwords. * Improved Support For Extensions: Extensions can now add custom columns to the message list pane in addition to storing custom message data in the mail database. * Improved New Mail Notification Alerts: New mail alerts include information such as the subject, sender and message preview text. * Folder Summary Popups: Mouse over a folder with new messages to see a summary of the new messages in that folder. * Saved Search Folder Performance: Search results for saved search folders are now cached, improving folder loading performance. * Find As You Type: Finds and highlights message text as you type. * Improved Filing Tools: Recent folder menu items for moving and copying messages to recently used folders. Move / Copy again functionality. * Updates to the Extension System: The extension system has been updated to provide enhanced security and to allow for easier localization of extensions. The Rumbling Edge has a more detailed list of notable bug fixes: http://weblogs.mozillazine.org/rumblingedge/archives/2007/03/tb_2.html
Diffstat (limited to 'mail/thunderbird/patches')
-rw-r--r--mail/thunderbird/patches/patch-ab36
-rw-r--r--mail/thunderbird/patches/patch-at36
2 files changed, 11 insertions, 61 deletions
diff --git a/mail/thunderbird/patches/patch-ab b/mail/thunderbird/patches/patch-ab
index bfc5f1d36e9..81c7da8d0f3 100644
--- a/mail/thunderbird/patches/patch-ab
+++ b/mail/thunderbird/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.9 2006/04/23 14:14:07 ghen Exp $
+$NetBSD: patch-ab,v 1.10 2007/05/12 06:53:22 ghen Exp $
---- configure.in.orig 2006-04-19 18:33:30.000000000 +0200
+--- configure.in.orig 2007-03-14 02:00:50.000000000 +0100
+++ configure.in
-@@ -1399,7 +1399,6 @@ case "$target" in
+@@ -1433,7 +1433,6 @@ case "$target" in
DSO_LDOPTS=''
STRIP="$STRIP -x -S"
_PLATFORM_DEFAULT_TOOLKIT='mac'
@@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.9 2006/04/23 14:14:07 ghen Exp $
TARGET_NSPR_MDCPUCFG='\"md/_darwin.cfg\"'
# set MACOSX to generate lib/mac/MoreFiles/Makefile
MACOSX=1
-@@ -1418,7 +1417,7 @@ case "$target" in
+@@ -1452,7 +1451,7 @@ case "$target" in
LDFLAGS=$_SAVE_LDFLAGS
;;
@@ -19,7 +19,7 @@ $NetBSD: patch-ab,v 1.9 2006/04/23 14:14:07 ghen Exp $
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` != "elf"; then
DLL_SUFFIX=".so.1.0"
DSO_LDOPTS="-shared"
-@@ -1432,6 +1431,9 @@ case "$target" in
+@@ -1466,6 +1465,9 @@ case "$target" in
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@@ -29,30 +29,16 @@ $NetBSD: patch-ab,v 1.9 2006/04/23 14:14:07 ghen Exp $
;;
*-hpux*)
-@@ -1826,6 +1828,13 @@ case "$target" in
- if test "$LIBRUNPATH"; then
- DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
- fi
-+
-+ case "${target_cpu}" in
-+ alpha*)
-+ CFLAGS="$CFLAGS -mieee"
-+ CXXFLAGS="$CXXFLAGS -mieee"
-+ ;;
-+ esac
- ;;
-
- *-nto*)
-@@ -2051,7 +2060,7 @@ dnl the qsort routine under solaris is f
- MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -Wl,-z -Wl,muldefs -o $@'
+@@ -2136,7 +2138,7 @@ dnl the qsort routine under solaris is f
+ MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -Wl,-z -Wl,muldefs -h $@ -o $@'
MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract'
MKSHLIB_UNFORCE_ALL=''
-- DSO_LDOPTS='-G -Qoption ld -z,muldefs -h $@'
-+ DSO_LDOPTS='-G -z muldefs -h $@'
+- DSO_LDOPTS='-G -Qoption ld -z,muldefs'
++ DSO_LDOPTS='-G -z,muldefs'
AR_LIST="$AR t"
AR_EXTRACT="$AR x"
AR_DELETE="$AR d"
-@@ -2711,7 +2720,7 @@ then
+@@ -2836,7 +2838,7 @@ then
fi
case "$target" in
@@ -61,7 +47,7 @@ $NetBSD: patch-ab,v 1.9 2006/04/23 14:14:07 ghen Exp $
AC_DEFINE(_REENTRANT)
AC_DEFINE(_THREAD_SAFE)
dnl -pthread links in -lc_r, so don't specify it explicitly.
-@@ -5279,7 +5288,7 @@ dnl ====================================
+@@ -5638,7 +5640,7 @@ dnl ====================================
dnl = Enable code optimization. ON by default.
dnl ========================================================
if test -z "$MOZ_OPTIMIZE_FLAGS"; then
diff --git a/mail/thunderbird/patches/patch-at b/mail/thunderbird/patches/patch-at
deleted file mode 100644
index 864d6b219dd..00000000000
--- a/mail/thunderbird/patches/patch-at
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-at,v 1.1 2006/10/23 10:49:34 markd Exp $
-
---- directory/c-sdk/ldap/libraries/libprldap/ldappr-io.c.orig 2006-05-25 11:38:04.000000000 +1200
-+++ directory/c-sdk/ldap/libraries/libprldap/ldappr-io.c
-@@ -292,12 +292,12 @@ prldap_try_one_address( struct lextiof_s
- * Set up address and open a TCP socket:
- */
- if ( PR_SUCCESS != PR_SetNetAddr( PR_IpAddrNull, /* don't touch IP addr. */
-- PRLDAP_DEFAULT_ADDRESS_FAMILY, (PRUint16)port, addrp )) {
-+ PR_NetAddrFamily( addrp ), (PRUint16)port, addrp )) {
- return( -1 );
- }
-
- if (( prsockp->prsock_prfd = PR_OpenTCPSocket(
-- PRLDAP_DEFAULT_ADDRESS_FAMILY )) == NULL ) {
-+ PR_NetAddrFamily( addrp ))) == NULL ) {
- return( -1 );
- }
-
-@@ -390,14 +390,14 @@ prldap_connect( const char *hostlist, in
-
- if ( PR_SUCCESS == PR_StringToNetAddr( host, &addr )) {
-
-- if ( PRLDAP_DEFAULT_ADDRESS_FAMILY == PR_AF_INET6 &&
-+ /*if ( PRLDAP_DEFAULT_ADDRESS_FAMILY == PR_AF_INET6 &&
- PR_AF_INET == PR_NetAddrFamily( &addr )) {
- PRUint32 ipv4ip = addr.inet.ip;
- memset( &addr, 0, sizeof(addr));
- PR_ConvertIPv4AddrToIPv6( ipv4ip, &addr.ipv6.ip );
- addr.ipv6.family = PR_AF_INET6;
-
-- }
-+ }*/
- rc = prldap_try_one_address( prsockp, &addr, port,
- timeout, options );
- } else {