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

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 21 May 2010 01:24:57 +0200 (CEST)

Author: stippi
Date: 2010-05-21 01:24:57 +0200 (Fri, 21 May 2010)
New Revision: 36880
Changeset: http://dev.haiku-os.org/changeset/36880/haiku

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated WebPositive package to r511, which fixes some bugs and annoyances and
adds -f command line option to start WebPositive in fullscreen mode. Untested.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-05-20 19:47:44 UTC (rev 
36879)
+++ haiku/trunk/build/jam/OptionalPackages      2010-05-20 23:24:57 UTC (rev 
36880)
@@ -1399,8 +1399,8 @@
                Echo "No optional package WebPositive available for gcc2" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       WebPositive-gcc4-x86-r499-2010-05-16.zip
-                       : $(baseURL)/WebPositive-gcc4-x86-r499-2010-05-16.zip
+                       WebPositive-gcc4-x86-r511-2010-05-20.zip
+                       : $(baseURL)/WebPositive-gcc4-x86-r511-2010-05-20.zip
                        :
                ;
                AddSymlinkToHaikuImage home config be Applications


Other related posts:

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