Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6554/10.3/main/finkinfo/languages

Modified Files:
        ikvm.info ikvm.patch mono.info 
Log Message:
ahhhh, all those changes

Index: ikvm.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/languages/ikvm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ikvm.info   5 Feb 2006 23:18:20 -0000       1.1
+++ ikvm.info   4 Apr 2006 21:28:15 -0000       1.2
@@ -1,19 +1,19 @@
 Package: ikvm
-Version: 0.22.0.0
+Version: 0.26.0.1
 Revision: 11
 Description: Java implementation for .Net
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: mono (>= 1.1.11-1)
-BuildDepends: mono-dev (>= 1.1.11-1), nant (>= 0.85-10), ecj
-Suggests: monodevelop
+Depends: mono (>= 1.1.14-1)
+BuildDepends: mono-dev (>= 1.1.14-11), nant (>= 0.85-22), ecj (>= 3.1.2-11)
+Suggests: monodevelop (>= 0.9-13)
 
 Source: mirror:sourceforge:%n/%n-%v.zip
-Source2: mirror:gnu:classpath/classpath-0.19.tar.gz
+Source2: mirror:gnu:classpath/classpath-0.90.tar.gz
 Source3: http://go-mono.com/sources/%n/%n-0.14.tar.gz
-Source-MD5: d6f45f87f752404f8acb85458f0916ac
-Source2-MD5: 0b93b1c1dd3d33ef7fb6a47dbb29e41d
+Source-MD5: 28256475eb69b7a215b512e6aff799c5
+Source2-MD5: cf5aaaf07fe43567fa605b33165355d7
 Source3-MD5: 042e49520251f9c76c0180cc2437a0b4
 Patch: %n.patch
 
@@ -25,33 +25,35 @@
 NoSetMAKEFLAGS: true
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--libdir=%p/lib
 CompileScript: <<
-#!/bin/sh -ex
+#!/bin/sh -ev
 
-  pushd ../%n-0.14
-  ./configure %c
-  make
-  popd
+       pushd ../%n-0.14
+       ./configure %c
+       make
+       popd
 
-  export MONO_PATH=`pwd`/bin:$MONO_PATH
-  export DYLD_LIBRARY_PATH=`pwd`/bin
+       export MONO_PATH=`pwd`/bin:$MONO_PATH
+       unset DYLD_LIBRARY_PATH
+       export DYLD_FALLBACK_LIBRARY_PATH=`pwd`/bin
 
-  nant
+       nant
 <<
 
 InstallScript: <<
-#!/bin/sh -ex
+#!/bin/sh -ev
 
-  export MONO_PATH=`pwd`/bin:$MONO_PATH
-  export DYLD_LIBRARY_PATH=`pwd`/bin
+       export MONO_PATH=`pwd`/bin:$MONO_PATH
+       unset DYLD_LIBRARY_PATH
+       export DYLD_FALLBACK_LIBRARY_PATH=`pwd`/bin
 
-  pushd ../%n-0.14
-  make install DESTDIR=%d
-  popd
+       pushd ../%n-0.14
+       make install DESTDIR=%d
+       popd
 
-  perl -pi -e 's,0.14,%v,g' %i/lib/pkgconfig/*.pc
+       perl -pi -e 's,0.14,%v,g' %i/lib/pkgconfig/*.pc
 
-  rm -rf %i/lib/%n/{*.exe,*.dll}
-  install -c -m 755 bin/*.exe bin/IKVM*.dll %i/lib/%n/
+       rm -rf %i/lib/%n/{*.exe,*.dll}
+       install -c -m 755 bin/*.exe bin/IKVM*.dll %i/lib/%n/
 <<
 DocFiles: LICENSE THANKYOU website/*.txt
 
@@ -60,8 +62,8 @@
 IKVM.NET is an implementation of Java for Mono and the Microsoft
 .NET Framework.  It includes the following components:
 
-    * A Java Virtual Machine implemented in .NET
-    * A .NET implementation of the Java class libraries
-    * Tools that enable Java and .NET interoperability
+         * A Java Virtual Machine implemented in .NET
+         * A .NET implementation of the Java class libraries
+         * Tools that enable Java and .NET interoperability
 <<
 





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to