mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- fix build for option WITH_GNUSTEP_DEVEL
This commit is contained in:
parent
53d5af5fb8
commit
e15eb67265
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212659
18 changed files with 170 additions and 0 deletions
10
databases/gdl2/files/patch-EOClassDescription.h
Normal file
10
databases/gdl2/files/patch-EOClassDescription.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- EOControl/EOClassDescription.h.orig 2006-12-30 18:41:02.000000000 +0100
|
||||
+++ EOControl/EOClassDescription.h 2008-05-03 09:09:20.000000000 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
+#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSZone.h>
|
||||
#else
|
10
databases/gdl2/files/patch-NSArray+GSDoc.m
Normal file
10
databases/gdl2/files/patch-NSArray+GSDoc.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Tools/NSArray+GSDoc.m.orig 2005-08-17 10:07:57.000000000 +0200
|
||||
+++ Tools/NSArray+GSDoc.m 2008-05-03 09:10:55.000000000 +0200
|
||||
@@ -36,6 +36,7 @@
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
+#include <Foundation/NSString.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
10
deskutils/cartotheque/files/patch-CardView.m
Normal file
10
deskutils/cartotheque/files/patch-CardView.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- CardView.m.orig 2005-03-13 18:52:24.000000000 +0100
|
||||
+++ CardView.m 2008-05-03 09:38:44.000000000 +0200
|
||||
@@ -11,6 +11,7 @@
|
||||
#import "CardView.h"
|
||||
|
||||
#import <Foundation/NSDictionary.h>
|
||||
+#import <AppKit/NSAttributedString.h>
|
||||
#import <AppKit/NSColor.h>
|
||||
#import <AppKit/NSFont.h>
|
||||
#import <AppKit/NSTextStorage.h>
|
10
deskutils/toolbox/files/patch-DefaultView.h
Normal file
10
deskutils/toolbox/files/patch-DefaultView.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- DefaultEditor/DefaultView.h.orig 2003-03-28 17:09:41.000000000 +0100
|
||||
+++ DefaultEditor/DefaultView.h 2008-05-03 09:50:08.000000000 +0200
|
||||
@@ -27,6 +27,7 @@
|
||||
#ifndef _Toolbox_DefaultEditor_H_DefaultView
|
||||
#define _Toolbox_DefaultEditor_H_DefaultView
|
||||
|
||||
+#include <Foundation/NSDictionary.h>
|
||||
#include <AppKit/NSView.h>
|
||||
|
||||
@class NSOutlineView;
|
10
devel/performance/files/patch-GSSkipMutableArray.m
Normal file
10
devel/performance/files/patch-GSSkipMutableArray.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- GSSkipMutableArray.m.orig 2006-11-12 08:30:09.000000000 +0100
|
||||
+++ GSSkipMutableArray.m 2008-05-03 09:01:46.000000000 +0200
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
+#include <Foundation/NSDictionary.h>
|
||||
|
||||
#include "GSSkipMutableArray.h"
|
||||
#include "GSIndexedSkipList.h"
|
10
devel/projectmanager/files/patch-EditorRulerView.m
Normal file
10
devel/projectmanager/files/patch-EditorRulerView.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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>
|
10
devel/projectmanager/files/patch-MakeBuilder.m
Normal file
10
devel/projectmanager/files/patch-MakeBuilder.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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 @@
|
||||
#import <Foundation/NSTask.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
+#import <AppKit/NSAttributedString.h>
|
||||
#import <AppKit/NSButton.h>
|
||||
#import <AppKit/NSCell.h>
|
||||
#import <AppKit/NSDocumentController.h>
|
10
devel/projectmanager/files/patch-SourceEditorDocument.m
Normal file
10
devel/projectmanager/files/patch-SourceEditorDocument.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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>
|
|
@ -24,5 +24,7 @@ USE_GNUSTEP_INSTALL= yes
|
|||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
||||
${WRKSRC}/GNUmakefile
|
||||
${REINPLACE_CMD} -e 's|PSWait|myPSWait|' \
|
||||
${WRKSRC}/Board.m
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
10
graphics/pixen/files/patch-PXInfoPanelController.m
Normal file
10
graphics/pixen/files/patch-PXInfoPanelController.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- PXInfoPanelController.m.orig 2004-12-15 16:11:49.000000000 +0100
|
||||
+++ PXInfoPanelController.m 2008-05-03 09:37:17.000000000 +0200
|
||||
@@ -25,6 +25,7 @@
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
#import <AppKit/NSColor.h>
|
||||
+#import <AppKit/NSGraphics.h>
|
||||
#import <AppKit/NSNibLoading.h>
|
||||
#import <AppKit/NSPanel.h>
|
||||
#import <AppKit/NSTextField.h>
|
10
graphics/svgviewer/files/patch-Document.m
Normal file
10
graphics/svgviewer/files/patch-Document.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Document.m.orig 2005-05-23 21:30:29.000000000 +0200
|
||||
+++ Document.m 2008-05-03 09:33:21.000000000 +0200
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <Foundation/NSFileManager.h>
|
||||
#include <AppKit/NSBezierPath.h>
|
||||
#include <AppKit/NSFontManager.h>
|
||||
+#include <AppKit/NSGraphics.h>
|
||||
#include <AppKit/NSScrollView.h>
|
||||
#include <AppKit/NSWindow.h>
|
||||
#include <AppKit/DPSOperators.h>
|
10
net/tryst/files/patch-NSNetServices.m
Normal file
10
net/tryst/files/patch-NSNetServices.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Source/NSNetServices.m.orig 2007-01-23 09:56:58.000000000 +0100
|
||||
+++ Source/NSNetServices.m 2008-05-03 09:52:00.000000000 +0200
|
||||
@@ -23,6 +23,7 @@
|
||||
#if defined( VERBOSE )
|
||||
# import <Foundation/NSDebug.h>
|
||||
#endif /* VERBOSE */
|
||||
+#import <Foundation/NSDictionary.h>
|
||||
#if defined( _REENTRANT )
|
||||
# import <Foundation/NSLock.h>
|
||||
#endif /* _REENTRANT */
|
10
sysutils/burn/files/patch-ExtProgressIndicator.m
Normal file
10
sysutils/burn/files/patch-ExtProgressIndicator.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- ExtProgressIndicator.m.orig 2005-05-12 17:58:49.000000000 +0200
|
||||
+++ ExtProgressIndicator.m 2008-05-03 09:35:27.000000000 +0200
|
||||
@@ -21,6 +21,7 @@
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
+#include <AppKit/NSAttributedString.h>
|
||||
#include <AppKit/NSColor.h>
|
||||
#include <AppKit/NSParagraphStyle.h>
|
||||
#include <Foundation/Foundation.h>
|
9
www/gnustep-ticker/files/patch-CellAdditions.m
Normal file
9
www/gnustep-ticker/files/patch-CellAdditions.m
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- CellAdditions.m.orig 2006-03-31 01:10:38.000000000 +0200
|
||||
+++ CellAdditions.m 2008-05-03 09:04:25.000000000 +0200
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
#import "CellAdditions.h"
|
||||
+#import <AppKit/NSAttributedString.h>
|
||||
|
||||
@implementation NSCell (CellAdditions)
|
||||
|
9
www/gnustep-ticker/files/patch-TempFilename.m
Normal file
9
www/gnustep-ticker/files/patch-TempFilename.m
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- TempFilename.m.orig 2006-03-31 01:10:38.000000000 +0200
|
||||
+++ TempFilename.m 2008-05-03 09:04:46.000000000 +0200
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
#import "TempFilename.h"
|
||||
+#import <Foundation/NSString.h>
|
||||
|
||||
@implementation NSFileManager (TempFilename)
|
||||
|
10
x11-toolkits/renaissance/files/patch-GSMarkupCoder.m
Normal file
10
x11-toolkits/renaissance/files/patch-GSMarkupCoder.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Source/Markup/GSMarkupCoder.m.orig 2003-07-15 11:40:54.000000000 +0200
|
||||
+++ Source/Markup/GSMarkupCoder.m 2008-05-02 18:18:37.000000000 +0200
|
||||
@@ -31,6 +31,7 @@
|
||||
# include <Foundation/Foundation.h>
|
||||
# include "GNUstep.h"
|
||||
#else
|
||||
+# include <Foundation/NSString.h>
|
||||
# include <Foundation/NSArray.h>
|
||||
# include <Foundation/NSData.h>
|
||||
#endif
|
10
x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m
Normal file
10
x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Source/Markup/GSMarkupTagInstance.m.orig 2003-02-05 03:38:14.000000000 +0100
|
||||
+++ Source/Markup/GSMarkupTagInstance.m 2008-05-02 18:18:45.000000000 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
# include <Foundation/Foundation.h>
|
||||
# include "GNUstep.h"
|
||||
#else
|
||||
+# include <Foundation/NSString.h>
|
||||
# include <Foundation/NSArray.h>
|
||||
# include <Foundation/NSDictionary.h>
|
||||
#endif
|
10
x11/terminal.app/files/patch-TerminalViewPrefs.m
Normal file
10
x11/terminal.app/files/patch-TerminalViewPrefs.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- TerminalViewPrefs.m.orig 2003-08-10 14:00:23.000000000 +0200
|
||||
+++ TerminalViewPrefs.m 2008-05-03 08:04:31.000000000 +0200
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <AppKit/NSColorPanel.h>
|
||||
#include <AppKit/NSColorWell.h>
|
||||
#include <AppKit/NSFont.h>
|
||||
+#include <AppKit/NSFontManager.h>
|
||||
#include <AppKit/NSGraphics.h>
|
||||
#include <AppKit/NSImage.h>
|
||||
#include <AppKit/NSTextField.h>
|
Loading…
Add table
Reference in a new issue