[haiku-commits] haiku.r1alpha4: hrevr1alpha4-44618 - build/jam

  • From: leavengood@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Oct 2012 23:33:18 +0200 (CEST)

hrevr1alpha4-44618 adds 1 changeset to branch 'r1alpha4'
old head: 4302859e0e89e22338aa2b9f2f37bdf011c4b32d
new head: df8a04c91e6b793ffdbcb4c92c1e0c0a715e0441

----------------------------------------------------------------------------

df8a04c: Rebuilt BeZillaBrowser for R1/alpha 4 on hrevr1alpha4-44612.
  
  Note: There is no gcc4 binary available, as r1a4 will be released only
  as a GCC 2 Hybrid.
  
  Signed-off-by: Ryan Leavengood <leavengood@xxxxxxxxx>

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrevr1alpha4-44618
Commit:      df8a04c91e6b793ffdbcb4c92c1e0c0a715e0441
URL:         http://cgit.haiku-os.org/haiku/commit/?id=df8a04c
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Sun Sep 30 19:05:05 2012 UTC
Committer:   Ryan Leavengood <leavengood@xxxxxxxxx>
Commit-Date: Mon Oct  1 21:32:13 2012 UTC

----------------------------------------------------------------------------

1 file changed, 3 insertions(+), 5 deletions(-)
build/jam/OptionalPackages |    8 +++-----

----------------------------------------------------------------------------

diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
index 10cbfbf..ede9397 100644
--- a/build/jam/OptionalPackages
+++ b/build/jam/OptionalPackages
@@ -296,13 +296,11 @@ if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] {
                Echo "No optional package BeZillaBrowser available for 
$(TARGET_ARCH)" ;
        } else {
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
-                       InstallOptionalHaikuImagePackage
-                               
BeZillaBrowser-2.0.0.22pre-x86-gcc4-2012-04-04.zip
-                               : 
$(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc4-2012-04-04.zip ;
+                       Echo "No optional package BeZillaBrowser available for 
gcc4" ;
                } else {
                        InstallOptionalHaikuImagePackage
-                               
BeZillaBrowser-2.0.0.22pre-x86-gcc2-2012-04-02.zip
-                               : 
$(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc2-2012-04-02.zip ;
+                               BeZillaBrowser-2.0.0.22pre-r1a4-2012-09-30.zip
+                               : 
$(baseURL)/BeZillaBrowser-2.0.0.22pre-r1a4-2012-09-30.zip ;
                }
                AddSymlinkToHaikuImage home config settings deskbar Applications
                        : /boot/apps/BeZillaBrowser/BeZillaBrowser ;


Other related posts:

  • » [haiku-commits] haiku.r1alpha4: hrevr1alpha4-44618 - build/jam - leavengood