summaryrefslogtreecommitdiff
path: root/mail/balsa2/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-07-25 18:25:45 +0000
committerdrochner <drochner@pkgsrc.org>2003-07-25 18:25:45 +0000
commit1e49c4f0b65122f1630f376f1904d54b7dc57d3d (patch)
tree3355c8f6b2727c7c119e736124d7379e07378b74 /mail/balsa2/patches
parent5407d6a0cb9016c1e827400d2a758cd070c70a03 (diff)
downloadpkgsrc-1e49c4f0b65122f1630f376f1904d54b7dc57d3d.tar.gz
-update to 2.0.12
changes: -Undo function in the message composer -extended GPG support -bugfixes -Remove a hack which appearently helps finding iconv() in libiconv. Every other pkg finds it itself; and it breaks in -current.
Diffstat (limited to 'mail/balsa2/patches')
-rw-r--r--mail/balsa2/patches/patch-ae13
-rw-r--r--mail/balsa2/patches/patch-af13
2 files changed, 26 insertions, 0 deletions
diff --git a/mail/balsa2/patches/patch-ae b/mail/balsa2/patches/patch-ae
new file mode 100644
index 00000000000..6472afacc9b
--- /dev/null
+++ b/mail/balsa2/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2003/07/25 18:25:46 drochner Exp $
+
+--- libbalsa/filter-file.c.orig 2003-07-25 19:39:19.000000000 +0200
++++ libbalsa/filter-file.c 2003-07-25 19:39:41.000000000 +0200
+@@ -34,7 +34,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 <stdio.h>
diff --git a/mail/balsa2/patches/patch-af b/mail/balsa2/patches/patch-af
new file mode 100644
index 00000000000..af36dbc9666
--- /dev/null
+++ b/mail/balsa2/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2003/07/25 18:25:46 drochner 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>