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

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 29 Sep 2010 17:55:25 +0200 (CEST)

Author: scottmc
Date: 2010-09-29 17:55:25 +0200 (Wed, 29 Sep 2010)
New Revision: 38855
Changeset: http://dev.haiku-os.org/changeset/38855

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated Pe to 2.4.3 (Pe-r600).
Removed source code links for sqlite and subversion.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-09-29 15:36:54 UTC (rev 
38854)
+++ haiku/trunk/build/jam/OptionalPackages      2010-09-29 15:55:25 UTC (rev 
38855)
@@ -1275,13 +1275,13 @@
                Echo "No optional package Pe available for $(TARGET_ARCH)" ;
        } else {
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
-                       InstallOptionalHaikuImagePackage 
Pe-2.4.2-x86-gcc4-2009-08-04.zip
-                               : $(baseURL)/Pe-2.4.2-x86-gcc4-2009-08-04.zip
+                       InstallOptionalHaikuImagePackage 
pe-2.4.3-600-x86-gcc4-2010-09-28.zip
+                               : 
$(baseURL)/pe-2.4.3-600-x86-gcc4-2010-09-28.zip
                        ;
                } else {
                        InstallOptionalHaikuImagePackage
-                               Pe-2.4.2-r597-r1a2-x86-gcc2-2010-05-06.zip
-                               : 
$(baseURL)/Pe-2.4.2-r597-r1a2-x86-gcc2-2010-05-06.zip
+                               pe-2.4.3-600-x86-gcc2-2010-09-28.zip
+                               : 
$(baseURL)/pe-2.4.3-600-x86-gcc2-2010-09-28.zip
                        ;
                }
 
@@ -1386,8 +1386,6 @@
                        :
                        : true
                ;
-               InstallSourceArchive sqlite-3.6.23_haiku-2010-04-29.tar.xz
-                       : 
$(baseSourceURL)/sqlite-3.6.23_haiku-2010-04-29.tar.xz ;
        }
 }
 
@@ -1404,8 +1402,6 @@
                        : true
                        : true
                ;
-               InstallSourceArchive subversion-1.6.9_haiku-2010-04-29.tar.xz
-                       : 
$(baseSourceURL)/subversion-1.6.9_haiku-2010-04-29.tar.xz ;
        }
 }
 


Other related posts:

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