[haiku-development] updated yasm and cvs binaries

Here's an updated yasm, 0.7.2.  It fails 4 of 35 tests, same as 0.7.1
did.  3 of those tests are for win or win64, and the forth is for
cofftest.  I've also built a fresh cvs, using the fix suggested by
Kaliber in #3142.  It's a workaround for now, until a proper fix for
mbrtowc is added to Haiku.  I've tested this cvs build with Bruno
Haible's little test and I no longer get the error that was shown.  I
also tried it with cmake's dashboard and that's now showing a
different error than it used to
(http://ports.haiku-files.org/ticket/99).  It's now showing that root
user can't upload, which is the one test that "make check" failed with
the currently posted version
(http://ports.haiku-files.org/ticket/100).  If/when we figure out a
fix for that, we'll update it once more, but this version is already a
step better than the one currently posted for Haiku (As always,
patches welcome).  The zip files need to be copied up to
haiku-files.org (i don't have access to upload it there).  This will
close Haiku ticket #3142, the missing mbrtowc issue is already
reported in Haiku #1855 (and other tickets).  The attached diff file
is to add these updated files to the build.  The freshly built binary
zips can be found at:
http://www.fileden.com/files/2008/8/23/2062382/yasm-0.7.2-gcc2-2008-11-25.zip
http://www.fileden.com/files/2008/8/23/2062382/cvs-1.12.13-gcc2-2008-11-29.zip
-scottmc
Index: OptionalPackages
===================================================================
--- OptionalPackages    (revision 28749)
+++ OptionalPackages    (working copy)
@@ -164,8 +164,8 @@
                Echo "No optional package CVS available for gcc4" ;
        } else {
                local baseURL = http://haiku-files.org/files/optional-packages ;
-               InstallOptionalHaikuImagePackage cvs-1.12.13-gcc2-2008-09-30
-                       : $(baseURL)/cvs-1.12.13-gcc2-2008-09-30.zip
+               InstallOptionalHaikuImagePackage cvs-1.12.13-gcc2-2008-11-29
+                       : $(baseURL)/cvs-1.12.13-gcc2-2008-11-29.zip
                        :
                ;
        }
@@ -510,8 +510,8 @@
                Echo "No optional package Yasm available for gcc4" ;
        } else {
                local baseURL = http://haiku-files.org/files/optional-packages ;
-               InstallOptionalHaikuImagePackage yasm-0.7.1-gcc2-2008-10-01
-                       : $(baseURL)/yasm-0.7.1-gcc2-2008-10-01.zip
+               InstallOptionalHaikuImagePackage yasm-0.7.2-gcc2-2008-11-25
+                       : $(baseURL)/yasm-0.7.2-gcc2-2008-11-25.zip
                        :
                ;
        }

Other related posts: