diff options
author | adam <adam@pkgsrc.org> | 2010-09-07 19:12:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-07 19:12:02 +0000 |
commit | c979f0f392739f868a6adfb704a3c3a864350d05 (patch) | |
tree | efdf339416443fe4c3bc927362c1d5c965709922 /mail/balsa/patches | |
parent | 660a6fa1b0ff094ee5551b2416252b9391407d29 (diff) | |
download | pkgsrc-c979f0f392739f868a6adfb704a3c3a864350d05.tar.gz |
Changes 2.4.8:
* QUOTA and MYRIGHTS IMAP extension support.
* IMAP compression (COMPRESS=DEFLATE) when supported by server
* making opening attachment easier by saving them in a directory
* downloadable images when using Webkit html widget
* faster opening of the compose window.
* text searching enabled in the WebKit html viewer.
* options to hide toolbars and other parts of the UI (useful on netbooks etc).
* For laptop/wifi users: not trying to reach POP3 servers while disconnected,
and instead checking immediately on reconnection.
* infinite loop avoided.
* avoid crashes when manually verifing GPG signature.
Diffstat (limited to 'mail/balsa/patches')
-rw-r--r-- | mail/balsa/patches/patch-aa | 16 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ab | 14 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ac | 6 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ad | 13 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ae | 13 | ||||
-rw-r--r-- | mail/balsa/patches/patch-af | 13 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ag | 16 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ah | 12 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ai | 12 | ||||
-rw-r--r-- | mail/balsa/patches/patch-aj | 12 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ak | 6 | ||||
-rw-r--r-- | mail/balsa/patches/patch-ba | 8 |
12 files changed, 29 insertions, 112 deletions
diff --git a/mail/balsa/patches/patch-aa b/mail/balsa/patches/patch-aa index 77cd26c3e7f..51a2002ccd0 100644 --- a/mail/balsa/patches/patch-aa +++ b/mail/balsa/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.14 2008/10/29 00:18:51 wiz Exp $ +$NetBSD: patch-aa,v 1.15 2010/09/07 19:12:03 adam Exp $ ---- configure.orig 2008-09-05 18:19:20.000000000 +0000 +--- configure.orig 2010-08-21 20:53:36.000000000 +0000 +++ configure -@@ -8452,7 +8452,7 @@ if test "${ac_cv_lib_esmtp_smtp_start_se - echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16317,7 +16317,7 @@ if test "${ac_cv_lib_esmtp_smtp_start_se + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" @@ -11,8 +11,8 @@ $NetBSD: patch-aa,v 1.14 2008/10/29 00:18:51 wiz Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -8521,7 +8521,7 @@ if test "${ac_cv_lib_esmtp_smtp_option_r - echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16390,7 +16390,7 @@ if test "${ac_cv_lib_esmtp_smtp_option_r + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" @@ -20,8 +20,8 @@ $NetBSD: patch-aa,v 1.14 2008/10/29 00:18:51 wiz Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -8600,7 +8600,7 @@ if test "${ac_cv_lib_esmtp_smtp_starttls - echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16473,7 +16473,7 @@ if test "${ac_cv_lib_esmtp_smtp_starttls + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" diff --git a/mail/balsa/patches/patch-ab b/mail/balsa/patches/patch-ab index 5612fd19ed2..cfcd6451e03 100644 --- a/mail/balsa/patches/patch-ab +++ b/mail/balsa/patches/patch-ab @@ -1,14 +1,12 @@ -$NetBSD: patch-ab,v 1.9 2007/09/20 20:50:51 wiz Exp $ +$NetBSD: patch-ab,v 1.10 2010/09/07 19:12:03 adam Exp $ ---- src/threads.h.orig 2003-01-25 23:04:31.000000000 +1000 +--- src/threads.h.orig 2009-08-30 09:03:26.000000000 +0000 +++ src/threads.h -@@ -21,6 +21,9 @@ - - #ifndef __THREADS_H__ +@@ -23,6 +23,7 @@ #define __THREADS_H__ -+ + + #include <unistd.h> +#include <pthread.h> -+ + /* FIXME: mailbox_lock is really an internal libbalsa mutex. */ extern pthread_mutex_t mailbox_lock; - diff --git a/mail/balsa/patches/patch-ac b/mail/balsa/patches/patch-ac index 7469641c8eb..83f5f48fbbe 100644 --- a/mail/balsa/patches/patch-ac +++ b/mail/balsa/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.3 2007/09/20 20:50:51 wiz Exp $ +$NetBSD: patch-ac,v 1.4 2010/09/07 19:12:03 adam Exp $ ---- sounds/Makefile.in.orig 2004-11-20 20:58:54.000000000 +0000 +--- sounds/Makefile.in.orig 2010-08-21 20:53:37.000000000 +0000 +++ sounds/Makefile.in -@@ -227,7 +227,7 @@ target_alias = @target_alias@ +@@ -261,7 +261,7 @@ top_srcdir = @top_srcdir@ balsa_SOUNDS = startup.wav newmail.wav balsasoundsdir = $(datadir)/sounds/balsa balsasounds_DATA = $(balsa_SOUNDS) diff --git a/mail/balsa/patches/patch-ad b/mail/balsa/patches/patch-ad deleted file mode 100644 index 02243188ec6..00000000000 --- a/mail/balsa/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2008/10/29 00:18:51 wiz Exp $ - ---- src/print-gtk.c.orig 2007-10-13 19:33:49.000000000 +0000 -+++ src/print-gtk.c -@@ -377,7 +377,7 @@ get_default_user_units(void) - */ - gchar *e = _("default:mm"); - --#ifdef HAVE_LANGINFO -+#if defined(HAVE_LANGINFO) && defined(_NL_MEASUREMENT_MEASUREMENT) - gchar *imperial = NULL; - - imperial = nl_langinfo(_NL_MEASUREMENT_MEASUREMENT); diff --git a/mail/balsa/patches/patch-ae b/mail/balsa/patches/patch-ae deleted file mode 100644 index 9c06eb23625..00000000000 --- a/mail/balsa/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2007/09/20 20:50:52 wiz Exp $ - ---- libbalsa/filter-file.c.orig 2004-10-30 09:35:58.000000000 +0000 -+++ libbalsa/filter-file.c -@@ -30,7 +30,7 @@ - #include "config.h" - - /* define _XOPEN_SOURCE to make strptime visible */ --#define _XOPEN_SOURCE -+#define _XOPEN_SOURCE 600 - /* extensions needed additonally on Solaris for strptime */ - #define __EXTENSIONS__ - #include <stdlib.h> diff --git a/mail/balsa/patches/patch-af b/mail/balsa/patches/patch-af deleted file mode 100644 index 2908c5718f4..00000000000 --- a/mail/balsa/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1 2007/09/20 20:50:52 wiz Exp $ - ---- src/filter-edit-callbacks.c.orig 2003-07-25 20:01:17.000000000 +0200 -+++ src/filter-edit-callbacks.c 2003-07-25 20:01:30.000000000 +0200 -@@ -25,7 +25,7 @@ - - #include "config.h" - --#define _XOPEN_SOURCE /* glibc2 needs this */ -+#define _XOPEN_SOURCE 600 /* glibc2 needs this */ - /* yellow dog has crappy libc and needs pthread.h to be included here */ - #ifdef BALSA_USE_THREADS - # include <pthread.h> diff --git a/mail/balsa/patches/patch-ag b/mail/balsa/patches/patch-ag index 1f7b783f857..7017ca2ccf3 100644 --- a/mail/balsa/patches/patch-ag +++ b/mail/balsa/patches/patch-ag @@ -1,18 +1,12 @@ -$NetBSD: patch-ag,v 1.3 2008/10/29 00:18:51 wiz Exp $ +$NetBSD: patch-ag,v 1.4 2010/09/07 19:12:03 adam Exp $ ---- libbalsa/imap/imap-handle.c.orig 2008-09-07 18:20:03.000000000 +0000 +--- libbalsa/imap/imap-handle.c.orig 2010-08-13 19:15:36.000000000 +0000 +++ libbalsa/imap/imap-handle.c -@@ -20,9 +20,13 @@ - +@@ -21,6 +21,7 @@ #define _POSIX_C_SOURCE 199506L #define _XOPEN_SOURCE 500 -+#define _NETBSD_SOURCE 1 + #define _BSD_SOURCE 1 ++#define _NETBSD_SOURCE 1 #include <sys/types.h> #include <sys/socket.h> -+#ifdef __NetBSD__ -+#include <netinet/in.h> -+#endif - #include <netdb.h> - #include <glib.h> - #include <glib-object.h> diff --git a/mail/balsa/patches/patch-ah b/mail/balsa/patches/patch-ah deleted file mode 100644 index dd8ad9f7377..00000000000 --- a/mail/balsa/patches/patch-ah +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ah,v 1.2 2008/10/29 00:18:51 wiz Exp $ - ---- libbalsa/imap/imap_search.c.orig 2008-03-24 21:59:01.000000000 +0000 -+++ libbalsa/imap/imap_search.c -@@ -19,6 +19,7 @@ - - #define _POSIX_C_SOURCE 199506L - #define _XOPEN_SOURCE 500 -+#define _NETBSD_SOURCE 1 - - #include <string.h> - #include <time.h> diff --git a/mail/balsa/patches/patch-ai b/mail/balsa/patches/patch-ai deleted file mode 100644 index e974e948ac6..00000000000 --- a/mail/balsa/patches/patch-ai +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2007/09/20 20:50:53 wiz Exp $ - ---- libbalsa/mailbox_mh.c.orig 2005-05-22 23:11:29.000000000 +0200 -+++ libbalsa/mailbox_mh.c -@@ -26,6 +26,7 @@ - #define _XOPEN_SOURCE_EXTENDED 1 - /* to compile this on BSD/Darwin */ - #undef _POSIX_SOURCE -+#define _NETBSD_SOURCE 1 - - #include <unistd.h> - #include <fcntl.h> diff --git a/mail/balsa/patches/patch-aj b/mail/balsa/patches/patch-aj deleted file mode 100644 index 215cea9ff38..00000000000 --- a/mail/balsa/patches/patch-aj +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2007/09/20 20:50:54 wiz Exp $ - ---- libbalsa/misc.c.orig 2005-06-22 21:01:51.000000000 +0200 -+++ libbalsa/misc.c -@@ -24,6 +24,7 @@ - - #define _SVID_SOURCE 1 - #define _XOPEN_SOURCE 500 -+#define _NETBSD_SOURCE 1 - #include <ctype.h> - #include <dirent.h> - #include <errno.h> diff --git a/mail/balsa/patches/patch-ak b/mail/balsa/patches/patch-ak index 1b969f1f1e9..ec21e5fb08f 100644 --- a/mail/balsa/patches/patch-ak +++ b/mail/balsa/patches/patch-ak @@ -1,8 +1,8 @@ -$NetBSD: patch-ak,v 1.2 2008/10/29 00:18:51 wiz Exp $ +$NetBSD: patch-ak,v 1.3 2010/09/07 19:12:03 adam Exp $ ---- libbalsa/misc.h.orig 2008-08-21 17:23:44.000000000 +0000 +--- libbalsa/misc.h.orig 2010-03-04 17:16:23.000000000 +0000 +++ libbalsa/misc.h -@@ -32,6 +32,7 @@ +@@ -36,6 +36,7 @@ #endif #if !USE_GREGEX diff --git a/mail/balsa/patches/patch-ba b/mail/balsa/patches/patch-ba index 1e1dcbf03da..3cdce1834e2 100644 --- a/mail/balsa/patches/patch-ba +++ b/mail/balsa/patches/patch-ba @@ -1,8 +1,8 @@ -$NetBSD: patch-ba,v 1.3 2007/09/20 20:50:55 wiz Exp $ +$NetBSD: patch-ba,v 1.4 2010/09/07 19:12:03 adam Exp $ ---- ./libbalsa/address-book-ldap.c.orig 2005-08-25 23:29:45.000000000 +0200 -+++ ./libbalsa/address-book-ldap.c -@@ -732,7 +731,7 @@ libbalsa_address_book_ldap_modify_addres +--- libbalsa/address-book-ldap.c.orig 2009-05-23 07:02:12.000000000 +0000 ++++ libbalsa/address-book-ldap.c +@@ -815,7 +815,7 @@ libbalsa_address_book_ldap_modify_addres } /* fall through */ default: |