aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-11 13:47:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-11 13:47:40 +0000
commitfe608702904a930f92d737ecb8c6287117b08eea (patch)
tree6b6fdc4310297129b1173d613fe60586198c2343 /news
parentb5b30a258e3412d7ec49257a18b01956e3bd554c (diff)
downloadports-fe608702904a930f92d737ecb8c6287117b08eea.tar.gz
ports-fe608702904a930f92d737ecb8c6287117b08eea.zip
- fix build for option WITH_GNUSTEP_DEVEL
Notes
Notes: svn path=/head/; revision=212917
Diffstat (limited to 'news')
-rw-r--r--news/lusernet/files/patch-MsgDB.m10
-rw-r--r--news/lusernet/files/patch-pantomime_1_214
2 files changed, 22 insertions, 2 deletions
diff --git a/news/lusernet/files/patch-MsgDB.m b/news/lusernet/files/patch-MsgDB.m
new file mode 100644
index 000000000000..275682356605
--- /dev/null
+++ b/news/lusernet/files/patch-MsgDB.m
@@ -0,0 +1,10 @@
+--- MsgDB.m.orig 2004-03-03 00:58:37.000000000 +0100
++++ MsgDB.m 2008-05-03 09:39:45.000000000 +0200
+@@ -18,6 +18,7 @@
+ #include <Foundation/NSAutoreleasePool.h>
+ #include <Foundation/NSNotification.h>
+ #include <Foundation/NSData.h>
++#include <Foundation/NSDictionary.h>
+
+ #include "MsgDB.h"
+
diff --git a/news/lusernet/files/patch-pantomime_1_2 b/news/lusernet/files/patch-pantomime_1_2
index 5fc1f9b3e64d..8e7fee3e8c5e 100644
--- a/news/lusernet/files/patch-pantomime_1_2
+++ b/news/lusernet/files/patch-pantomime_1_2
@@ -174,9 +174,10 @@ diff -urNad lusernet.app-0.4.2~/FolderThreader.m FolderThreader.m
diff -urNad lusernet.app-0.4.2~/FolderWindowController.m FolderWindowController.m
--- lusernet.app-0.4.2~/FolderWindowController.m 2004-03-03 01:58:37.000000000 +0200
+++ FolderWindowController.m 2006-09-27 00:13:21.000000000 +0300
-@@ -20,7 +20,7 @@
+@@ -20,7 +20,8 @@
#include <AppKit/NSCell.h>
#include <AppKit/NSFont.h>
++#include <AppKit/NSEvent.h>
-#include <Pantomime/MimeUtility.h>
+#include <Pantomime/CWMIMEUtility.h>
@@ -216,6 +217,14 @@ diff -urNad lusernet.app-0.4.2~/MessageViewController.h MessageViewController.h
diff -urNad lusernet.app-0.4.2~/MessageViewController.m MessageViewController.m
--- lusernet.app-0.4.2~/MessageViewController.m 2004-03-03 01:58:37.000000000 +0200
+++ MessageViewController.m 2006-09-27 00:13:21.000000000 +0300
+@@ -5,6 +5,7 @@
+ #include <Foundation/NSObject.h>
+ #include <Foundation/NSBundle.h>
+ #include <Foundation/NSFileManager.h>
++#include <AppKit/NSAttributedString.h>
+ #include <AppKit/NSFileWrapper.h>
+ #include <AppKit/NSTextView.h>
+ #include <AppKit/NSScrollView.h>
@@ -21,11 +21,11 @@
#include "GUISource.h"
@@ -468,10 +477,11 @@ diff -urNad lusernet.app-0.4.2~/Pref_MessageViewing.h Pref_MessageViewing.h
diff -urNad lusernet.app-0.4.2~/Pref_MessageViewing.m Pref_MessageViewing.m
--- lusernet.app-0.4.2~/Pref_MessageViewing.m 2004-03-03 01:58:37.000000000 +0200
+++ Pref_MessageViewing.m 2006-09-27 00:13:21.000000000 +0300
-@@ -8,11 +8,14 @@
+@@ -8,11 +8,15 @@
#include <Foundation/NSBundle.h>
#include <AppKit/NSButton.h>
++#include <AppKit/NSFontManager.h>
+#include <AppKit/NSPopUpButton.h>
#include <AppKit/NSTextField.h>
#include <GNUstepGUI/GSVbox.h>