aboutsummaryrefslogtreecommitdiff
path: root/x11/terminal.app
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
commitcf38b673c9d0d64f2f6303cbd51829725cbe9994 (patch)
treedecd4ea843a45a8c9335888f3542946d0a804f3a /x11/terminal.app
parent434871ff18beb46a362cd1c62c66944e27e2552c (diff)
downloadports-cf38b673c9d0d64f2f6303cbd51829725cbe9994.tar.gz
ports-cf38b673c9d0d64f2f6303cbd51829725cbe9994.zip
Notes
Diffstat (limited to 'x11/terminal.app')
-rw-r--r--x11/terminal.app/files/patch-ServicesPrefs.m14
-rw-r--r--x11/terminal.app/files/patch-TerminalParser_LinuxPrefs.m11
-rw-r--r--x11/terminal.app/files/patch-TerminalView.m10
-rw-r--r--x11/terminal.app/files/patch-TerminalViewPrefs.m11
4 files changed, 46 insertions, 0 deletions
diff --git a/x11/terminal.app/files/patch-ServicesPrefs.m b/x11/terminal.app/files/patch-ServicesPrefs.m
new file mode 100644
index 000000000000..baba8509395e
--- /dev/null
+++ b/x11/terminal.app/files/patch-ServicesPrefs.m
@@ -0,0 +1,14 @@
+--- ServicesPrefs.m.orig 2008-05-25 21:48:19.000000000 +0200
++++ ServicesPrefs.m 2010-05-23 09:01:38.000000000 +0200
+@@ -7,8 +7,11 @@
+ of the License. See COPYING or main.m for more information.
+ */
+
++#include <Foundation/NSBundle.h>
++#include <Foundation/NSDictionary.h>
+ #include <Foundation/NSString.h>
+ #include <Foundation/NSUserDefaults.h>
++#include <Foundation/NSValue.h>
+ #include <AppKit/NSButton.h>
+ #include <AppKit/NSPopUpButton.h>
+ #include <AppKit/NSTextField.h>
diff --git a/x11/terminal.app/files/patch-TerminalParser_LinuxPrefs.m b/x11/terminal.app/files/patch-TerminalParser_LinuxPrefs.m
new file mode 100644
index 000000000000..71006c615069
--- /dev/null
+++ b/x11/terminal.app/files/patch-TerminalParser_LinuxPrefs.m
@@ -0,0 +1,11 @@
+--- TerminalParser_LinuxPrefs.m.orig 2008-05-25 21:48:19.000000000 +0200
++++ TerminalParser_LinuxPrefs.m 2010-05-23 09:08:25.000000000 +0200
+@@ -7,6 +7,8 @@
+ of the License. See COPYING or main.m for more information.
+ */
+
++#include <Foundation/NSBundle.h>
++#include <Foundation/NSNotification.h>
+ #include <Foundation/NSString.h>
+ #include <Foundation/NSUserDefaults.h>
+ #include <AppKit/NSPopUpButton.h>
diff --git a/x11/terminal.app/files/patch-TerminalView.m b/x11/terminal.app/files/patch-TerminalView.m
new file mode 100644
index 000000000000..12c088c9174b
--- /dev/null
+++ b/x11/terminal.app/files/patch-TerminalView.m
@@ -0,0 +1,10 @@
+--- TerminalView.m.orig 2009-08-05 19:28:45.000000000 +0200
++++ TerminalView.m 2010-05-23 09:03:04.000000000 +0200
+@@ -70,6 +70,7 @@
+ #include <AppKit/NSGraphics.h>
+ #include <AppKit/NSScroller.h>
+ #include <AppKit/DPSOperators.h>
++#include <AppKit/NSButtonCell.h>
+
+ #include "TerminalView.h"
+
diff --git a/x11/terminal.app/files/patch-TerminalViewPrefs.m b/x11/terminal.app/files/patch-TerminalViewPrefs.m
new file mode 100644
index 000000000000..350783548f4a
--- /dev/null
+++ b/x11/terminal.app/files/patch-TerminalViewPrefs.m
@@ -0,0 +1,11 @@
+--- TerminalViewPrefs.m.orig 2009-11-24 22:45:33.000000000 +0100
++++ TerminalViewPrefs.m 2010-05-23 09:05:57.000000000 +0200
+@@ -19,6 +19,8 @@
+ #include <AppKit/NSImage.h>
+ #include <AppKit/NSTextField.h>
+ #include <AppKit/NSFontManager.h>
++#include <AppKit/NSMatrix.h>
++#include <AppKit/NSButtonCell.h>
+ #include <GNUstepGUI/GSVbox.h>
+ #include <GNUstepGUI/GSHbox.h>
+ #include "Label.h"