[33600] trunk/base/src/port1.0/portconfigure.tcl

afb at macports.org afb at macports.org
Thu Jan 31 01:51:09 PST 2008


Revision: 33600
          http://trac.macosforge.org/projects/macports/changeset/33600
Author:   afb at macports.org
Date:     2008-01-31 01:51:08 -0800 (Thu, 31 Jan 2008)

Log Message:
-----------
add legacy systems, for use with SDKs

Modified Paths:
--------------
    trunk/base/src/port1.0/portconfigure.tcl

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2008-01-31 09:48:04 UTC (rev 33599)
+++ trunk/base/src/port1.0/portconfigure.tcl	2008-01-31 09:51:08 UTC (rev 33600)
@@ -144,6 +144,12 @@
 proc configure_get_universal_system_name {args} {
     global configure.universal_target
     switch -- ${configure.universal_target} {
+        "10.1"  { return "powerpc-apple-darwin5" }
+                # /Developer/SDKs/MacOSX10.1.5.sdk
+        "10.2"  { return "powerpc-apple-darwin6" }
+                # /Developer/SDKs/MacOSX10.2.8.sdk
+        "10.3"  { return "powerpc-apple-darwin7" }
+                # /Developer/SDKs/MacOSX10.3.9.sdk
         "10.4"  { return "i686-apple-darwin8" }
         "10.5"  { return "i686-apple-darwin9" }
     }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080131/9efcb3d9/attachment.html


More information about the macports-changes mailing list