aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/performance/files/patch-GSTicker.m10
-rw-r--r--devel/projectmanager/files/patch-ApplicationTypeAttributes.m10
-rw-r--r--devel/projectmanager/files/patch-GNUstepAppLauncher.m19
-rw-r--r--devel/projectmanager/files/patch-MakeBuilder.m22
-rw-r--r--devel/projectmanager/files/patch-Preferences.m10
-rw-r--r--devel/projectmanager/files/patch-ProjectCreator.m7
-rw-r--r--devel/projectmanager/files/patch-ProjectDocument.m11
-rw-r--r--devel/projectmanager/files/patch-ProjectImageView.m10
-rw-r--r--devel/projectmanager/files/patch-ProjectWindowController.m21
-rw-r--r--devel/projectmanager/files/patch-SubprojectsManager.m10
10 files changed, 122 insertions, 8 deletions
diff --git a/devel/performance/files/patch-GSTicker.m b/devel/performance/files/patch-GSTicker.m
new file mode 100644
index 000000000000..b25e76d23ef8
--- /dev/null
+++ b/devel/performance/files/patch-GSTicker.m
@@ -0,0 +1,10 @@
+--- GSTicker.m.orig 2007-09-14 14:54:56.000000000 +0200
++++ GSTicker.m 2010-05-23 07:17:13.000000000 +0200
+@@ -27,6 +27,7 @@
+
+ #include <Foundation/NSArray.h>
+ #include <Foundation/NSDate.h>
++#include <Foundation/NSDictionary.h>
+ #include <Foundation/NSThread.h>
+ #include <Foundation/NSTimer.h>
+
diff --git a/devel/projectmanager/files/patch-ApplicationTypeAttributes.m b/devel/projectmanager/files/patch-ApplicationTypeAttributes.m
new file mode 100644
index 000000000000..cd651f682714
--- /dev/null
+++ b/devel/projectmanager/files/patch-ApplicationTypeAttributes.m
@@ -0,0 +1,10 @@
+--- ProjectTypes/Application/ApplicationTypeAttributes.m.orig 2006-07-09 16:11:43.000000000 +0200
++++ ProjectTypes/Application/ApplicationTypeAttributes.m 2010-05-23 06:11:38.000000000 +0200
+@@ -24,6 +24,7 @@
+ #import "ApplicationTypeAttributes.h"
+
+ #import <Foundation/NSString.h>
++#import <Foundation/NSDictionary.h>
+
+ #import <AppKit/NSNibLoading.h>
+ #import <AppKit/NSTextField.h>
diff --git a/devel/projectmanager/files/patch-GNUstepAppLauncher.m b/devel/projectmanager/files/patch-GNUstepAppLauncher.m
new file mode 100644
index 000000000000..281203ca3c3d
--- /dev/null
+++ b/devel/projectmanager/files/patch-GNUstepAppLauncher.m
@@ -0,0 +1,19 @@
+--- ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m.orig 2006-07-09 16:11:41.000000000 +0200
++++ ProjectModules/GNUstepAppLauncher/GNUstepAppLauncher.m 2010-05-23 05:53:40.000000000 +0200
+@@ -30,6 +30,7 @@
+ #import <Foundation/NSProcessInfo.h>
+ #import <Foundation/NSString.h>
+ #import <Foundation/NSTask.h>
++#import <Foundation/NSValue.h>
+
+ #import <AppKit/NSColor.h>
+ #import <AppKit/NSFont.h>
+@@ -44,7 +45,7 @@
+ #import <AppKit/NSTableView.h>
+ #import <AppKit/NSTextStorage.h>
+ #import <AppKit/NSTextView.h>
+-#import <AppKit/NSWindow+Toolbar.h>
++#import <AppKit/NSWindow.h>
+ #import <AppKit/NSToolbar.h>
+ #import <AppKit/NSToolbarItem.h>
+
diff --git a/devel/projectmanager/files/patch-MakeBuilder.m b/devel/projectmanager/files/patch-MakeBuilder.m
index 5466a7acaabc..c7451421637b 100644
--- a/devel/projectmanager/files/patch-MakeBuilder.m
+++ b/devel/projectmanager/files/patch-MakeBuilder.m
@@ -1,10 +1,28 @@
--- ProjectModules/MakeBuilder/MakeBuilder.m.orig 2006-07-09 16:11:41.000000000 +0200
-+++ ProjectModules/MakeBuilder/MakeBuilder.m 2008-05-03 08:58:15.000000000 +0200
-@@ -30,6 +30,7 @@
++++ ProjectModules/MakeBuilder/MakeBuilder.m 2010-05-23 06:03:12.000000000 +0200
+@@ -23,13 +23,16 @@
+ #import "MakeBuilder.h"
+
+ #import <Foundation/NSArray.h>
++#import <Foundation/NSCharacterSet.h>
+ #import <Foundation/NSException.h>
+ #import <Foundation/NSFileHandle.h>
+ #import <Foundation/NSNotification.h>
+ #import <Foundation/NSString.h>
#import <Foundation/NSTask.h>
#import <Foundation/NSUserDefaults.h>
++#import <Foundation/NSValue.h>
+#import <AppKit/NSAttributedString.h>
#import <AppKit/NSButton.h>
#import <AppKit/NSCell.h>
#import <AppKit/NSDocumentController.h>
+@@ -46,7 +49,7 @@
+ #import <AppKit/NSToolbar.h>
+ #import <AppKit/NSToolbarItem.h>
+ #import <AppKit/NSView.h>
+-#import <AppKit/NSWindow+Toolbar.h>
++#import <AppKit/NSWindow.h>
+
+ #import "MakeBuilderDelegate.h"
+ #import "../../ProjectDocument.h"
diff --git a/devel/projectmanager/files/patch-Preferences.m b/devel/projectmanager/files/patch-Preferences.m
new file mode 100644
index 000000000000..0437444f75a0
--- /dev/null
+++ b/devel/projectmanager/files/patch-Preferences.m
@@ -0,0 +1,10 @@
+--- Preferences.m.orig 2006-07-09 16:11:44.000000000 +0200
++++ Preferences.m 2010-05-23 05:27:20.000000000 +0200
+@@ -26,6 +26,7 @@
+ #import <Foundation/NSString.h>
+ #import <Foundation/NSArray.h>
+ #import <Foundation/NSDictionary.h>
++#import <Foundation/NSDebug.h>
+
+ #import <AppKit/NSNibLoading.h>
+ #import <AppKit/NSBox.h>
diff --git a/devel/projectmanager/files/patch-ProjectCreator.m b/devel/projectmanager/files/patch-ProjectCreator.m
index 9460b068ec3c..35e83e4efdd2 100644
--- a/devel/projectmanager/files/patch-ProjectCreator.m
+++ b/devel/projectmanager/files/patch-ProjectCreator.m
@@ -1,10 +1,11 @@
---- ProjectCreator.m.orig Sun Jul 9 16:11:43 2006
-+++ ProjectCreator.m Mon Apr 30 10:53:41 2007
-@@ -27,6 +27,7 @@
+--- ProjectCreator.m.orig 2006-07-09 16:11:43.000000000 +0200
++++ ProjectCreator.m 2010-05-23 06:01:30.000000000 +0200
+@@ -27,6 +27,8 @@
#import <Foundation/NSUserDefaults.h>
#import <Foundation/NSNotification.h>
#import <Foundation/NSError.h>
+#import <Foundation/NSProcessInfo.h>
++#import <Foundation/NSPathUtilities.h>
#import <AppKit/NSOpenPanel.h>
#import <AppKit/NSView.h>
diff --git a/devel/projectmanager/files/patch-ProjectDocument.m b/devel/projectmanager/files/patch-ProjectDocument.m
index 298df00a6d56..19ebb99d43e7 100644
--- a/devel/projectmanager/files/patch-ProjectDocument.m
+++ b/devel/projectmanager/files/patch-ProjectDocument.m
@@ -1,7 +1,12 @@
---- ProjectDocument.m.orig Sun Jul 9 16:11:43 2006
-+++ ProjectDocument.m Mon Apr 30 10:54:26 2007
-@@ -28,6 +28,7 @@
+--- ProjectDocument.m.orig 2006-07-09 16:11:43.000000000 +0200
++++ ProjectDocument.m 2010-05-23 06:04:25.000000000 +0200
+@@ -25,9 +25,12 @@
+
+ #import <Foundation/NSString.h>
+ #import <Foundation/NSArray.h>
++#import <Foundation/NSCharacterSet.h>
#import <Foundation/NSDictionary.h>
++#import <Foundation/NSDistributedNotificationCenter.h>
#import <Foundation/NSUserDefaults.h>
#import <Foundation/NSProcessInfo.h>
+#import <Foundation/NSError.h>
diff --git a/devel/projectmanager/files/patch-ProjectImageView.m b/devel/projectmanager/files/patch-ProjectImageView.m
new file mode 100644
index 000000000000..d2e2a78b2de1
--- /dev/null
+++ b/devel/projectmanager/files/patch-ProjectImageView.m
@@ -0,0 +1,10 @@
+--- ProjectModules/FileManager/ProjectImageView.m.orig 2006-07-09 16:11:41.000000000 +0200
++++ ProjectModules/FileManager/ProjectImageView.m 2010-05-23 06:06:35.000000000 +0200
+@@ -24,6 +24,7 @@
+ #import "ProjectImageView.h"
+
+ #import <Foundation/NSArray.h>
++#import <Foundation/NSDictionary.h>
+
+ #import <AppKit/NSEvent.h>
+ #import <AppKit/NSPasteboard.h>
diff --git a/devel/projectmanager/files/patch-ProjectWindowController.m b/devel/projectmanager/files/patch-ProjectWindowController.m
new file mode 100644
index 000000000000..b938d055569a
--- /dev/null
+++ b/devel/projectmanager/files/patch-ProjectWindowController.m
@@ -0,0 +1,21 @@
+--- ProjectWindowController.m.orig 2006-07-09 16:11:43.000000000 +0200
++++ ProjectWindowController.m 2010-05-23 05:56:35.000000000 +0200
+@@ -25,7 +25,6 @@
+
+ #import <AppKit/NSImage.h>
+ #import <AppKit/NSWindow.h>
+-#import <AppKit/NSWindow+Toolbar.h>
+ #import <AppKit/NSToolbar.h>
+ #import <AppKit/NSToolbarItem.h>
+ #import <AppKit/NSBox.h>
+@@ -35,8 +34,10 @@
+ #import <AppKit/NSTextStorage.h>
+
+ #import <Foundation/NSBundle.h>
++#import <Foundation/NSCalendarDate.h>
+ #import <Foundation/NSException.h>
+ #import <Foundation/NSNotification.h>
++#import <Foundation/NSUserDefaults.h>
+
+ #import "ProjectDocument.h"
+ #import "ProjectModule.h"
diff --git a/devel/projectmanager/files/patch-SubprojectsManager.m b/devel/projectmanager/files/patch-SubprojectsManager.m
new file mode 100644
index 000000000000..a3b536797ee1
--- /dev/null
+++ b/devel/projectmanager/files/patch-SubprojectsManager.m
@@ -0,0 +1,10 @@
+--- ProjectModules/SubprojectsManager/SubprojectsManager.m.orig 2006-07-09 16:11:42.000000000 +0200
++++ ProjectModules/SubprojectsManager/SubprojectsManager.m 2010-05-23 06:13:54.000000000 +0200
+@@ -26,6 +26,7 @@
+ #import <Foundation/NSArray.h>
+ #import <Foundation/NSDictionary.h>
+ #import <Foundation/NSError.h>
++#import <Foundation/NSException.h>
+ #import <Foundation/NSFileManager.h>
+ #import <Foundation/NSNotification.h>
+ #import <Foundation/NSSortDescriptor.h>