Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8253/10.3/unstable/main/finkinfo/languages

Modified Files:
        ruby18.info ruby18.patch 
Log Message:
More fixes to be able to build on systems that don't already have ruby


Index: ruby18.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/ruby18.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ruby18.info 5 Aug 2006 23:32:28 -0000       1.14
+++ ruby18.info 8 Aug 2006 07:03:46 -0000       1.15
@@ -32,7 +32,6 @@
 ConfigureParams: --program-suffix=1.8 --mandir='${prefix}/share/man' 
--enable-shared --with-default-kcode=none --with-dbm-type=gdbm_compat 
--with-bundled-md5 --with-bundled-rmd160 --with-bundled-sha1
 CompileScript: <<
   #!/bin/sh -ex
-  export CC=gcc-3.3
   ./configure %c
   make
   make test

Index: ruby18.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/ruby18.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ruby18.patch        5 Aug 2006 23:32:28 -0000       1.5
+++ ruby18.patch        8 Aug 2006 07:03:46 -0000       1.6
@@ -107,23 +107,23 @@
    curses.unshift("varargs.h")
 diff -uNr ruby-1.8.4/ext/dl/depend ruby-1.8.4-new/ext/dl/depend
 --- ruby-1.8.4/ext/dl/depend   2003-10-23 04:59:42.000000000 -0400
-+++ ruby-1.8.4-new/ext/dl/depend       2006-08-05 18:21:28.000000000 -0400
++++ ruby-1.8.4-new/ext/dl/depend       2006-08-08 02:42:39.000000000 -0400
 @@ -32,15 +32,15 @@
  
  call.func: $(srcdir)/mkcall.rb ./dlconfig.rb
        @echo "Generating call.func"
 -      @$(RUBY) $(srcdir)/mkcall.rb > $@
-+      DYLD_LIBRARY_PATH=$(topdir):$(extout):$(RUBYARCHDIR) 
$(topdir)/$(RUBY_INSTALL_NAME) -I../../.ext/*-darwin -I../.. 
$(srcdir)/mkcall.rb > $@
++      DYLD_LIBRARY_PATH=$(topdir):$(extout):$(RUBYARCHDIR) 
$(topdir)/$(RUBY_INSTALL_NAME) -I../../.ext/*-darwin -I../.. -I../../lib 
$(srcdir)/mkcall.rb > $@
  
  callback.func: $(srcdir)/mkcallback.rb ./dlconfig.rb
        @echo "Generating callback.func"
 -      @$(RUBY) $(srcdir)/mkcallback.rb > $@
-+      DYLD_LIBRARY_PATH=$(topdir):$(extout):$(RUBYARCHDIR) 
$(topdir)/$(RUBY_INSTALL_NAME) -I../../.ext/*-darwin -I../.. 
$(srcdir)/mkcallback.rb > $@
++      DYLD_LIBRARY_PATH=$(topdir):$(extout):$(RUBYARCHDIR) 
$(topdir)/$(RUBY_INSTALL_NAME) -I../../.ext/*-darwin -I../.. -I../../lib 
$(srcdir)/mkcallback.rb > $@
  
  cbtable.func: $(srcdir)/mkcbtable.rb ./dlconfig.rb
        @echo "Generating cbtable.func"
 -      @$(RUBY) $(srcdir)/mkcbtable.rb > $@
-+      DYLD_LIBRARY_PATH=$(topdir):$(extout):$(RUBYARCHDIR) 
$(topdir)/$(RUBY_INSTALL_NAME) -I../../.ext/*-darwin -I../.. 
$(srcdir)/mkcbtable.rb > $@
++      DYLD_LIBRARY_PATH=$(topdir):$(extout):$(RUBYARCHDIR) 
$(topdir)/$(RUBY_INSTALL_NAME) -I../../.ext/*-darwin -I../.. -I../../lib 
$(srcdir)/mkcbtable.rb > $@
  
  debug:
        $(MAKE) CPPFLAGS="$(CPPFLAGS) -DDEBUG"


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to