[91690] trunk/dports/devel

jeremyhu at macports.org jeremyhu at macports.org
Sat Apr 7 23:30:59 PDT 2012


Revision: 91690
          https://trac.macports.org/changeset/91690
Author:   jeremyhu at macports.org
Date:     2012-04-07 23:30:57 -0700 (Sat, 07 Apr 2012)
Log Message:
-----------
ld64 and cctools: Add comments to remind me which XCode releases the tool versions are from

Modified Paths:
--------------
    trunk/dports/devel/cctools/Portfile
    trunk/dports/devel/ld64/Portfile

Modified: trunk/dports/devel/cctools/Portfile
===================================================================
--- trunk/dports/devel/cctools/Portfile	2012-04-08 06:17:03 UTC (rev 91689)
+++ trunk/dports/devel/cctools/Portfile	2012-04-08 06:30:57 UTC (rev 91690)
@@ -2,6 +2,7 @@
 
 PortSystem              1.0
 name                    cctools
+# XCode 4.3
 version                 822
 revision                1
 set llvm_version        3.0
@@ -27,6 +28,7 @@
 patchfiles              PR-11136237.patch
 
 if {${os.major} < 9 || ${os.arch} == "ppc"} {
+    # XCode 3.1.4
     version             698.1
     revision            1
     distname            cctools-${version}
@@ -36,12 +38,14 @@
 
     supported_archs     i386 ppc
 } elseif {${os.major} == 9} {
+    # XCode 3.2.6
     version             795
     distname            cctools-${version}
     checksums           rmd160  0932fa5a96b81e50528211abfec01a9b66790485 \
                         sha256  7fab7044b648e92a9fefd493a1bb6daa4246f24c5838d8b5c913a446e6bbd2ef
     supported_archs     i386 x86_64
 } elseif {${os.major} == 10} {
+    # XCode 4.2 (but we should be able to run the XCode 4.3 version on SL)
     version             809
     revision            1
     distname            cctools-${version}

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2012-04-08 06:17:03 UTC (rev 91689)
+++ trunk/dports/devel/ld64/Portfile	2012-04-08 06:30:57 UTC (rev 91690)
@@ -9,6 +9,7 @@
 # revbump cctools whenever this port updates
 
 name                    ld64
+# XCode 4.3
 version                 128.2
 revision                3
 set llvm_version        3.0
@@ -29,6 +30,7 @@
                         sha256  96a912464e2d4d3d7cdaab0744003b0fa93d139f203c82867f659ee94b4ae9f7
 
 if {${os.major} < 9} {
+    # XCode 2.5
     version             62.1
     revision            3
     checksums           rmd160 5b53ecb7b7a7e40e7420192fdf609e43151a736a \
@@ -38,6 +40,7 @@
 
     patchfiles          ld64-62.1-dylib_version_args.patch
 } elseif {${os.arch} == "ppc"} {
+    # XCode 3.1.4
     version             85.2.1
     revision            4
     checksums           rmd160 42c80bd4ad6e9f96a757245e6a2b95084c009ff1 \
@@ -46,6 +49,7 @@
     depends_build       port:llvm-${llvm_version}
     patchfiles          patch-MATH85-ld.cpp.diff
 } elseif {${os.major} < 11} {
+    # XCode 3.2.6
     version             127.2
     revision            4
     checksums           rmd160  8ee709341549a1944732daef6ebab7ef1acfcc6e \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120407/827eb903/attachment.html>


More information about the macports-changes mailing list