aboutsummaryrefslogtreecommitdiffstats
path: root/mail/balsa2/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 19:26:13 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-18 19:26:13 +0800
commit267c972eab297e87ce7c16314746799098e8dac4 (patch)
tree2af683a87fe7ce45af6afa790164c7aaae743d86 /mail/balsa2/files
parent7946383043a99d6c49d37abb276828dde02d26a3 (diff)
downloadfreebsd-ports-gnome-267c972eab297e87ce7c16314746799098e8dac4.tar.gz
freebsd-ports-gnome-267c972eab297e87ce7c16314746799098e8dac4.tar.zst
freebsd-ports-gnome-267c972eab297e87ce7c16314746799098e8dac4.zip
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
Diffstat (limited to 'mail/balsa2/files')
-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"
-