summaryrefslogtreecommitdiff
path: root/devel/projectmanager/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/projectmanager/files')
-rw-r--r--devel/projectmanager/files/patch-ApplicationTypeAttributes.m10
-rw-r--r--devel/projectmanager/files/patch-Controller.m11
-rw-r--r--devel/projectmanager/files/patch-EditorRulerView.m10
-rw-r--r--devel/projectmanager/files/patch-GNUstepAppLauncher.m19
-rw-r--r--devel/projectmanager/files/patch-MakeBuilder.m28
-rw-r--r--devel/projectmanager/files/patch-Preferences.m10
-rw-r--r--devel/projectmanager/files/patch-ProjectCreator.m11
-rw-r--r--devel/projectmanager/files/patch-ProjectDocument.m15
-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-SourceEditorDocument.m10
-rw-r--r--devel/projectmanager/files/patch-SubprojectsManager.m10
12 files changed, 0 insertions, 165 deletions
diff --git a/devel/projectmanager/files/patch-ApplicationTypeAttributes.m b/devel/projectmanager/files/patch-ApplicationTypeAttributes.m
deleted file mode 100644
index cd651f682714..000000000000
--- a/devel/projectmanager/files/patch-ApplicationTypeAttributes.m
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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-Controller.m b/devel/projectmanager/files/patch-Controller.m
deleted file mode 100644
index 0b4547f58147..000000000000
--- a/devel/projectmanager/files/patch-Controller.m
+++ /dev/null
@@ -1,11 +0,0 @@
---- Controller.m.orig Sun Jul 9 16:11:44 2006
-+++ Controller.m Mon Apr 30 10:57:16 2007
-@@ -29,6 +29,8 @@
- #import <Foundation/NSFileManager.h>
- #import <Foundation/NSUserDefaults.h>
- #import <Foundation/NSNotification.h>
-+#import <Foundation/NSError.h>
-+#import <Foundation/NSDebug.h>
-
- #import <AppKit/NSOpenPanel.h>
- #import <AppKit/NSView.h>
diff --git a/devel/projectmanager/files/patch-EditorRulerView.m b/devel/projectmanager/files/patch-EditorRulerView.m
deleted file mode 100644
index c3b1d7aaf011..000000000000
--- a/devel/projectmanager/files/patch-EditorRulerView.m
+++ /dev/null
@@ -1,10 +0,0 @@
---- EditorRulerView.m.orig 2006-07-09 16:11:43.000000000 +0200
-+++ EditorRulerView.m 2008-05-03 08:53:45.000000000 +0200
-@@ -23,6 +23,7 @@
-
- #import "EditorRulerView.h"
-
-+#import <AppKit/NSAttributedString.h>
- #import <AppKit/NSColor.h>
- #import <AppKit/NSEvent.h>
- #import <AppKit/NSFont.h>
diff --git a/devel/projectmanager/files/patch-GNUstepAppLauncher.m b/devel/projectmanager/files/patch-GNUstepAppLauncher.m
deleted file mode 100644
index 281203ca3c3d..000000000000
--- a/devel/projectmanager/files/patch-GNUstepAppLauncher.m
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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
deleted file mode 100644
index c7451421637b..000000000000
--- a/devel/projectmanager/files/patch-MakeBuilder.m
+++ /dev/null
@@ -1,28 +0,0 @@
---- ProjectModules/MakeBuilder/MakeBuilder.m.orig 2006-07-09 16:11:41.000000000 +0200
-+++ 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
deleted file mode 100644
index 0437444f75a0..000000000000
--- a/devel/projectmanager/files/patch-Preferences.m
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
deleted file mode 100644
index 35e83e4efdd2..000000000000
--- a/devel/projectmanager/files/patch-ProjectCreator.m
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 19ebb99d43e7..000000000000
--- a/devel/projectmanager/files/patch-ProjectDocument.m
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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>
-
- #import <AppKit/NSWorkspace.h>
- #import <AppKit/NSDocumentController.h>
diff --git a/devel/projectmanager/files/patch-ProjectImageView.m b/devel/projectmanager/files/patch-ProjectImageView.m
deleted file mode 100644
index d2e2a78b2de1..000000000000
--- a/devel/projectmanager/files/patch-ProjectImageView.m
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
deleted file mode 100644
index b938d055569a..000000000000
--- a/devel/projectmanager/files/patch-ProjectWindowController.m
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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-SourceEditorDocument.m b/devel/projectmanager/files/patch-SourceEditorDocument.m
deleted file mode 100644
index e0b613615933..000000000000
--- a/devel/projectmanager/files/patch-SourceEditorDocument.m
+++ /dev/null
@@ -1,10 +0,0 @@
---- SourceEditorDocument.m.orig 2006-07-09 16:11:44.000000000 +0200
-+++ SourceEditorDocument.m 2008-05-03 08:55:28.000000000 +0200
-@@ -33,6 +33,7 @@
- #import <Foundation/NSUserDefaults.h>
- #import <Foundation/NSValue.h>
-
-+#import <AppKit/NSAttributedString.h>
- #import <AppKit/NSFont.h>
- #import <AppKit/NSImage.h>
- #import <AppKit/NSLayoutManager.h>
diff --git a/devel/projectmanager/files/patch-SubprojectsManager.m b/devel/projectmanager/files/patch-SubprojectsManager.m
deleted file mode 100644
index a3b536797ee1..000000000000
--- a/devel/projectmanager/files/patch-SubprojectsManager.m
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>