diff options
author | obache <obache> | 2013-08-16 02:04:25 +0000 |
---|---|---|
committer | obache <obache> | 2013-08-16 02:04:25 +0000 |
commit | 648ec120bcdcd746ac55dc35336b075bd590ac8d (patch) | |
tree | 773d98801f22a6441ba51668b126244e44e25be2 /mail/balsa/patches/patch-aa | |
parent | 05c57ff5eb8eecbadfeb89b77247a77fa8fd59d2 (diff) | |
download | pkgsrc-648ec120bcdcd746ac55dc35336b075bd590ac8d.tar.gz |
Update balsa to 2.4.12.
* Balsa-2.4.12 release. Release date 2012-10-29
- fix long-line POP3 bug.
- fix bugs 684124,
* Balsa-2.4.11 release. Release date 2012-04-21
- GPGME fixes.
- building GPG with gmime-2.6.0
* Balsa-2.4.10 release. Release date 2011-06-13
- preserve identity order.
- trivial gtkhtml-3.15 support.
- improve interaction with unique.
- bugs fixed #636801, #636805, #647695.
* Balsa-2.4.9 release. Release date 2010-11-19
- compile against new GTK, libnotify libs.
Diffstat (limited to 'mail/balsa/patches/patch-aa')
-rw-r--r-- | mail/balsa/patches/patch-aa | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/mail/balsa/patches/patch-aa b/mail/balsa/patches/patch-aa index 51a2002ccd0..05d01be1f78 100644 --- a/mail/balsa/patches/patch-aa +++ b/mail/balsa/patches/patch-aa @@ -1,31 +1,31 @@ -$NetBSD: patch-aa,v 1.15 2010/09/07 19:12:03 adam Exp $ +$NetBSD: patch-aa,v 1.16 2013/08/16 02:04:25 obache Exp $ ---- configure.orig 2010-08-21 20:53:36.000000000 +0000 +--- configure.orig 2013-02-14 20:01:52.000000000 +0000 +++ configure -@@ -16317,7 +16317,7 @@ if test "${ac_cv_lib_esmtp_smtp_start_se +@@ -15413,7 +15413,7 @@ if ${ac_cv_lib_esmtp_smtp_start_session+ $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" +LIBS="-lesmtp ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16390,7 +16390,7 @@ if test "${ac_cv_lib_esmtp_smtp_option_r + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -15455,7 +15455,7 @@ if ${ac_cv_lib_esmtp_smtp_option_require $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" +LIBS="-lesmtp ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -16473,7 +16473,7 @@ if test "${ac_cv_lib_esmtp_smtp_starttls + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -15502,7 +15502,7 @@ if ${ac_cv_lib_esmtp_smtp_starttls_set_p $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lesmtp -lpthread $LIBS" +LIBS="-lesmtp ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + |