[39468] branches/gsoc08-framework/MacPorts_Framework_Release

armahg at macports.org armahg at macports.org
Wed Aug 20 23:52:08 PDT 2008


Revision: 39468
          http://trac.macosforge.org/projects/macports/changeset/39468
Author:   armahg at macports.org
Date:     2008-08-20 23:52:07 -0700 (Wed, 20 Aug 2008)
Log Message:
-----------
Added otest binary executable to Xcode project

Modified Paths:
--------------
    branches/gsoc08-framework/MacPorts_Framework_Release/MPPort.m
    branches/gsoc08-framework/MacPorts_Framework_Release/MacPorts.Framework.xcodeproj/project.pbxproj
    branches/gsoc08-framework/MacPorts_Framework_Release/ToDo.txt

Modified: branches/gsoc08-framework/MacPorts_Framework_Release/MPPort.m
===================================================================
--- branches/gsoc08-framework/MacPorts_Framework_Release/MPPort.m	2008-08-21 06:36:28 UTC (rev 39467)
+++ branches/gsoc08-framework/MacPorts_Framework_Release/MPPort.m	2008-08-21 06:52:07 UTC (rev 39468)
@@ -184,7 +184,7 @@
 	
 	[interpreter evaluateStringWithPossiblePrivileges:
 	 [NSString stringWithFormat:
-	  @"%@ %@ %@ %@" ,
+	  @"[%@ %@ %@ %@]" ,
 	  procedure, [self name], v, opts]
 								  error:execError];
 	

Modified: branches/gsoc08-framework/MacPorts_Framework_Release/MacPorts.Framework.xcodeproj/project.pbxproj
===================================================================
--- branches/gsoc08-framework/MacPorts_Framework_Release/MacPorts.Framework.xcodeproj/project.pbxproj	2008-08-21 06:36:28 UTC (rev 39467)
+++ branches/gsoc08-framework/MacPorts_Framework_Release/MacPorts.Framework.xcodeproj/project.pbxproj	2008-08-21 06:52:07 UTC (rev 39468)
@@ -636,6 +636,8 @@
 		1DEB91AE08733DA50010E9CD /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
+				ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
 				COPY_PHASE_STRIP = NO;
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;
@@ -719,7 +721,8 @@
 		489DD8F70C94366000595506 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				ARCHS = "$(NATIVE_ARCH)";
+				ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
+				ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
 				COPY_PHASE_STRIP = NO;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(value)",

Modified: branches/gsoc08-framework/MacPorts_Framework_Release/ToDo.txt
===================================================================
--- branches/gsoc08-framework/MacPorts_Framework_Release/ToDo.txt	2008-08-21 06:36:28 UTC (rev 39467)
+++ branches/gsoc08-framework/MacPorts_Framework_Release/ToDo.txt	2008-08-21 06:52:07 UTC (rev 39468)
@@ -29,3 +29,5 @@
 yet ...
 
 Fix bug in uninstall
+
+objc_exception_throw - for break points to always be added to!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080820/6f074d7e/attachment.html 


More information about the macports-changes mailing list