summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-12-13 09:14:22 +0000
committerwiz <wiz@pkgsrc.org>2012-12-13 09:14:22 +0000
commit8e995f3fef90614a957d3d6b16f77eca3b7d9dec (patch)
tree7f39e53e96557b50fb96a3e8c0049d98e348d629 /mail
parenteb5e619ca32bcf5d106052300295a2658a4dd9ec (diff)
downloadpkgsrc-8e995f3fef90614a957d3d6b16f77eca3b7d9dec.tar.gz
Remove patches that were probably intended to go away with the 1.2.0 update.
Diffstat (limited to 'mail')
-rw-r--r--mail/Pantomime/patches/patch-Framework_Pantomime_NSString+Extensions.m13
-rw-r--r--mail/Pantomime/patches/patch-Framework_Pantomine_CWParser.m13
2 files changed, 0 insertions, 26 deletions
diff --git a/mail/Pantomime/patches/patch-Framework_Pantomime_NSString+Extensions.m b/mail/Pantomime/patches/patch-Framework_Pantomime_NSString+Extensions.m
deleted file mode 100644
index 9bdc5ed326a..00000000000
--- a/mail/Pantomime/patches/patch-Framework_Pantomime_NSString+Extensions.m
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-Framework_Pantomime_NSString+Extensions.m,v 1.1 2011/11/25 22:00:32 joerg Exp $
-
---- Framework/Pantomime/NSString+Extensions.m.orig 2011-11-25 13:35:45.000000000 +0000
-+++ Framework/Pantomime/NSString+Extensions.m
-@@ -42,8 +42,6 @@
- #ifdef MACOSX
- #include <CoreFoundation/CFString.h>
- #include <CoreFoundation/CFStringEncodingExt.h>
--#else
--#include <GNUstepBase/GSCategories.h>
- #endif
-
- #include <ctype.h>
diff --git a/mail/Pantomime/patches/patch-Framework_Pantomine_CWParser.m b/mail/Pantomime/patches/patch-Framework_Pantomine_CWParser.m
deleted file mode 100644
index 9ef153b204a..00000000000
--- a/mail/Pantomime/patches/patch-Framework_Pantomine_CWParser.m
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-Framework_Pantomine_CWParser.m,v 1.1 2011/12/17 16:13:43 marino Exp $
-
---- Framework/Pantomime/CWParser.m.orig 2007-01-28 19:46:23.000000000 +0000
-+++ Framework/Pantomime/CWParser.m
-@@ -40,7 +40,7 @@
- //
- static char *month_name[12] = {"jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"};
-
--static struct timezone {
-+static struct timezonePantomine {
- char *name; /* time zone name */
- int offset; /* offset, in minutes, EAST of GMT */
- } timezone_info[] = {