[haiku-commits] r34124 - haiku/trunk/build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 19 Nov 2009 10:05:46 +0100 (CET)

Author: scottmc
Date: 2009-11-19 10:05:46 +0100 (Thu, 19 Nov 2009)
New Revision: 34124
Changeset: http://dev.haiku-os.org/changeset/34124/haiku

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated cmake to release 2.8.0 and libtool to 2.2.6b


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2009-11-19 08:41:13 UTC (rev 
34123)
+++ haiku/trunk/build/jam/OptionalPackages      2009-11-19 09:05:46 UTC (rev 
34124)
@@ -252,8 +252,8 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package CMake available for $(TARGET_ARCH)" ;
        } else {
-               InstallOptionalHaikuImagePackage 
cmake-2.8.0-rc3-x86-gcc2-2009-10-27
-                       : $(baseURL)/cmake-2.8.0-rc3-x86-gcc2-2009-10-27.zip
+               InstallOptionalHaikuImagePackage cmake-2.8.0-x86-gcc2-2009-11-15
+                       : $(baseURL)/cmake-2.8.0-x86-gcc2-2009-11-15.zip
                        :
                        : true
                ;
@@ -300,8 +300,8 @@
                : $(baseURL)/automake-1.11-r1a1-x86-gcc2-2009-08-27.zip
                :
                : true ;
-       InstallOptionalHaikuImagePackage libtool-2.2.6a-r1a1-x86-gcc2-2009-08-28
-               : $(baseURL)/libtool-2.2.6a-r1a1-x86-gcc2-2009-08-28.zip
+       InstallOptionalHaikuImagePackage libtool-2.2.6b-x86-gcc2-2009-11-18
+               : $(baseURL)/libtool-2.2.6b-x86-gcc2-2009-11-18.zip
                :
                : true ;
        InstallOptionalHaikuImagePackage texinfo-4.13a-r1a1-x86-gcc2-2009-08-30


Other related posts:

  • » [haiku-commits] r34124 - haiku/trunk/build/jam - scott mc