Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29250/main/finkinfo/languages

Modified Files:
      Tag: pangocairo-branch
        ikvm.info ikvm.patch 
Log Message:
more mono fixups

Index: ikvm.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ikvm.info,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- ikvm.info   13 Dec 2007 16:11:42 -0000      1.4.2.2
+++ ikvm.info   13 Dec 2007 20:33:41 -0000      1.4.2.3
@@ -1,20 +1,26 @@
 Package: ikvm
-Version: 0.30.0.0
+Version: 0.36.0.5
 Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.zip
-Source-MD5: 8239e284cafd57ed6435bdc47f926521
-#SourceDirectory: %n
-Source2: mirror:gnu:classpath/classpath-0.92.tar.gz
-Source2-MD5: 4603ef3e593713d94788b919bc0b6c75
-Source3: mirror:gnu:classpath/classpath-0.92-generics.tar.gz
-Source3-MD5: 3efacbefe0224dfe57d9049619095b32
-Source4: http://go-mono.com/sources/%n/%n-0.14.tar.gz
-Source4-MD5: 042e49520251f9c76c0180cc2437a0b4
+Source-MD5: 3653fa50bcd84b61510935b6077d9ec6
+Source2: mirror:sourceforge:%n/classpath-0.95-stripped.zip
+Source2-MD5: 61abaabd02bcd11b275a2ad6ed6cb401
+Source3: mirror:sourceforge:%n/openjdk-b13-stripped.zip
+Source3-MD5: f47f3bf819919e585854de401099a626
 Patch: %n.patch
 DocFiles: LICENSE THANKYOU website/*.txt
-Depends: mono (>= 1.2.6-1), pkgconfig (>= 0.21-1)
+Depends: <<
+       mono (>= 1.2.6-1),
+       pkgconfig (>= 0.21-1)
+<<
 Suggests: monodevelop
-BuildDepends: mono-dev (>= 1.2.6-1), nant (>= 0.85-10), ecj, glib2-dev (>= 
2.14.0-1), libgettext3-dev
+BuildDepends: <<
+       mono-dev (>= 1.2.6-1),
+       nant (>= 0.85-10),
+       ecj,
+       glib2-dev (>= 2.14.0-1),
+       libgettext3-dev
+<<
 Homepage: http://go-mono.com/
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 Description: Java implementation for .Net
@@ -27,7 +33,7 @@
 CompileScript: <<
 #!/bin/sh -ex
 
-       nant -t:mono-1.0 generics
+       nant -t:mono-1.0
 <<
 InstallScript: <<
 #!/bin/sh -ex
@@ -40,7 +46,7 @@
                cat <<END > %i/bin/$script
 #!/bin/sh
 
-%p/bin/mono %p/lib/%N/${script}.exe "$@"
+%p/bin/mono %p/lib/%N/${script}.exe "\$@"
 END
                chmod 755 %i/bin/$script
        done

Index: ikvm.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ikvm.patch,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- ikvm.patch  13 Dec 2007 16:11:42 -0000      1.2.2.1
+++ ikvm.patch  13 Dec 2007 20:33:41 -0000      1.2.2.2
@@ -1,6 +1,6 @@
-diff -uNr ikvm-0.30.0.0/native/native.build 
ikvm-0.30.0.0-patched/native/native.build
---- ikvm-0.30.0.0/native/native.build  2005-12-07 10:06:32.000000000 -0500
-+++ ikvm-0.30.0.0-patched/native/native.build  2006-08-22 13:04:35.000000000 
-0400
+diff -uNr ikvm-0.36.0.5/native/native.build 
ikvm-0.36.0.5-patched/native/native.build
+--- ikvm-0.36.0.5/native/native.build  2006-10-16 07:40:36.000000000 -0400
++++ ikvm-0.36.0.5-patched/native/native.build  2007-12-13 13:52:12.000000000 
-0500
 @@ -9,7 +9,7 @@
          </if>
      </target>
@@ -10,31 +10,3 @@
          <copy file="libikvm-native.so" todir="../bin"/>
      </target>
      <target name="ikvm-native-win32">
-diff -uNr ikvm-0.30.0.0/runtime/MemberWrapper.cs 
ikvm-0.30.0.0-patched/runtime/MemberWrapper.cs
---- ikvm-0.30.0.0/runtime/MemberWrapper.cs     2006-08-02 15:45:54.000000000 
-0400
-+++ ikvm-0.30.0.0-patched/runtime/MemberWrapper.cs     2006-08-22 
13:04:58.000000000 -0400
-@@ -468,9 +468,9 @@
-                       // the method had any declared exceptions, the 
declaredExceptions field would have
-                       // been set)
-                       if(method != null
--#if !COMPACT_FRAMEWORK
-+
-                               && !(method is MethodBuilder)
--#endif
-+
-                               )
-                       {
-                               ThrowsAttribute attr = 
AttributeHelper.GetThrows(method);
-diff -uNr ikvm-0.30.0.0/runtime/classpath.cs 
ikvm-0.30.0.0-patched/runtime/classpath.cs
---- ikvm-0.30.0.0/runtime/classpath.cs 2006-08-03 09:11:06.000000000 -0400
-+++ ikvm-0.30.0.0-patched/runtime/classpath.cs 2006-08-22 13:04:58.000000000 
-0400
-@@ -771,9 +771,7 @@
-                               // HACK we have to exclude DynamicTypeWrapper 
instances, because proxies that are created by the bootstrap
-                               // class loader also need to return null (but 
they don't live in the CoreAssembly)
-                               if(loader == null && tw.Assembly != 
JVM.CoreAssembly
--#if !COMPACT_FRAMEWORK
-                                       && !(tw is DynamicTypeWrapper)
--#endif // !COMPACT_FRAMEWORK
-                                       )
-                               {
-                                       return 
JVM.Library.getSystemClassLoader();


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to