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

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 26 Apr 2010 15:43:32 +0200 (CEST)

Author: stippi
Date: 2010-04-26 15:43:32 +0200 (Mon, 26 Apr 2010)
New Revision: 36488
Changeset: http://dev.haiku-os.org/changeset/36488/haiku

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated WebPositive package to svn version 462. This version removes claiming
support for JPEG, PNG, GIF images as well as text/*. It also fixes a problem
where the policy for new pages was wrongly applied to pages that already have
a pending resource request.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-04-26 13:43:06 UTC (rev 
36487)
+++ haiku/trunk/build/jam/OptionalPackages      2010-04-26 13:43:32 UTC (rev 
36488)
@@ -1215,8 +1215,8 @@
                Echo "No optional package WebPositive available for gcc2" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       WebPositive-r1a2-gcc4-x86-r459-2010-04-23.zip
-                       : 
$(baseURL)/WebPositive-r1a2-gcc4-x86-r459-2010-04-23.zip
+                       WebPositive-r1a2-gcc4-x86-r462-2010-04-26.zip
+                       : 
$(baseURL)/WebPositive-r1a2-gcc4-x86-r462-2010-04-26.zip
                        :
                ;
                AddSymlinkToHaikuImage home config be Applications


Other related posts:

  • » [haiku-commits] r36488 - haiku/trunk/build/jam - superstippi