aboutsummaryrefslogtreecommitdiff
path: root/mail/elm+ME
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-04-09 12:30:27 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-04-09 12:30:27 +0000
commit7226e3d55f3f851905867e66c0cef4af13bf4771 (patch)
treeae0f856fa95dadac07e51fbccc1d60e4c7dfc0e7 /mail/elm+ME
parent094f8f78dc5328db056f697530ef8b1751126215 (diff)
downloadports-7226e3d55f3f851905867e66c0cef4af13bf4771.tar.gz
ports-7226e3d55f3f851905867e66c0cef4af13bf4771.zip
Remove obsolete patches left over from last update.
Reported by: troy@twisted.net on ports list Forgotten by: johans
Notes
Notes: svn path=/head/; revision=159197
Diffstat (limited to 'mail/elm+ME')
-rw-r--r--mail/elm+ME/files/patch-answer.c21
-rw-r--r--mail/elm+ME/files/patch-iconv.c13
2 files changed, 0 insertions, 34 deletions
diff --git a/mail/elm+ME/files/patch-answer.c b/mail/elm+ME/files/patch-answer.c
deleted file mode 100644
index 5e50a75a1749..000000000000
--- a/mail/elm+ME/files/patch-answer.c
+++ /dev/null
@@ -1,21 +0,0 @@
-int and void* are not always of the same size. This patch eliminates
-a compiler warning...
-
---- utils/answer.c Wed Jul 21 12:36:33 2004
-+++ utils/answer.c Wed Jul 6 23:48:29 2005
-@@ -380,5 +380,5 @@
- read(user_data, buffer, entry.length > VERY_LONG_STRING ? VERY_LONG_STRING : entry.length);
- if ((entry.type & GROUP) != 0 && mailing) {
-- if (expand_group(sprbuffer, buffer + (int) entry.address,
-+ if (expand_group(sprbuffer, buffer + (intptr_t) entry.address,
- depth, sizeof sprbuffer) < 0)
- return NULL;
-@@ -386,6 +386,6 @@
- elm_sfprintf(sprbuffer, sizeof sprbuffer,
- FRM("%s (%s)"),
-- buffer + (int) entry.address,
-- buffer + (int) entry.name);
-+ buffer + (intptr_t) entry.address,
-+ buffer + (intptr_t) entry.name);
- }
- return sprbuffer;
diff --git a/mail/elm+ME/files/patch-iconv.c b/mail/elm+ME/files/patch-iconv.c
deleted file mode 100644
index b554876eedd7..000000000000
--- a/mail/elm+ME/files/patch-iconv.c
+++ /dev/null
@@ -1,13 +0,0 @@
-unicode_value (uint16) can not possibly exceed 0xFFFF. Remove
-the statement, that triggers a compiler warning.
-
---- shared_libs/iconv/iconv.c Tue Mar 30 11:38:44 2004
-+++ shared_libs/iconv/iconv.c Thu Jul 7 16:49:57 2005
-@@ -1000,7 +1000,4 @@
- /* Add unicode value */
-
-- if (ch->p->a.g1->unicode_value > 0xFFFF)
-- return;
--
- /* NOTE: str->p->a.words is not NUL terminated */
- str->p->a.words = safe_realloc(str->p->a.words,