[haiku-commits] haiku: hrev44594 - build/jam

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 1 Sep 2012 02:35:29 +0200 (CEST)

hrev44594 adds 1 changeset to branch 'master'
old head: 61306f15a11bfb9adf58f721c89fff135ce44cd6
new head: fb5ef78df06ff1aafb72dc5d25db98fd64890cdb

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

fb5ef78: Slight cleanup. Fix missing separator in texinfo path.

                                      [ Rene Gollent <anevilyak@xxxxxxxxx> ]

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

Revision:    hrev44594
Commit:      fb5ef78df06ff1aafb72dc5d25db98fd64890cdb
URL:         http://cgit.haiku-os.org/haiku/commit/?id=fb5ef78
Author:      Rene Gollent <anevilyak@xxxxxxxxx>
Date:        Sat Sep  1 00:34:56 2012 UTC

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

1 file changed, 6 insertions(+), 6 deletions(-)
build/jam/OptionalPackages |   12 ++++++------

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

diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
index 77acc4d..db27c3b 100644
--- a/build/jam/OptionalPackages
+++ b/build/jam/OptionalPackages
@@ -28,7 +28,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
 #      Bluetooth                               - experimental Haiku components 
for Bluetooth
 #      BurnItNow                               - CD burning app
 #      Bzip                                    - file archiving utility
-#   Caya                    - a multiprotocol im client
+#      Caya                                    - a multiprotocol im client
 #      CCache                                  - fast compiler cache
 #      CDRecord                                - the command line CD writing 
tools
 #      Clang                                   - the LLVM C and C++ compiler 
(llvm, libs, headers)
@@ -561,8 +561,8 @@ if [ IsOptionalHaikuImagePackageAdded CVS ] {
        } else {
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
                        InstallOptionalHaikuImagePackage
-                               cvs-1.12.13.1-r1a4-x86-gcc4-2012-08-30.zip 
-                               : 
$(baseURL)/cvs-1.12.13.1-r1a4-x86-gcc4-2012-08-30.zip 
+                               cvs-1.12.13.1-r1a4-x86-gcc4-2012-08-30.zip
+                               : 
$(baseURL)/cvs-1.12.13.1-r1a4-x86-gcc4-2012-08-30.zip
                                : : true ;
                } else {
                        InstallOptionalHaikuImagePackage
@@ -644,7 +644,7 @@ if [ IsOptionalHaikuImagePackageAdded Development ] && 
$(TARGET_ARCH) = x86 {
                        : : true ;
                InstallOptionalHaikuImagePackage
                        texinfo-4.13a-r1a4-x86-gcc2-2012-08-28.zip
-                       : $(baseURL)texinfo-4.13a-r1a4-x86-gcc2-2012-08-28.zip
+                       : $(baseURL)/texinfo-4.13a-r1a4-x86-gcc2-2012-08-28.zip
                        : : true ;
        }
 }
@@ -1228,7 +1228,7 @@ if [ IsOptionalHaikuImagePackageAdded Libmng ] {
                        : 
$(baseURL)/lib/libmng-1.0.10-r1a3-x86-gcc4-2011-05-24.zip ;
        } else {
                InstallOptionalHaikuImagePackage
-                       libmng-1.0.10-r1a4-x86-gcc2-2012-08-28.zip 
+                       libmng-1.0.10-r1a4-x86-gcc2-2012-08-28.zip
                        : 
$(baseURL)/lib/libmng-1.0.10-r1a4-x86-gcc2-2012-08-28.zip  ;
        }
 }
@@ -1276,7 +1276,7 @@ if [ IsOptionalHaikuImagePackageAdded Links ] {
        } else if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
                Echo "No optional package Links available for gcc4" ;
        } else {
-               InstallOptionalHaikuImagePackage 
+               InstallOptionalHaikuImagePackage
                        links-2.3pre2-r1a4-x86-gcc2-2012-08-30.zip
                        : $(baseURL)/links-2.3pre2-r1a4-x86-gcc2-2012-08-30.zip 
;
                AddSymlinkToHaikuImage home config settings deskbar Applications


Other related posts:

  • » [haiku-commits] haiku: hrev44594 - build/jam - anevilyak