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

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

Index: boo.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/languages/boo.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- boo.info    17 Dec 2005 18:08:20 -0000      1.8
+++ boo.info    4 Apr 2006 21:45:05 -0000       1.9
@@ -1,6 +1,6 @@
 Package: boo
 Version: 0.7.5.2013
-Revision: 2
+Revision: 3
 CustomMirror: <<
   nam-US: http://ranger.befunk.com/fink
   nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
@@ -10,9 +10,20 @@
 Source-MD5: 7bc78b10bd1e757ff25c7e98d4ebbcdd
 SourceDirectory: %n-%v
 DocFiles: *.txt docs/*
-Depends: gtksourceview-sharp (>= 2.0-1), gtksourceview-shlibs (>= 1.0-1), mono 
(>= 1.1.11-1), shared-mime-info
+Depends: <<
+       gtksourceview-sharp (>= 2.0-1),
+       gtksourceview-shlibs (>= 1.0-1),
+       mono (>= 1.1.11-1),
+       shared-mime-info
+<<
+BuildDepends: <<
+       gtksourceview-sharp (>= 2.0-1),
+       gtksourceview-dev (>= 1.0-1),
+       mono-dev (>= 1.1.11-1),
+       nant (>= 0.85-11),
+       shared-mime-info
+<<
 Suggests: monodevelop
-BuildDepends: gtksourceview-sharp (>= 2.0-1), gtksourceview-dev (>= 1.0-1), 
mono-dev (>= 1.1.11-1), nant (>= 0.85-11), shared-mime-info
 Homepage: http://go-mono.com/
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 Description: Wrist-friendly language for the CLI/Mono

Index: ikvm.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/languages/ikvm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ikvm.info   17 Dec 2005 18:08:20 -0000      1.7
+++ ikvm.info   4 Apr 2006 21:45:05 -0000       1.8
@@ -1,18 +1,22 @@
 Package: ikvm
-Version: 0.22.0.0
+Version: 0.26.0.1
 Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.zip
-Source-MD5: d6f45f87f752404f8acb85458f0916ac
+Source-MD5: 28256475eb69b7a215b512e6aff799c5
 #SourceDirectory: %n
-Source2: mirror:gnu:classpath/classpath-0.19.tar.gz
-Source2-MD5: 0b93b1c1dd3d33ef7fb6a47dbb29e41d
+Source2: mirror:gnu:classpath/classpath-0.90.tar.gz
+Source2-MD5: cf5aaaf07fe43567fa605b33165355d7
 Source3: http://go-mono.com/sources/%n/%n-0.14.tar.gz
 Source3-MD5: 042e49520251f9c76c0180cc2437a0b4
 Patch: %n.patch
 DocFiles: LICENSE THANKYOU website/*.txt
-Depends: mono (>= 1.1.11-1)
+Depends: mono (>= 1.1.14-1)
+BuildDepends: <<
+       mono-dev (>= 1.1.14-1),
+       nant (>= 0.85-10),
+       ecj
+<<
 Suggests: monodevelop
-BuildDepends: mono-dev (>= 1.1.11-1), nant (>= 0.85-10), ecj
 Homepage: http://go-mono.com/
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 Description: Java implementation for .Net
@@ -24,40 +28,42 @@
 SetMAKEFLAGS: -j1
 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/
 <<
 
 DescDetail: <<
 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
 <<
 License: BSD

Index: mono.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/languages/mono.info,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- mono.info   29 Mar 2006 12:53:12 -0000      1.44
+++ mono.info   4 Apr 2006 21:45:05 -0000       1.45
@@ -1,5 +1,5 @@
 Package: mono
-Version: 1.1.13.6
+Version: 1.1.14
 Revision: 1
 
 CustomMirror: <<
@@ -8,11 +8,31 @@
   nam-CA: http://www.southofheaven.net/befunk
 <<
 Source: http://www.go-mono.com/sources/%n-1.1/%n-%v.tar.gz
-Source-MD5: 330cc66c6a44525950daf10c4f17c10e
+Source-MD5: 1692c806fd32ade06d97523e800716ed
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
 DocFiles: AUTHORS COPYING* ChangeLog NEWS README
-Depends: cairo-shlibs (>= 1.0.0-1), glib2-shlibs (>= 2.4.6-7), 
libgettext3-shlibs, system-java14, macosx (>= 10.4.3-1)
-BuildDepends: cairo (>= 1.0.0-1), fink (>= 0.22.2-1), libgettext3-dev, 
gettext-tools, glib2-dev (>= 2.4.6-7), glib2 (>= 2.4.6-7), glitz (>= 0.4.4-1), 
libiconv-dev, libicu31-dev, libicu32-dev, libpixman1 (>= 0.1.5-1), pkgconfig, 
system-java14-dev
+Depends: <<
+       cairo-shlibs (>= 1.0.0-1),
+       glib2-shlibs (>= 2.4.6-7),
+       libgettext3-shlibs,
+       system-java14,
+       macosx (>= 10.4.3-1)
+<<
+BuildDepends: <<
+       cairo (>= 1.0.0-1),
+       fink (>= 0.22.2-1),
+       libgettext3-dev,
+       gettext-tools,
+       glib2-dev (>= 2.4.6-7),
+       glib2 (>= 2.4.6-7),
+       glitz (>= 0.4.4-1),
+       libiconv-dev,
+       libicu31-dev,
+       libicu32-dev,
+       libpixman1 (>= 0.1.5-1),
+       pkgconfig,
+       system-java14-dev
+<<
 BuildConflicts: libicu26-dev, libicu28-dev, libicu30-dev
 Type: java(1.4)
 Homepage: http://go-mono.com/

Index: ikvm.patch
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/languages/ikvm.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ikvm.patch  29 Nov 2005 14:54:49 -0000      1.3
+++ ikvm.patch  4 Apr 2006 21:45:05 -0000       1.4
@@ -5,7 +5,7 @@
      </target>
      <target name="ikvm-native-unix">
 -        <exec program="/bin/bash" commandline="-c 'gcc -o libikvm-native.so 
--shared -fPIC `pkg-config --cflags gmodule-2.0` jni.c os.c'"/>
-+        <exec program="/bin/bash" commandline="-c 'gcc -o libikvm-native.so 
-bundle -fPIC `pkg-config --cflags --libs gmodule-2.0` jni.c os.c'"/>
++        <exec program="/bin/bash" commandline="-c 'gcc -o libikvm-native.so 
-bundle -undefined dynamic_lookup -multiply_defined suppress -bind_at_load 
-fPIC `pkg-config --cflags --libs gmodule-2.0 gobject-2.0` jni.c os.c'"/>
          <copy file="libikvm-native.so" todir="../bin"/>
      </target>
      <target name="ikvm-native-win32">



-------------------------------------------------------
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