summaryrefslogtreecommitdiff
path: root/devel/projectmanager/files/patch-ProjectWindowController.m
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2013-08-28 18:26:01 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2013-08-28 18:26:01 +0000
commit3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (patch)
treeab5064afd823ae17563635026226e53774a6614d /devel/projectmanager/files/patch-ProjectWindowController.m
parentUpdate devel/monodevelop to 4.0.12 and unbreak build. (diff)
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
Notes
Notes: svn path=/head/; revision=325546
Diffstat (limited to 'devel/projectmanager/files/patch-ProjectWindowController.m')
-rw-r--r--devel/projectmanager/files/patch-ProjectWindowController.m21
1 files changed, 0 insertions, 21 deletions
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"