[143486] branches/gsoc15-pallet/MacPorts_Framework

cal at macports.org cal at macports.org
Sun Dec 13 12:04:27 PST 2015


Revision: 143486
          https://trac.macports.org/changeset/143486
Author:   cal at macports.org
Date:     2015-12-13 12:04:27 -0800 (Sun, 13 Dec 2015)
Log Message:
-----------
MacPorts.framework: Don't build against 10.8 SDK

This should fix building MacPorts.framework with newer versions of Xcode.

Modified Paths:
--------------
    branches/gsoc15-pallet/MacPorts_Framework/MacPorts.Framework.xcodeproj/project.pbxproj
    branches/gsoc15-pallet/MacPorts_Framework/Makefile

Modified: branches/gsoc15-pallet/MacPorts_Framework/MacPorts.Framework.xcodeproj/project.pbxproj
===================================================================
--- branches/gsoc15-pallet/MacPorts_Framework/MacPorts.Framework.xcodeproj/project.pbxproj	2015-12-13 19:47:19 UTC (rev 143485)
+++ branches/gsoc15-pallet/MacPorts_Framework/MacPorts.Framework.xcodeproj/project.pbxproj	2015-12-13 20:04:27 UTC (rev 143486)
@@ -1113,7 +1113,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = MPHelperTool;
-				SDKROOT = macosx10.8;
+				SDKROOT = macosx;
 				ZERO_LINK = NO;
 			};
 			name = "Release-Tiger";
@@ -1185,7 +1185,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = Test;
-				SDKROOT = macosx10.8;
+				SDKROOT = macosx;
 				WRAPPER_EXTENSION = octest;
 				ZERO_LINK = NO;
 			};
@@ -1232,7 +1232,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = MPHelperToolIPCTester;
-				SDKROOT = "";
+				SDKROOT = macosx;
 				ZERO_LINK = NO;
 			};
 			name = "Release-Tiger";
@@ -1473,7 +1473,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = Test;
-				SDKROOT = macosx10.8;
+				SDKROOT = macosx;
 				WRAPPER_EXTENSION = octest;
 				ZERO_LINK = NO;
 			};
@@ -1511,7 +1511,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = Test;
-				SDKROOT = macosx10.8;
+				SDKROOT = macosx;
 				WRAPPER_EXTENSION = octest;
 				ZERO_LINK = NO;
 			};
@@ -1575,7 +1575,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = MPHelperTool;
-				SDKROOT = macosx10.8;
+				SDKROOT = macosx;
 			};
 			name = Debug;
 		};
@@ -1598,7 +1598,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = MPHelperTool;
-				SDKROOT = macosx10.8;
+				SDKROOT = macosx;
 				ZERO_LINK = NO;
 			};
 			name = Release;
@@ -1630,7 +1630,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = MPHelperToolIPCTester;
-				SDKROOT = "";
+				SDKROOT = macosx;
 			};
 			name = Debug;
 		};
@@ -1660,7 +1660,7 @@
 				);
 				PREBINDING = NO;
 				PRODUCT_NAME = MPHelperToolIPCTester;
-				SDKROOT = "";
+				SDKROOT = macosx;
 				ZERO_LINK = NO;
 			};
 			name = Release;

Modified: branches/gsoc15-pallet/MacPorts_Framework/Makefile
===================================================================
--- branches/gsoc15-pallet/MacPorts_Framework/Makefile	2015-12-13 19:47:19 UTC (rev 143485)
+++ branches/gsoc15-pallet/MacPorts_Framework/Makefile	2015-12-13 20:04:27 UTC (rev 143486)
@@ -1,6 +1,6 @@
 CC = gcc
 SOURCES = $(*.m *.c)
-FRAMEWORKS = -framework Foundation -framework AppKit -framework Cocoa -framework SenTestingKit -framework MacPorts -framework Growl
+FRAMEWORKS = -framework Foundation -framework AppKit -framework Cocoa -framework MacPorts -framework Growl
 LIBRARIES = -lobjc
 INCLUDE_FLAGS = -I/opt/local/libexec/macports/include -L/opt/local/libexec/macports/lib -ltcl8.5
 CFLAGS = -Wall -arch i386 -g -v $(SOURCES)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151213/422672b1/attachment.html>


More information about the macports-changes mailing list