aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-06-09 20:59:58 +0800
committerdinoex <dinoex@FreeBSD.org>2012-06-09 20:59:58 +0800
commit1d160e5924cf2de21bb283aeaf9f8626b76a53e3 (patch)
tree30129dd8616c368c0e09f0fc9ca6ddb42ca057cf /mail
parent0e2b3ad4d733f360731635264b9aa0e6f9127050 (diff)
downloadfreebsd-ports-gnome-1d160e5924cf2de21bb283aeaf9f8626b76a53e3.tar.gz
freebsd-ports-gnome-1d160e5924cf2de21bb283aeaf9f8626b76a53e3.tar.zst
freebsd-ports-gnome-1d160e5924cf2de21bb283aeaf9f8626b76a53e3.zip
- patch no longer needed
Diffstat (limited to 'mail')
-rw-r--r--mail/pantomime/Makefile4
-rw-r--r--mail/pantomime/files/NSString+Extensions.m.patch19
2 files changed, 0 insertions, 23 deletions
diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile
index a1f1a3a83deb..7956d35946fa 100644
--- a/mail/pantomime/Makefile
+++ b/mail/pantomime/Makefile
@@ -25,8 +25,4 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
DEFAULT_LIBVERSION= 1.2
-.if !defined(WITH_GNUSTEP_DEVEL)
-EXTRA_PATCHES= ${FILESDIR}/NSString+Extensions.m.patch
-.endif
-
.include <bsd.port.mk>
diff --git a/mail/pantomime/files/NSString+Extensions.m.patch b/mail/pantomime/files/NSString+Extensions.m.patch
deleted file mode 100644
index a98522cf83d4..000000000000
--- a/mail/pantomime/files/NSString+Extensions.m.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Framework/Pantomime/NSString+Extensions.m.orig 2011-06-05 06:45:21.000000000 +0200
-+++ Framework/Pantomime/NSString+Extensions.m 2012-01-02 22:46:00.000000000 +0100
-@@ -38,7 +38,15 @@
- #include <CoreFoundation/CFString.h>
- #include <CoreFoundation/CFStringEncodingExt.h>
- #else
--#include <GNUstepBase/Additions.h>
-+#import <GNUstepBase/GSVersionMacros.h>
-+#import <GNUstepBase/GNUstep.h>
-+
-+#import <GNUstepBase/GSFunctions.h>
-+#import <GNUstepBase/GSLocale.h>
-+#import <GNUstepBase/GSLock.h>
-+#import <GNUstepBase/GSMime.h>
-+#import <GNUstepBase/GSXML.h>
-+#import <GNUstepBase/Unicode.h>
- #endif
-
- #include <ctype.h>