summaryrefslogtreecommitdiff
path: root/mail/balsa2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:26:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:26:13 +0000
commit449a928eea07416fb2c4e7ce5f02faae8c31155d (patch)
tree32461f0eea9317c27ab59afa60d1e17c3884eefe /mail/balsa2
parentAdd a patch to fix a bug where iconv() did not return -1 properly on (diff)
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
Notes
Notes: svn path=/head/; revision=56293
Diffstat (limited to 'mail/balsa2')
-rw-r--r--mail/balsa2/files/patch-libbalsa::address-book-ldap.c11
-rw-r--r--mail/balsa2/files/patch-libmutt::charset.c14
-rw-r--r--mail/balsa2/files/patch-libmutt::charset.h14
-rw-r--r--mail/balsa2/files/patch-libmutt::rfc2047.c11
-rw-r--r--mail/balsa2/files/patch-src::print.c14
5 files changed, 0 insertions, 64 deletions
diff --git a/mail/balsa2/files/patch-libbalsa::address-book-ldap.c b/mail/balsa2/files/patch-libbalsa::address-book-ldap.c
deleted file mode 100644
index 1205fd60b698..000000000000
--- a/mail/balsa2/files/patch-libbalsa::address-book-ldap.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libbalsa/address-book-ldap.c Mon Nov 19 03:41:21 2001
-+++ libbalsa/address-book-ldap.c.new Sun Dec 16 12:59:34 2001
-@@ -31,7 +31,7 @@
- #include <sys/time.h>
- #include <lber.h>
- #include <ldap.h>
--#include <iconv.h>
-+#include <giconv.h>
-
- #include "address-book.h"
- #include "address-book-ldap.h"
diff --git a/mail/balsa2/files/patch-libmutt::charset.c b/mail/balsa2/files/patch-libmutt::charset.c
deleted file mode 100644
index 3c57eacaedc5..000000000000
--- a/mail/balsa2/files/patch-libmutt::charset.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- libmutt/charset.c 2001/03/06 10:39:57 1.1
-+++ libmutt/charset.c 2001/03/06 10:40:07
-@@ -29,7 +29,7 @@
- #include <unistd.h>
- #include <errno.h>
-
--#include <iconv.h>
-+#include <giconv.h>
-
- #include "mutt.h"
- #include "charset.h"
diff --git a/mail/balsa2/files/patch-libmutt::charset.h b/mail/balsa2/files/patch-libmutt::charset.h
deleted file mode 100644
index 7e490597f1dc..000000000000
--- a/mail/balsa2/files/patch-libmutt::charset.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- libmutt/charset.h 2001/03/06 10:38:56 1.1
-+++ libmutt/charset.h 2001/03/06 10:39:08
-@@ -19,7 +19,7 @@
- #ifndef _CHARSET_H
- #define _CHARSET_H
-
--#include <iconv.h>
-+#include <giconv.h>
-
- int mutt_convert_string (char **, const char *, const char *);
-
diff --git a/mail/balsa2/files/patch-libmutt::rfc2047.c b/mail/balsa2/files/patch-libmutt::rfc2047.c
deleted file mode 100644
index feb6b4e51de0..000000000000
--- a/mail/balsa2/files/patch-libmutt::rfc2047.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libmutt/rfc2047.c Wed Jul 18 10:47:01 2001
-+++ libmutt/rfc2047.c.new Tue Sep 18 16:18:18 2001
-@@ -24,7 +24,7 @@
-
- #include <ctype.h>
- #include <errno.h>
--#include <iconv.h>
-+#include <giconv.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
diff --git a/mail/balsa2/files/patch-src::print.c b/mail/balsa2/files/patch-src::print.c
deleted file mode 100644
index 1fe05a38e213..000000000000
--- a/mail/balsa2/files/patch-src::print.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/print.c 2001/04/23 15:33:41 1.1
-+++ src/print.c 2001/04/23 15:33:56
-@@ -22,7 +22,7 @@
- #include <gnome.h>
- #include <config.h>
- #include <balsa-app.h>
--#include <iconv.h>
-+#include <giconv.h>
-
- #include "print.h"
-