[92442] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Apr 28 13:52:42 PDT 2012


Revision: 92442
          https://trac.macports.org/changeset/92442
Author:   jeremyhu at macports.org
Date:     2012-04-28 13:52:42 -0700 (Sat, 28 Apr 2012)
Log Message:
-----------
ld64: Fix the XCode version comment for 127.2

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2012-04-28 20:50:58 UTC (rev 92441)
+++ trunk/dports/devel/ld64/Portfile	2012-04-28 20:52:42 UTC (rev 92442)
@@ -62,7 +62,7 @@
 }
 
 if {${os.arch} == "powerpc" || ${os.major} < 9} {
-    # XCode 4.2.5
+    # XCode 3.2.6
     # 127.2 should work for powerpc, but it will require some build fixes.
     version             97.17
     revision            0
@@ -72,8 +72,8 @@
 
     patchfiles-append   ld64-97-no-LTO.patch ld64-97-Makefile.patch
 } elseif {${os.major} < 11} {
-    # XCode 3.2.6
-    # This was the last XCode release that supported linking ppc executables.
+    # XCode 4.2
+    # This was the last ld64 release that supported linking ppc executables.
     version             127.2
     revision            4
     checksums           rmd160  8ee709341549a1944732daef6ebab7ef1acfcc6e \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120428/c9be882f/attachment.html>


More information about the macports-changes mailing list