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

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 26 Mar 2011 00:52:52 +0100 (CET)

Author: scottmc
Date: 2011-03-26 00:52:51 +0100 (Sat, 26 Mar 2011)
New Revision: 41106
Changeset: https://dev.haiku-os.org/changeset/41106

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated builds of apr, apr-util and cmake to correct directory issues.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-03-25 22:47:19 UTC (rev 
41105)
+++ haiku/trunk/build/jam/OptionalPackages      2011-03-25 23:52:51 UTC (rev 
41106)
@@ -114,12 +114,12 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package APR available for $(TARGET_ARCH)" ;
        } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
-               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc4-2010-11-12.zip
-                       : $(baseURL)/apr-1.4.2-x86-gcc4-2010-11-12.zip
+               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc4-2011-03-25.zip
+                       : $(baseURL)/apr-1.4.2-x86-gcc4-2011-03-25.zip
                        : : true ;
        } else {
-               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc2-2010-10-13.zip
-                       : $(baseURL)/apr-1.4.2-x86-gcc2-2010-10-13.zip
+               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc2-2011-03-25.zip
+                       : $(baseURL)/apr-1.4.2-x86-gcc2-2011-03-25.zip
                        : : true ;
        }
 }
@@ -130,12 +130,12 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package APR-util available for 
$(TARGET_ARCH)" ;
        } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
-               InstallOptionalHaikuImagePackage 
apr-util-1.3.10-x86-gcc4-2010-11-12.zip
-                       : $(baseURL)/apr-util-1.3.10-x86-gcc4-2010-11-12.zip
+               InstallOptionalHaikuImagePackage 
apr-util-1.3.10-x86-gcc4-2011-03-25.zip
+                       : $(baseURL)/apr-util-1.3.10-x86-gcc4-2011-03-25.zip
                        : : true ;
        } else {
-               InstallOptionalHaikuImagePackage 
apr-util-1.3.10-x86-gcc2-2010-10-13.zip
-                       : $(baseURL)/apr-util-1.3.10-x86-gcc2-2010-10-13.zip
+               InstallOptionalHaikuImagePackage 
apr-util-1.3.10-x86-gcc2-2011-03-25.zip
+                       : $(baseURL)/apr-util-1.3.10-x86-gcc2-2011-03-25.zip
                        : : true ;
        }
 }
@@ -417,13 +417,13 @@
        } else {
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
                        InstallOptionalHaikuImagePackage
-                               cmake-2.8.4-x86-gcc4-2011-03-22.zip
-                               : $(baseURL)/cmake-2.8.4-x86-gcc4-2011-03-22.zip
+                               cmake-2.8.4-x86-gcc4-2011-03-25.zip
+                               : $(baseURL)/cmake-2.8.4-x86-gcc4-2011-03-25.zip
                                : : true ;
                } else {
                        InstallOptionalHaikuImagePackage
-                               cmake-2.8.4-x86-gcc2-2011-03-14.zip
-                               : $(baseURL)/cmake-2.8.4-x86-gcc2-2011-03-14.zip
+                               cmake-2.8.4-x86-gcc2-2011-03-25.zip
+                               : $(baseURL)/cmake-2.8.4-x86-gcc2-2011-03-25.zip
                                : : true ;
                }
        }


Other related posts: