=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [bsd.prefs.mk] The package TextEdit-4.0nb2 is missing DESTDIR support. WARNING: [license.mk] Every package should define a LICENSE. ===> Building for TextEdit-4.0nb2 This is gnustep-make 2.6.2. Type 'gmake print-gnustep-make-help' for help. Making all for app TextEdit... Creating TextEdit.app/.... Compiling file Controller.m ... Compiling file DocumentReadWrite.m ... Compiling file Document.m ... Document.m:108:23: warning: instance method '-glyphForCharacter:' not found (return type defaults to 'id') [-Wobjc-method-access] nGlyph = (NSGlyph) [font glyphForCharacter: 'n']; ^ ~~~~~~~~~~~~~~~~~ Document.m:1364:25: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations] const char *sel_name = sel_get_name (action); ^ /scratch/wip/TextEdit/work/.buildlink/include/objc/runtime-deprecated.h:59:13: note: 'sel_get_name' declared here const char *sel_get_name(SEL selector); ^ Document.m:1366:25: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations] if (!strcmp (sel_name, sel_get_name (@selector (toggleRich:)))) { ^ /scratch/wip/TextEdit/work/.buildlink/include/objc/runtime-deprecated.h:59:13: note: 'sel_get_name' declared here const char *sel_get_name(SEL selector); ^ Document.m:1368:32: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations] } else if (!strcmp (sel_name, sel_get_name (@selector (togglePageBreaks:)))) { ^ /scratch/wip/TextEdit/work/.buildlink/include/objc/runtime-deprecated.h:59:13: note: 'sel_get_name' declared here const char *sel_get_name(SEL selector); ^ Document.m:1370:32: warning: 'sel_get_name' is deprecated [-Wdeprecated-declarations] } else if (!strcmp (sel_name, sel_get_name (@selector (toggleHyphenation:)))) { ^ /scratch/wip/TextEdit/work/.buildlink/include/objc/runtime-deprecated.h:59:13: note: 'sel_get_name' declared here const char *sel_get_name(SEL selector); ^ Compiling file MultiplePageView.m ... Compiling file Preferences.m ... Compiling file ScalingScrollView.m ... Preferences.m:87:1: warning: method possibly missing a [super dealloc] call [-Wobjc-missing-super-calls] } ^ ScalingScrollView.m:64:40: warning: implicit declaration of function 'NSLocalizedString' is invalid in C99 [-Wimplicit-function-declaration] [_scalePopUpButton addItemWithTitle:NSLocalizedString(_NSDefaultScaleMenuLabels[cnt], nil)]; ^ ScalingScrollView.m:64:40: warning: incompatible integer to pointer conversion sending 'int' to parameter of type 'NSString *' [-Wint-conversion] [_scalePopUpButton addItemWithTitle:NSLocalizedString(_NSDefaultScaleMenuLabels[cnt], nil)]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /scratch/wip/TextEdit/work/.buildlink/include/AppKit/NSPopUpButton.h:59:38: note: passing argument to parameter 'title' here - (void)addItemWithTitle:(NSString *)title; ^ ScalingScrollView.m:67:36: error: use of undeclared identifier 'NSNumber' [curItem setRepresentedObject:[NSNumber numberWithFloat:_NSDefaultScaleMenuFactors[cnt]]]; ^ 5 warnings generated. Compiling file TextFinder.m ... ScalingScrollView.m:122:2: error: use of undeclared identifier 'NSNumber' NSNumber *selectedFactorObject = [[_scalePopUpButton selectedItem] representedObject]; ^ ScalingScrollView.m:122:12: error: use of undeclared identifier 'selectedFactorObject' NSNumber *selectedFactorObject = [[_scalePopUpButton selectedItem] representedObject]; ^ ScalingScrollView.m:127:6: error: use of undeclared identifier 'selectedFactorObject' if (selectedFactorObject == nil) { ^ ScalingScrollView.m:131:25: error: use of undeclared identifier 'selectedFactorObject' [self setScaleFactor:[selectedFactorObject floatValue]]; ^ 2 warnings and 5 errors generated. gmake[3]: *** [obj/TextEdit.obj/ScalingScrollView.m.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... 1 warning generated. gmake[2]: *** [internal-app-run-compile-submake] Error 2 gmake[1]: *** [TextEdit.all.app.variables] Error 2 gmake: *** [internal-all] Error 2 *** Error code 2 Stop. make: stopped in /usr/pkgsrc/wip/TextEdit *** Error code 1 Stop. make: stopped in /usr/pkgsrc/wip/TextEdit