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

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 27 Aug 2011 00:16:24 +0200 (CEST)

Author: phoudoin
Date: 2011-08-27 00:16:24 +0200 (Sat, 27 Aug 2011)
New Revision: 42692
Changeset: https://dev.haiku-os.org/changeset/42692

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Update WebPositive package, new build was needed due to the 
new ICU 4.8.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-08-26 19:28:39 UTC (rev 
42691)
+++ haiku/trunk/build/jam/OptionalPackages      2011-08-26 22:16:24 UTC (rev 
42692)
@@ -1668,8 +1668,8 @@
                Echo "No optional package WebPositive available for gcc2" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       WebPositive-r1a3-gcc4-x86-r580-2011-06-02.zip
-                       : 
$(baseURL)/WebPositive-r1a3-gcc4-x86-r580-2011-06-02.zip ;
+                       WebPositive-gcc4-x86-r583-2011-08-26.zip
+                       : $(baseURL)/WebPositive-gcc4-x86-r583-2011-08-26.zip ;
                AddSymlinkToHaikuImage home config be Applications
                        : /boot/apps/WebPositive/WebPositive ;
        }


Other related posts:

  • » [haiku-commits] r42692 - haiku/trunk/build/jam - philippe . houdoin