Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9dc58fb7d712eb4997a7fdb3d4403e15164819a7

commit 9dc58fb7d712eb4997a7fdb3d4403e15164819a7
Author: Michel Hermier <herm...@frugalware.org>
Date:   Wed May 22 09:01:39 2013 +0200

mono-2.10.9-1-x86_64

* Bump version.

diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild
index 6e1ade6..71bfc27 100644
--- a/source/devel/mono/FrugalBuild
+++ b/source/devel/mono/FrugalBuild
@@ -7,8 +7,8 @@ USE_MOONLIGHT=${USE_MOONLIGHT:-"n"}
USE_DOC=${USE_DOC:-"y"}

pkgname=mono
-pkgver=2.10.6
-pkgrel=2
+pkgver=2.10.9
+pkgrel=1
pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter"
url="http://www.mono-project.com/";
depends=('zlib')
@@ -55,7 +55,7 @@ fi
if ! Fuse $USE_DOC; then
Fconfopts="${Fconfopts[@]} --with-mcs-docs=no"
fi
-sha1sums=('c17d211475a321680b4772dd3b8cadde7eaa60aa')
+sha1sums=('1a6e8c5a0c3d88d87982259aa04402e028a283de')

if Fuse $USE_DEVEL; then
unset sha1sums
@@ -73,10 +73,6 @@ build() {
else
Fcd
fi
-       #Don't throw when unable to write autogen keys for applications web
-       Fsed 'throw new ApplicationException ("Failed to store encryption key 
in the registry.", ex);' \
-               'Console.Error.WriteLine ("(info) Auto generated encryption 
keys not saved: {0}", ex);' \
-               
mcs/class/System.Web/System.Web.Configuration_2.0/MachineKeyRegistryStorage.cs
unset MAKEFLAGS
#Remove this at your own peril. Mono will barf in unexpected ways.
#export CFLAGS="$CFLAGS -fno-strict-aliasing"
@@ -89,13 +85,11 @@ build() {
rm -rf mcs/class/lib/monolite/* || Fdie
fi

-       #fix undeclared Arg
-       sed -i "61a #define ARG_MAX     _POSIX_ARG_MAX" 
mono/io-layer/wapi_glob.h || Fdie
-       autoreconf -f -i -s || Fdie
-       Fpatchall
-       sh ./autogen.sh $Fconfopts || Fdie
+#      autoreconf -f -i -s || Fdie
+#      Fpatchall
+#      sh ./autogen.sh $Fconfopts || Fdie
Fmonoexport
-       Fmake
+       Fbuild
Fmakeinstall
Fmonocleanup
# for openoffice
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to